Uses of Class
org.apache.lucene.document.column.ObjectTupleCursor
Packages that use ObjectTupleCursor
-
Uses of ObjectTupleCursor in org.apache.lucene.document.column
Methods in org.apache.lucene.document.column that return ObjectTupleCursorModifier and TypeMethodDescriptionabstract ObjectTupleCursor<BytesRef> BinaryColumn.tuples()Returns a fresh tuple cursor starting at the beginning of the batch.abstract ObjectTupleCursor<TokenStream> TokenStreamColumn.tuples()Returns a fresh tuple cursor starting at the beginning of the batch.abstract ObjectTupleCursor<T> VectorColumn.tuples()Returns a fresh tuple cursor starting at the beginning of the batch.