Class

com.outr.lucene4s.query

QueryBuilder

Related Doc: package query

Permalink

case class QueryBuilder[T] extends Product with Serializable

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

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. val conversion: (SearchResult) ⇒ T

    Permalink
  7. def convert[V](conversion: (SearchResult) ⇒ V): QueryBuilder[V]

    Permalink
  8. def delete(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  10. def facet(field: FacetField, limit: Int = 10, path: List[String] = Nil): QueryBuilder[T]

    Permalink
  11. val facets: Set[FacetQuery]

    Permalink
  12. def filter(searchTerms: SearchTerm*): QueryBuilder[T]

    Permalink
  13. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def highlight(preTag: String = "<em>", postTag: String = "</em>"): QueryBuilder[T]

    Permalink
  16. val highlighting: Option[Highlighting]

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def limit(v: Int): QueryBuilder[T]

    Permalink
  19. val limit: Int

    Permalink
  20. val lucene: Lucene

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def offset(v: Int): QueryBuilder[T]

    Permalink
  25. val offset: Int

    Permalink
  26. def replaceSort(sort: Sort*): QueryBuilder[T]

    Permalink
  27. def scoreDocs(b: Boolean = true): QueryBuilder[T]

    Permalink
  28. val scoreDocs: Boolean

    Permalink
  29. def scoreMax(b: Boolean = true): QueryBuilder[T]

    Permalink
  30. val scoreMax: Boolean

    Permalink
  31. def search(): PagedResults[T]

    Permalink
  32. val searchTerms: List[SearchTerm]

    Permalink
  33. def sort(sort: Sort*): QueryBuilder[T]

    Permalink
  34. val sorting: List[Sort]

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

    Permalink
    Definition Classes
    AnyRef
  36. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped