LucenePaginatedIterator

lightdb.lucene.LucenePaginatedIterator
case class LucenePaginatedIterator(searcher: IndexSearcher, query: Query, sort: Sort, pageSize: Int, scoreDocs: Boolean) extends Iterator[(Document, Double)]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Iterator[(Document, Double)]
trait IterableOnceOps[(Document, Double), Iterator, Iterator[(Document, Double)]]
trait IterableOnce[(Document, Double)]
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited classlikes

class GroupedIterator[B >: A](self: Iterator[B], size: Int, step: Int)

Attributes

Inherited from:
Iterator
Supertypes
class AbstractIterator[Seq[B]]
trait Iterator[Seq[B]]
trait IterableOnceOps[Seq[B], Iterator, Iterator[Seq[B]]]
trait IterableOnce[Seq[B]]
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

override def hasNext: Boolean

Attributes

Definition Classes
Iterator
override def next(): (Document, Double)

Attributes

Definition Classes
Iterator
def total: Int

Inherited methods

final def ++[B >: (Document, Double)](xs: => IterableOnce[B]): Iterator[B]

Attributes

Inherited from:
Iterator
final def addString(b: StringBuilder): b.type

Attributes

Inherited from:
IterableOnceOps
final def addString(b: StringBuilder, sep: String): b.type

Attributes

Inherited from:
IterableOnceOps
def addString(b: StringBuilder, start: String, sep: String, end: String): b.type

Attributes

Inherited from:
IterableOnceOps
def buffered: BufferedIterator[(Document, Double)]

Attributes

Inherited from:
Iterator
def collect[B](pf: PartialFunction[(Document, Double), B]): Iterator[B]

Attributes

Inherited from:
Iterator
def collectFirst[B](pf: PartialFunction[(Document, Double), B]): Option[B]

Attributes

Inherited from:
IterableOnceOps
def concat[B >: (Document, Double)](xs: => IterableOnce[B]): Iterator[B]

Attributes

Inherited from:
Iterator
def contains(elem: Any): Boolean

Attributes

Inherited from:
Iterator
def copyToArray[B >: (Document, Double)](xs: Array[B], start: Int, len: Int): Int

Attributes

Inherited from:
IterableOnceOps
def copyToArray[B >: (Document, Double)](xs: Array[B], start: Int): Int

Attributes

Inherited from:
IterableOnceOps
def copyToArray[B >: (Document, Double)](xs: Array[B]): Int

Attributes

Inherited from:
IterableOnceOps
def corresponds[B](that: IterableOnce[B])(p: ((Document, Double), B) => Boolean): Boolean

Attributes

Inherited from:
IterableOnceOps
def count(p: ((Document, Double)) => Boolean): Int

Attributes

Inherited from:
IterableOnceOps
def distinct: Iterator[(Document, Double)]

Attributes

Inherited from:
Iterator
def distinctBy[B](f: ((Document, Double)) => B): Iterator[(Document, Double)]

Attributes

Inherited from:
Iterator
def drop(n: Int): Iterator[(Document, Double)]

Attributes

Inherited from:
Iterator
def dropWhile(p: ((Document, Double)) => Boolean): Iterator[(Document, Double)]

Attributes

Inherited from:
Iterator
def duplicate: (Iterator[(Document, Double)], Iterator[(Document, Double)])

Attributes

Inherited from:
Iterator
def exists(p: ((Document, Double)) => Boolean): Boolean

Attributes

Inherited from:
IterableOnceOps
def filter(p: ((Document, Double)) => Boolean): Iterator[(Document, Double)]

Attributes

Inherited from:
Iterator
def filterNot(p: ((Document, Double)) => Boolean): Iterator[(Document, Double)]

Attributes

Inherited from:
Iterator
def find(p: ((Document, Double)) => Boolean): Option[(Document, Double)]

Attributes

Inherited from:
IterableOnceOps
def flatMap[B](f: ((Document, Double)) => IterableOnce[B]): Iterator[B]

Attributes

Inherited from:
Iterator
def flatten[B](implicit ev: ((Document, Double)) => IterableOnce[B]): Iterator[B]

Attributes

Inherited from:
Iterator
def fold[A1 >: (Document, Double)](z: A1)(op: (A1, A1) => A1): A1

Attributes

Inherited from:
IterableOnceOps
def foldLeft[B](z: B)(op: (B, (Document, Double)) => B): B

Attributes

Inherited from:
IterableOnceOps
def foldRight[B](z: B)(op: ((Document, Double), B) => B): B

Attributes

Inherited from:
IterableOnceOps
def forall(p: ((Document, Double)) => Boolean): Boolean

Attributes

Inherited from:
IterableOnceOps
def foreach[U](f: ((Document, Double)) => U): Unit

Attributes

