Package

util

es

Permalink

package es

Provides utility classes for the elasticsearch API.

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

Type Members

  1. class ESRequestUtils extends AnyRef

    Permalink

    Common helper to create and parse elasticsearch queries.

    Common helper to create and parse elasticsearch queries. Further provides elasticsearch field mappings.

  2. class SearchHitIterator extends Iterator[SearchHit]

    Permalink

    Custom implementation for document paging.

    Custom implementation for document paging.

    The elasticsearch default implementation of scrolling is not intended for real time user requests, but rather for processing large amounts of data e.g. in order to re-index the contents of one index into a new index with a different configuration.

    See also

    https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-scroll.html

Inherited from AnyRef

Inherited from Any

Ungrouped