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) classFreqProxTermsWriter(package private) classSortingTermVectorsConsumer(package private) classTermVectorsConsumerFields in org.apache.lucene.index declared as TermsHash Modifier and Type Field Description (package private) TermsHashTermsHash. nextTermsHash(package private) TermsHashDefaultIndexingChain. termsHashConstructors 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)
-