Uses of Class
org.apache.lucene.index.IndexFileDeleter.RefCount
-
Packages that use IndexFileDeleter.RefCount Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of IndexFileDeleter.RefCount in org.apache.lucene.index
Fields in org.apache.lucene.index with type parameters of type IndexFileDeleter.RefCount Modifier and Type Field Description private java.util.Map<java.lang.String,IndexFileDeleter.RefCount>
IndexFileDeleter. refCounts
Methods in org.apache.lucene.index that return IndexFileDeleter.RefCount Modifier and Type Method Description private IndexFileDeleter.RefCount
IndexFileDeleter. getRefCount(java.lang.String fileName)
-