Uses of Class
org.apache.lucene.util.RefCount
-
Packages that use RefCount Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of RefCount in org.apache.lucene.index
Fields in org.apache.lucene.index with type parameters of type RefCount Modifier and Type Field Description private LongObjectHashMap<RefCount<DocValuesProducer>>
SegmentDocValues. genDVProducers
Methods in org.apache.lucene.index that return RefCount Modifier and Type Method Description private RefCount<DocValuesProducer>
SegmentDocValues. newDocValuesProducer(SegmentCommitInfo si, Directory dir, long gen, FieldInfos infos)
-