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. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def facet(field: FacetField, limit: Int = 10, path: List[String] = Nil, condition: Condition = Condition.Must, onlyThisLevel: Boolean = false): QueryBuilder[T]

    Permalink
  10. val facets: Set[FacetQuery]

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

    Permalink
  12. def finalize(): Unit

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

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

    Permalink
  15. val highlighting: Option[Highlighting]

    Permalink
  16. final def isInstanceOf[T0]: Boolean

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

    Permalink
  18. val limit: Int

    Permalink
  19. val lucene: Lucene

    Permalink
  20. def minimumShouldMatch(v: Int): QueryBuilder[T]

    Permalink
  21. val minimumShouldMatch: Int

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

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

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

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

    Permalink
  26. val offset: Int

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

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

    Permalink
  29. val scoreDocs: Boolean

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

    Permalink
  31. val scoreMax: Boolean

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

    Permalink
  33. val searchTerms: List[SearchTerm]

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

    Permalink
  35. val sorting: List[Sort]

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. 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