Uses of Class
org.apache.lucene.codecs.blocktree.BlockTreeTermsReader.FSTLoadMode
-
Packages that use BlockTreeTermsReader.FSTLoadMode Package Description org.apache.lucene.codecs.blocktree BlockTree terms dictionary.org.apache.lucene.codecs.lucene84 Lucene 8.4 file format. -
-
Uses of BlockTreeTermsReader.FSTLoadMode in org.apache.lucene.codecs.blocktree
Methods in org.apache.lucene.codecs.blocktree that return BlockTreeTermsReader.FSTLoadMode Modifier and Type Method Description static BlockTreeTermsReader.FSTLoadModeBlockTreeTermsReader.FSTLoadMode. valueOf(String name)Returns the enum constant of this type with the specified name.static BlockTreeTermsReader.FSTLoadMode[]BlockTreeTermsReader.FSTLoadMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.lucene.codecs.blocktree with parameters of type BlockTreeTermsReader.FSTLoadMode Constructor Description BlockTreeTermsReader(PostingsReaderBase postingsReader, SegmentReadState state, BlockTreeTermsReader.FSTLoadMode defaultLoadMode)Sole constructor. -
Uses of BlockTreeTermsReader.FSTLoadMode in org.apache.lucene.codecs.lucene84
Constructors in org.apache.lucene.codecs.lucene84 with parameters of type BlockTreeTermsReader.FSTLoadMode Constructor Description Lucene84PostingsFormat(int minTermBlockSize, int maxTermBlockSize, BlockTreeTermsReader.FSTLoadMode loadMode)CreatesLucene84PostingsFormatwith custom values forminBlockSizeandmaxBlockSizepassed to block terms dictionary.
-