Package

services

Permalink

package services

Visibility
  1. Public
  2. All

Type Members

  1. trait ElasticSearch extends AnyRef

    Permalink
  2. case class MGetUriParameters(sourceFields: Seq[String] = Seq.empty) extends Product with Serializable

    Permalink
  3. sealed trait SearchType extends AnyRef

    Permalink
  4. case class SearchUriParameters(searchType: Option[SearchType] = None, scroll: Option[String] = None) extends Product with Serializable

    Permalink

Value Members

  1. object Count extends SearchType with Product with Serializable

    Permalink
  2. object DfsQueryAndFetch extends SearchType with Product with Serializable

    Permalink
  3. object DfsQueryThenFetch extends SearchType with Product with Serializable

    Permalink
  4. object ElasticSearchService extends ElasticSearch

    Permalink
  5. object MGetUriParameters extends Serializable

    Permalink
  6. object QueryAndFetch extends SearchType with Product with Serializable

    Permalink
  7. object QueryThenFetch extends SearchType with Product with Serializable

    Permalink
  8. object Scan extends SearchType with Product with Serializable

    Permalink
  9. object SearchUriParameters extends Serializable

    Permalink

Ungrouped