Uses of Class
org.apache.lucene.index.TermsHash
-
Packages that use TermsHash Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of TermsHash in org.apache.lucene.index
Subclasses of TermsHash in org.apache.lucene.index Modifier and Type Class Description (package private) class
FreqProxTermsWriter
(package private) class
SortingTermVectorsConsumer
(package private) class
TermVectorsConsumer
Fields in org.apache.lucene.index declared as TermsHash Modifier and Type Field Description (package private) TermsHash
TermsHash. nextTermsHash
(package private) TermsHash
DefaultIndexingChain. termsHash
Constructors in org.apache.lucene.index with parameters of type TermsHash Constructor Description FreqProxTermsWriter(IntBlockPool.Allocator intBlockAllocator, ByteBlockPool.Allocator byteBlockAllocator, Counter bytesUsed, TermsHash termVectors)
FreqProxTermsWriterPerField(FieldInvertState invertState, TermsHash termsHash, FieldInfo fieldInfo, TermsHashPerField nextPerField)
TermsHash(IntBlockPool.Allocator intBlockAllocator, ByteBlockPool.Allocator byteBlockAllocator, Counter bytesUsed, TermsHash nextTermsHash)
-