Uses of Class
org.apache.lucene.util.LongsRef
-
Packages that use LongsRef Package Description org.apache.lucene.util org.apache.lucene.util.packed org.elasticsearch.index.fielddata.ordinals -
-
Uses of LongsRef in org.apache.lucene.util
Methods in org.apache.lucene.util that return LongsRef Modifier and Type Method Description LongsRefLongsRef. clone()Returns a shallow clone of this instance (the underlying longs are not copied and will be shared by both the returned object and this object.static LongsRefLongsRef. deepCopyOf(LongsRef other)Creates a new LongsRef that points to a copy of the longs fromotherMethods in org.apache.lucene.util with parameters of type LongsRef Modifier and Type Method Description intLongsRef. compareTo(LongsRef other)Signed int order comparisonstatic LongsRefLongsRef. deepCopyOf(LongsRef other)Creates a new LongsRef that points to a copy of the longs fromotherbooleanLongsRef. longsEquals(LongsRef other) -
Uses of LongsRef in org.apache.lucene.util.packed
Methods in org.apache.lucene.util.packed that return LongsRef Modifier and Type Method Description LongsRefBlockPackedReaderIterator. next(int count)Read between 1 andcountvalues.LongsRefPackedInts.ReaderIterator. next(int count)Returns at least 1 and at mostcountnext values, the returned ref MUST NOT be modified -
Uses of LongsRef in org.elasticsearch.index.fielddata.ordinals
Methods in org.elasticsearch.index.fielddata.ordinals that return LongsRef Modifier and Type Method Description LongsRefOrdinalsBuilder. docOrds(int docID)Returns a sharedLongsRefinstance for the given doc ID holding all ordinals associated with it.
-