Uses of Class
org.apache.lucene.util.BytesRefHash.BytesStartArray
-
Packages that use BytesRefHash.BytesStartArray Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.index.memory High-performance single-document main memory Apache Lucene fulltext search index.org.apache.lucene.search Code to search indices.org.apache.lucene.util Some utility classes. -
-
Uses of BytesRefHash.BytesStartArray in org.apache.lucene.index
Subclasses of BytesRefHash.BytesStartArray in org.apache.lucene.index Modifier and Type Class Description private static classTermsHashPerField.PostingsBytesStartArray -
Uses of BytesRefHash.BytesStartArray in org.apache.lucene.index.memory
Subclasses of BytesRefHash.BytesStartArray in org.apache.lucene.index.memory Modifier and Type Class Description private static classMemoryIndex.SliceByteStartArray -
Uses of BytesRefHash.BytesStartArray in org.apache.lucene.search
Subclasses of BytesRefHash.BytesStartArray in org.apache.lucene.search Modifier and Type Class Description (package private) static classScoringRewrite.TermFreqBoostByteStartSpecial implementation of BytesStartArray that keeps parallel arrays for boost and docFreq -
Uses of BytesRefHash.BytesStartArray in org.apache.lucene.util
Subclasses of BytesRefHash.BytesStartArray in org.apache.lucene.util Modifier and Type Class Description static classBytesRefHash.DirectBytesStartArrayA simpleBytesRefHash.BytesStartArraythat tracks memory allocation using a privateCounterinstance.Fields in org.apache.lucene.util declared as BytesRefHash.BytesStartArray Modifier and Type Field Description private BytesRefHash.BytesStartArrayBytesRefHash. bytesStartArrayConstructors in org.apache.lucene.util with parameters of type BytesRefHash.BytesStartArray Constructor Description BytesRefHash(ByteBlockPool pool, int capacity, BytesRefHash.BytesStartArray bytesStartArray)Creates a newBytesRefHash
-