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
    @HotSpotIntrinsicCandidate() @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. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  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. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. def offset(v: Int): QueryBuilder[T]

    Permalink
  24. val offset: Int

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

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

    Permalink
  27. val scoreDocs: Boolean

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

    Permalink
  29. val scoreMax: Boolean

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

    Permalink
  31. val searchTerms: List[SearchTerm]

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

    Permalink
  33. val sorting: List[Sort]

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

    Permalink
    Definition Classes
    AnyRef
  35. final def wait(arg0: Long, arg1: Int): Unit

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

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

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped