Uses of Class
org.apache.lucene.index.TermsHash
Packages that use TermsHash
-
Uses of TermsHash in org.apache.lucene.index
Subclasses of TermsHash in org.apache.lucene.indexModifier and TypeClassDescription(package private) final class
(package private) final class
(package private) class
Fields in org.apache.lucene.index declared as TermsHashModifier and TypeFieldDescription(package private) final TermsHash
TermsHash.nextTermsHash
(package private) final TermsHash
IndexingChain.termsHash
Constructors in org.apache.lucene.index with parameters of type TermsHashModifierConstructorDescription(package private)
FreqProxTermsWriter
(IntBlockPool.Allocator intBlockAllocator, ByteBlockPool.Allocator byteBlockAllocator, Counter bytesUsed, TermsHash termVectors) (package private)
FreqProxTermsWriterPerField
(FieldInvertState invertState, TermsHash termsHash, FieldInfo fieldInfo, TermsHashPerField nextPerField) (package private)
TermsHash
(IntBlockPool.Allocator intBlockAllocator, ByteBlockPool.Allocator byteBlockAllocator, Counter bytesUsed, TermsHash nextTermsHash)