jp.co.bizreach

cloudsearch4s

package cloudsearch4s

Created by naoki.takezoe on 2014/07/24.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. cloudsearch4s
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class Asc(field: String) extends SortParam with Product with Serializable

  2. trait CloudSearch extends AnyRef

  3. case class CloudSearchDocument[T](id: String, fields: T, highlight: Map[String, String]) extends Product with Serializable

  4. case class CloudSearchError(messages: Seq[String]) extends Product with Serializable

  5. class CloudSearchImpl extends CloudSearch

  6. class CloudSearchMock extends CloudSearchImpl

    Mock for cloudsearch4s.CloudSearch.

  7. case class CloudSearchResult[T](total: Int, hits: Seq[CloudSearchDocument[T]], facets: Map[String, Seq[Facet]]) extends Product with Serializable

  8. case class CloudSearchSettings(searchUrl: String, registerUrl: String, proxy: Option[Proxy] = None) extends Product with Serializable

  9. class DateSupportModule extends SimpleModule

  10. case class Desc(field: String) extends SortParam with Product with Serializable

  11. class ExtendedBooleanQuery extends BooleanQuery

    Extends org.apache.lucene.search.BooleanQuery to generate SHOULD query as OR.

    Extends org.apache.lucene.search.BooleanQuery to generate SHOULD query as OR. If you want to execute OR query, use this class instead of BooleanQuery.

  12. case class Facet(value: String, count: Int) extends Product with Serializable

  13. case class FacetParam(field: String, sort: String = "", buckets: Seq[String] = Nil, size: Int = 0) extends Product with Serializable

  14. case class HighlightParam(field: String, format: String = "", maxPhrases: Int = 0, preTag: String = "", postTag: String = "") extends Product with Serializable

  15. case class Proxy(host: String, port: Int) extends Product with Serializable

  16. sealed trait SortParam extends AnyRef

  17. class URLEncodeTermQuery extends TermQuery

    Extends org.apache.lucene.search.TermQuery to URL encode the term value.

Value Members

  1. object CloudSearch

  2. object JsonUtils

Inherited from AnyRef

Inherited from Any

Ungrouped