Inherited from:
IterableOnceOps
def grouped[B >: (Document, Double)](size: Int): GroupedIterator[B]

Attributes

Inherited from:
Iterator
def indexOf[B >: (Document, Double)](elem: B, from: Int): Int

Attributes

Inherited from:
Iterator
def indexOf[B >: (Document, Double)](elem: B): Int

Attributes

Inherited from:
Iterator
def indexWhere(p: ((Document, Double)) => Boolean, from: Int): Int

Attributes

Inherited from:
Iterator
override def isEmpty: Boolean

Attributes

Definition Classes
Iterator -> IterableOnceOps
Inherited from:
Iterator
def isTraversableAgain: Boolean

Attributes

Inherited from:
IterableOnceOps
final def iterator: Iterator[(Document, Double)]

Attributes

Inherited from:
Iterator
def knownSize: Int

Attributes

Inherited from:
IterableOnce
final def length: Int

Attributes

Inherited from:
Iterator
def map[B](f: ((Document, Double)) => B): Iterator[B]

Attributes

Inherited from:
Iterator
def max[B >: (Document, Double)](implicit ord: Ordering[B]): (Document, Double)

Attributes

Inherited from:
IterableOnceOps
def maxBy[B](f: ((Document, Double)) => B)(implicit ord: Ordering[B]): (Document, Double)

Attributes

Inherited from:
IterableOnceOps
def maxByOption[B](f: ((Document, Double)) => B)(implicit ord: Ordering[B]): Option[(Document, Double)]

Attributes

Inherited from:
IterableOnceOps
def maxOption[B >: (Document, Double)](implicit ord: Ordering[B]): Option[(Document, Double)]

Attributes

Inherited from:
IterableOnceOps
def min[B >: (Document, Double)](implicit ord: Ordering[B]): (Document, Double)

Attributes

Inherited from:
IterableOnceOps
def minBy[B](f: ((Document, Double)) => B)(implicit ord: Ordering[B]): (Document, Double)

Attributes

Inherited from:
IterableOnceOps
def minByOption[B](f: ((Document, Double)) => B)(implicit ord: Ordering[B]): Option[(Document, Double)]

Attributes

Inherited from:
IterableOnceOps
def minOption[B >: (Document, Double)](implicit ord: Ordering[B]): Option[(Document, Double)]

Attributes

Inherited from:
IterableOnceOps
final def mkString: String

Attributes

Inherited from:
IterableOnceOps
final def mkString(sep: String): String

Attributes

Inherited from:
IterableOnceOps
final def mkString(start: String, sep: String, end: String): String

Attributes

Inherited from:
IterableOnceOps
def nextOption(): Option[(Document, Double)]

Attributes

Inherited from:
Iterator
def nonEmpty: Boolean

Attributes

Inherited from:
IterableOnceOps
def padTo[B >: (Document, Double)](len: Int, elem: B): Iterator[B]

Attributes

Inherited from:
Iterator
def partition(p: ((Document, Double)) => Boolean): (Iterator[(Document, Double)], Iterator[(Document, Double)])

Attributes

Inherited from:
Iterator
def patch[B >: (Document, Double)](from: Int, patchElems: Iterator[B], replaced: Int): Iterator[B]

Attributes

Inherited from:
Iterator
def product[B >: (Document, Double)](implicit num: Numeric[B]): B

Attributes

Inherited from:
IterableOnceOps
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def reduce[B >: (Document, Double)](op: (B, B) => B): B

Attributes

Inherited from:
IterableOnceOps
def reduceLeft[B >: (Document, Double)](op: (B, (Document, Double)) => B): B

Attributes

Inherited from:
IterableOnceOps
def reduceLeftOption[B >: (Document, Double)](op: (B, (Document, Double)) => B): Option[B]

Attributes

Inherited from:
IterableOnceOps
def reduceOption[B >: (Document, Double)](op: (B, B) => B): Option[B]

Attributes

Inherited from:
IterableOnceOps
def reduceRight[B >: (Document, Double)](op: ((Document, Double), B) => B): B

Attributes

Inherited from:
IterableOnceOps
def reduceRightOption[B >: (Document, Double)](op: ((Document, Double), B) => B): Option[B]

Attributes

Inherited from:
IterableOnceOps
protected def reversed: Iterable[(Document, Double)]

Attributes

Inherited from:
IterableOnceOps
def sameElements[B >: (Document, Double)](that: IterableOnce[B]): Boolean

Attributes

Inherited from:
Iterator
def scanLeft[B](z: B)(op: (B, (Document, Double)) => B): Iterator[B]

Attributes

Inherited from:
Iterator
def size: Int

Attributes

Inherited from:
IterableOnceOps
def slice(from: Int, until: Int): Iterator[(Document, Double)]

Attributes

Inherited from:
Iterator
def sliding[B >: (Document, Double)](size: Int, step: Int): GroupedIterator[B]

Attributes

Inherited from:
Iterator
def span(p: ((Document, Double)) => Boolean): (Iterator[(Document, Double)], Iterator[(Document, Double)])

Attributes

Inherited from:
Iterator
def splitAt(n: Int): (Iterator[(Document, Double)], Iterator[(Document, Double)])

Attributes

Inherited from:
IterableOnceOps
def stepper[S <: Stepper[_]](implicit shape: StepperShape[(Document, Double), S]): S

Attributes

Inherited from:
IterableOnce
def sum[B >: (Document, Double)](implicit num: Numeric[B]): B

Attributes

Inherited from:
IterableOnceOps
def take(n: Int): Iterator[(Document, Double)]

Attributes

Inherited from:
Iterator
def takeWhile(p: ((Document, Double)) => Boolean): Iterator[(Document, Double)]

Attributes

Inherited from:
Iterator
override def tapEach[U](f: ((Document, Double)) => U): Iterator[(Document, Double)]

Attributes

Definition Classes
Iterator -> IterableOnceOps
Inherited from:
Iterator
def to[C1](factory: Factory[(Document, Double), C1]): C1

Attributes

Inherited from:
IterableOnceOps
def toArray[B >: (Document, Double) : ClassTag]: Array[B]

Attributes

Inherited from:
IterableOnceOps
final def toBuffer[B >: (Document, Double)]: Buffer[B]

Attributes

Inherited from:
IterableOnceOps
def toIndexedSeq: IndexedSeq[(Document, Double)]

Attributes

Inherited from:
IterableOnceOps
def toList: List[(Document, Double)]

Attributes

Inherited from:
IterableOnceOps
def toMap[K, V](implicit ev: (Document, Double) <:< (K, V)): Map[K, V]

Attributes

Inherited from:
IterableOnceOps
def toSeq: Seq[(Document, Double)]

Attributes

Inherited from:
IterableOnceOps
def toSet[B >: (Document, Double)]: Set[B]

Attributes

Inherited from:
IterableOnceOps
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Iterator -> Any
Inherited from:
Iterator
def toVector: Vector[(Document, Double)]

Attributes

Inherited from:
IterableOnceOps
def withFilter(p: ((Document, Double)) => Boolean): Iterator[(Document, Double)]

Attributes

Inherited from:
Iterator
def zip[B](that: IterableOnce[B]): Iterator[((Document, Double), B)]

Attributes

Inherited from:
Iterator
def zipAll[A1 >: (Document, Double), B](that: IterableOnce[B], thisElem: A1, thatElem: B): Iterator[(A1, B)]

Attributes

Inherited from:
Iterator
def zipWithIndex: Iterator[((Document, Double), Int)]

Attributes

Inherited from:
Iterator

Deprecated and Inherited methods

final def /:[B](z: B)(op: (B, (Document, Double)) => B): B

Attributes

Deprecated
[Since version 2.13.0] Use foldLeft instead of /:
Inherited from:
IterableOnceOps
final def :\[B](z: B)(op: ((Document, Double), B) => B): B

Attributes

Deprecated
[Since version 2.13.0] Use foldRight instead of :\\
Inherited from:
IterableOnceOps
def aggregate[B](z: => B)(seqop: (B, (Document, Double)) => B, combop: (B, B) => B): B

Attributes

Deprecated
[Since version 2.13.0] For sequential collections, prefer `foldLeft(z)(seqop)`. For parallel collections, use `ParIterableLike#aggregate`.
Inherited from:
IterableOnceOps
final def copyToBuffer[B >: (Document, Double)](dest: Buffer[B]): Unit

Attributes

Deprecated
[Since version 2.13.0] Use `dest ++= coll` instead
Inherited from:
IterableOnceOps
final override def hasDefiniteSize: Boolean

Attributes

Deprecated
[Since version 2.13.0] hasDefiniteSize on Iterator is the same as isEmpty
Definition Classes
Iterator -> IterableOnceOps
Inherited from:
Iterator
def scanRight[B](z: B)(op: ((Document, Double), B) => B): Iterator[B]

Attributes

Deprecated
[Since version 2.13.0] Call scanRight on an Iterable instead.
Inherited from:
Iterator
def seq: Iterator.this.type

Attributes

Deprecated
[Since version 2.13.0] Iterator.seq always returns the iterator itself
Inherited from:
Iterator
final def toIterator: Iterator[(Document, Double)]

Attributes

Deprecated
[Since version 2.13.0] Use .iterator instead of .toIterator
Inherited from:
IterableOnceOps
final def toStream: Stream[(Document, Double)]

Attributes

Deprecated
[Since version 2.13.0] Use .to(LazyList) instead of .toStream
Inherited from:
IterableOnceOps

Concrete fields

lazy val storedFields: StoredFields