Trait/Object

com.outr.lucene4s

Lucene

Related Docs: object Lucene | package lucene4s

Permalink

trait Lucene extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Lucene
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def analyzer: Analyzer

    Permalink
    Attributes
    protected[com.outr.lucene4s]
  2. abstract def commit(): Unit

    Permalink
  3. abstract def defaultFullTextSearchable: Boolean

    Permalink
  4. abstract def delete(term: SearchTerm): Unit

    Permalink
  5. abstract def deleteAll(): Unit

    Permalink
  6. abstract def directory: Option[Path]

    Permalink
  7. abstract def dispose(): Unit

    Permalink
  8. abstract def facetsConfig: FacetsConfig

    Permalink
    Attributes
    protected[com.outr.lucene4s]
  9. abstract def fullText: Field[String]

    Permalink
  10. abstract def indexReader: IndexReader

    Permalink
    Attributes
    protected[com.outr.lucene4s]
  11. abstract def indexWriter: IndexWriter

    Permalink
    Attributes
    protected[com.outr.lucene4s]
  12. abstract def indexed(builder: DocumentBuilder): Unit

    Permalink
    Attributes
    protected[com.outr.lucene4s]
  13. abstract def listen(listener: LuceneListener): Unit

    Permalink
  14. abstract def stopWords: Set[String]

    Permalink
  15. abstract def taxonomyWriter: DirectoryTaxonomyWriter

    Permalink
    Attributes
    protected[com.outr.lucene4s]
  16. abstract def uniqueFields: List[String]

    Permalink
  17. abstract def withSearcherAndTaxonomy[R](f: (SearcherAndTaxonomy) ⇒ R): R

    Permalink
    Attributes
    protected[com.outr.lucene4s]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. lazy val create: LuceneCreate

    Permalink
  7. def doc(): DocumentBuilder

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def facet(name: String): FacetField

    Permalink
  11. def facets: Set[FacetField]

    Permalink
  12. def field[T](name: String): Field[T]

    Permalink
  13. def fields: Set[Field[_]]

    Permalink
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def moreLikeThis: MoreLikeThis

    Permalink
    Attributes
    protected[com.outr.lucene4s]
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def query(): QueryBuilder[SearchResult]

    Permalink
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. def update(searchTerm: SearchTerm): DocumentBuilder

    Permalink
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped