Trait

jp.sf.amateras.solr.scala

QueryBuilderBase

Related Doc: package scala

Permalink

trait QueryBuilderBase[Repr <: QueryBuilderBase[Repr]] extends AnyRef

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

Abstract Value Members

  1. abstract def createCopy: Repr

    Permalink
    Attributes
    protected

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. def docToMap(doc: SolrDocument): Map[String, AnyRef]

    Permalink
    Attributes
    protected
  7. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def facetFields(fields: String*): Repr

    Permalink

    Sets facet field names.

    Sets facet field names.

    fields

    field names

  10. def fields(fields: String*): Repr

    Permalink

    Sets field names to retrieve by this query.

    Sets field names to retrieve by this query.

    fields

    field names

  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def fq(fq: String): Repr

    Permalink
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def groupBy(fields: String*): Repr

    Permalink

    Sets grouping field names.

    Sets grouping field names.

    fields

    field names

  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def highlight(field: String, size: Int = 100, prefix: String = "", postfix: String = "", snippets: Int = 1): Repr

    Permalink

    Configures to retrieve a highlighted snippet.

    Configures to retrieve a highlighted snippet. Highlighted snippet is set as the "highlight" property of the map or the case class.

    field

    the highlight field

    size

    the highlight fragment size

    prefix

    the prefix of highlighted ranges

    postfix

    the postfix of highlighted ranges

  17. var highlightField: String

    Permalink
    Attributes
    protected
  18. def id(id: String): Repr

    Permalink

    Sets the field name of the unique key.

    Sets the field name of the unique key.

    id

    the field name of the unique key (default is "id").

  19. var id: String

    Permalink
    Attributes
    protected
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  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 recommend(fields: String*): Repr

    Permalink

    Configure to recommendation search.

    Configure to recommendation search. If you call this method, the query returns documents similar to the query result instead of them.

    fields

    field names of recommendation target

  25. var recommendFlag: Boolean

    Permalink
    Attributes
    protected
  26. def responseToMap(response: QueryResponse): MapQueryResult

    Permalink
    Attributes
    protected
  27. def responseToObject[T](response: QueryResponse)(implicit m: Manifest[T]): CaseClassQueryResult[T]

    Permalink
  28. def rows(rows: Int): Repr

    Permalink

    Specifies the maximum number of results to return.

    Specifies the maximum number of results to return.

    rows

    number of results

  29. def setRequestHandler(handler: String): Repr

    Permalink

    Sets the RequestHandler for the Solr query

    Sets the RequestHandler for the Solr query

    handler

    the name of the RequestHandler as defined in solrconfig.xml (default is "/select").

  30. var solrQuery: SolrQuery

    Permalink
    Attributes
    protected
  31. def sortBy(field: String, order: Order): Repr

    Permalink

    Sets the sorting field name and its order.

    Sets the sorting field name and its order.

    field

    the sorting field name

    order

    the sorting order

  32. def start(start: Int): Repr

    Permalink

    Sets the offset to start at in the result set.

    Sets the offset to start at in the result set.

    start

    zero-based offset

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped