Packages

final case class WordReader(directory: MMapDirectory, reader: DirectoryReader, searcher: IndexSearcher) extends LuceneReader[WordDoc] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WordReader
  2. Serializable
  3. Product
  4. Equals
  5. LuceneReader
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new WordReader(directory: MMapDirectory, reader: DirectoryReader, searcher: IndexSearcher)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def buildQuery(queryString: String, defaultField: LuceneField): Query
    Definition Classes
    LuceneReader
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def createWriter(autoCommitOnRelease: Boolean): ZIO[Scope, Throwable, IndexWriter]
    Definition Classes
    LuceneReader
  8. val directory: MMapDirectory
    Definition Classes
    WordReader → LuceneReader
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def headOption(query: Query): Task[Option[WordDoc]]
    Definition Classes
    LuceneReader
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def list: ZStream[Any, Throwable, ScoredDoc[WordDoc]]
    Definition Classes
    LuceneReader
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  17. def productElementNames: Iterator[String]
    Definition Classes
    Product
  18. val reader: DirectoryReader
    Definition Classes
    WordReader → LuceneReader
  19. def search(pattern: SearchPattern): ZStream[Any, Throwable, ScoredDoc[WordDoc]]
  20. def search(query: Query, hitsPerPage: Int): ZStream[Any, Throwable, ScoredDoc[WordDoc]]
    Definition Classes
    LuceneReader
  21. def searchRaw(queryString: String, defaultField: LuceneField, hitsPerPage: Int): ZStream[Any, Throwable, ScoredDoc[WordDoc]]
    Definition Classes
    LuceneReader
  22. def searchRawSorted(queryString: String, sort: Sort, defaultField: LuceneField, hitsPerPage: Int): ZStream[Any, Throwable, ScoredDoc[WordDoc]]
    Definition Classes
    LuceneReader
  23. def searchSorted(query: Query, sort: Sort, hitsPerPage: Int): ZStream[Any, Throwable, ScoredDoc[WordDoc]]
    Definition Classes
    LuceneReader
  24. val searcher: IndexSearcher
    Definition Classes
    WordReader → LuceneReader
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def take(query: Query, n: Int): Task[Seq[ScoredDoc[WordDoc]]]
    Definition Classes
    LuceneReader
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from LuceneReader[WordDoc]

Inherited from AnyRef

Inherited from Any

Ungrouped