Package

org.incal

access_elastic

Permalink

package access_elastic

Visibility
  1. Public
  2. All

Type Members

  1. final class CoerceDoubleFieldDefinition extends NumberFieldDefinition[Double]

    Permalink

    This is a hacky class that add "coerce" to the (Double) type definition.

    This is a hacky class that add "coerce" to the (Double) type definition. Once "coerce" attribute is supported by Elastic4s, this class can be removed

    Since

    2018

  2. abstract class ElasticAsyncCrudRepo[E, ID] extends ElasticAsyncRepo[E, ID] with AsyncCrudRepo[E, ID]

    Permalink

    Abstract CRUD (create, ready, update, delete) repo for handling storage and retrieval of documents in Elastic Search.

    Abstract CRUD (create, ready, update, delete) repo for handling storage and retrieval of documents in Elastic Search.

    Since

    2018

  3. abstract class ElasticAsyncReadonlyRepo[E, ID] extends AsyncReadonlyRepo[E, ID] with ElasticSerializer[E] with ElasticDsl

    Permalink

    Basic (abstract) ready-only repo for searching and counting of documents in Elastic Search.

    Basic (abstract) ready-only repo for searching and counting of documents in Elastic Search.

    Since

    2018

  4. abstract class ElasticAsyncRepo[E, ID] extends ElasticAsyncReadonlyRepo[E, ID] with AsyncRepo[E, ID]

    Permalink

    Abstract CRUD (create, ready, update, delete) repo for handling storage and retrieval of documents in Elastic Search.

    Abstract CRUD (create, ready, update, delete) repo for handling storage and retrieval of documents in Elastic Search.

    Since

    2018

  5. trait ElasticSerializer[E] extends AnyRef

    Permalink

    Trait describing a serializer of ES "search" and "get" responses.

    Trait describing a serializer of ES "search" and "get" responses.

    Since

    2018

  6. case class ElasticSetting(saveRefresh: Boolean = false, saveBulkRefresh: Boolean = false, updateRefresh: Boolean = false, updateBulkRefresh: Boolean = false, scrollBatchSize: Int = 1000) extends Product with Serializable

    Permalink

Value Members

  1. package format

    Permalink

Ungrouped