Uses of Class
org.apache.lucene.util.BytesRefHash.DirectBytesStartArray
-
Packages that use BytesRefHash.DirectBytesStartArray Package Description org.apache.lucene.index.memory High-performance single-document main memory Apache Lucene fulltext search index.org.apache.lucene.search Code to search indices. -
-
Uses of BytesRefHash.DirectBytesStartArray in org.apache.lucene.index.memory
Subclasses of BytesRefHash.DirectBytesStartArray in org.apache.lucene.index.memory Modifier and Type Class Description private static class
MemoryIndex.SliceByteStartArray
-
Uses of BytesRefHash.DirectBytesStartArray in org.apache.lucene.search
Subclasses of BytesRefHash.DirectBytesStartArray 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
-