Class/Object

com.outr.solr4s.admin

QueryRequest

Related Docs: object QueryRequest | package admin

Permalink

case class QueryRequest(collection: SolrCollection, query: Query = MatchAllQuery, filters: List[Query] = Nil, offset: Int = 0, limit: Int = 100, fields: List[String] = List("*", "score"), defType: Option[String] = None, sort: List[Sort] = Nil, params: Map[String, String] = Map.empty, facets: Map[String, FacetQuery] = Map.empty) extends Product with Serializable

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

Instance Constructors

  1. new QueryRequest(collection: SolrCollection, query: Query = MatchAllQuery, filters: List[Query] = Nil, offset: Int = 0, limit: Int = 100, fields: List[String] = List("*", "score"), defType: Option[String] = None, sort: List[Sort] = Nil, params: Map[String, String] = Map.empty, facets: Map[String, FacetQuery] = Map.empty)

    Permalink

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. def apply(query: Query): QueryRequest

    Permalink
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val collection: SolrCollection

    Permalink
  8. def defType(defType: String): QueryRequest

    Permalink
  9. val defType: Option[String]

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

    Permalink
    Definition Classes
    AnyRef
  11. def execute()(implicit ec: ExecutionContext): Future[QueryResponse]

    Permalink
  12. def facet(name: String, type: Option[String] = None, alias: Option[String] = None): QueryRequest

    Permalink
  13. val facets: Map[String, FacetQuery]

    Permalink
  14. def fields(fields: String*): QueryRequest

    Permalink
  15. val fields: List[String]

    Permalink
  16. def filter(filters: Query*): QueryRequest

    Permalink
  17. val filters: List[Query]

    Permalink
  18. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    Any
  21. def limit(limit: Int): QueryRequest

    Permalink
  22. val limit: Int

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def offset(offset: Int): QueryRequest

    Permalink
  27. val offset: Int

    Permalink
  28. def params(params: (String, String)*): QueryRequest

    Permalink
  29. val params: Map[String, String]

    Permalink
  30. val query: Query

    Permalink
  31. def sort(sort: Sort*): QueryRequest

    Permalink
  32. val sort: List[Sort]

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

    Permalink
    Definition Classes
    AnyRef
  34. def toJSON: Json

    Permalink
  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 Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped