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 class
TermsHashPerField.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 class
MemoryIndex.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 class
ScoringRewrite.TermFreqBoostByteStart
Special 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 class
BytesRefHash.DirectBytesStartArray
A simpleBytesRefHash.BytesStartArray
that tracks memory allocation using a privateCounter
instance.Fields in org.apache.lucene.util declared as BytesRefHash.BytesStartArray Modifier and Type Field Description private BytesRefHash.BytesStartArray
BytesRefHash. bytesStartArray
Constructors in org.apache.lucene.util with parameters of type BytesRefHash.BytesStartArray Constructor Description BytesRefHash(ByteBlockPool pool, int capacity, BytesRefHash.BytesStartArray bytesStartArray)
Creates a newBytesRefHash
-