Packages

package index

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class CreateIndexTemplateResponse(acknowledged: Boolean) extends Product with Serializable
  2. case class DeleteIndexTemplateResponse() extends Product with Serializable
  3. case class Docs(count: Long, deleted: Long) extends Product with Serializable
  4. case class Field(type: Option[String], properties: Option[Map[String, Field]] = None) extends Product with Serializable
  5. case class Get(total: Long, timeInMillis: Long, existsTotal: Long, existsTimeInMillis: Long, missingTotal: Long, missingTimeInMillis: Long, current: Long) extends Product with Serializable
  6. case class GetIndexResponse(aliases: Map[String, Map[String, Any]], mappings: Mapping, _settings: Map[String, Any]) extends Product with Serializable
  7. case class GetIndexTemplatesResponse(indexTemplates: List[Templates]) extends Product with Serializable
  8. trait IndexAdminHandlers extends AnyRef
  9. trait IndexHandlers extends AnyRef
  10. case class IndexStatsGroup(primaries: Stats, total: Stats) extends Product with Serializable
  11. trait IndexStatsHandlers extends AnyRef
  12. case class IndexStatsResponse(all: IndexStatsGroup, indices: Map[String, IndexStatsGroup]) extends Product with Serializable
  13. case class IndexTemplate(order: Int, indexPatterns: Seq[String], settings: Map[String, Any], mappings: Map[String, Any], aliases: Map[String, Any], version: Option[Int]) extends Product with Serializable
  14. case class IndexTemplateExists() extends Product with Serializable
  15. trait IndexTemplateHandlers extends AnyRef
  16. case class Indexing(indexTotal: Long, indexTimeInMillis: Long, indexCurrent: Long, indexFailed: Long, deleteTotal: Long, deleteTimeInMillis: Long, deleteCurrent: Long, noopUpdateTotal: Long, isThrottled: Long, throttleTimeInMillis: Long) extends Product with Serializable
  17. case class Mapping(properties: Map[String, Field], meta: Map[String, Any] = Map.empty) extends Product with Serializable
  18. case class Merges(current: Long, currentDocs: Long, currentSizeInBytes: Long, total: Long, totalTimeInMillis: Long, totalDocs: Long, totalSizeInBytes: Long, totalStoppedTimeInMillis: Long, totalThrottledTimeInMillis: Long, totalAutoThrottleInBytes: Long) extends Product with Serializable
  19. case class QueryCache(memorySizeInBytes: Long, totalCount: Long, hitCount: Long, missCount: Long, cacheSize: Long, cacheCount: Long, evictions: Long) extends Product with Serializable
  20. case class Recovery(currentAsSource: Long, currentAsTarget: Long, throttleTimeInMillis: Long) extends Product with Serializable
  21. case class RequestCache(memorySizeInBytes: Long, evictions: Long, hitCount: Long, missCount: Long) extends Product with Serializable
  22. trait RolloverHandlers extends AnyRef
  23. case class RolloverResponse(oldIndex: String, newIndex: String, rolledOver: Boolean, dryRun: Boolean, acknowledged: Boolean, shardsAcknowledged: Boolean, conditions: Map[String, Boolean]) extends Product with Serializable
  24. case class Search(openContexts: Long, queryTotal: Long, queryTimeInMillis: Long, queryCurrent: Long, fetchTotal: Long, fetchTimeInMillis: Long, fetchCurrent: Long, scrollTotal: Long, scrollTimeInMillis: Long, scrollCurrent: Long, suggestTotal: Long, suggestTimeInMillis: Long, suggestCurrent: Long) extends Product with Serializable
  25. case class Segments(count: Long, memoryInBytes: Long, termsMemoryInBytes: Long, storedFieldsMemoryInBytes: Long, termVectorsMemoryInBytes: Long, normsMemoryInBytes: Long, pointsMemoryInBytes: Long, docValuesMemoryInBytes: Long, indexWriterMemoryInBytes: Long, versionMapMemoryInBytes: Long, fixedBitSetMemoryInBytes: Long, maxUnsafeAutoIdTimestamp: Long) extends Product with Serializable
  26. case class ShrinkIndexResponse() extends Product with Serializable
  27. case class Stats(docs: Docs, store: Store, get: Get, search: Search, merges: Merges, segments: Segments, requestCache: RequestCache, queryCache: QueryCache, recovery: Recovery, translog: TransLog) extends Product with Serializable
  28. case class Store(sizeInBytes: Long) extends Product with Serializable
  29. case class Templates(name: String, template: IndexTemplate) extends Product with Serializable
  30. case class TransLog(operations: Long, sizeInBytes: Long, uncommittedOperations: Long, uncommittedSizeInBytes: Long) extends Product with Serializable

Deprecated Value Members

  1. object AnalysisBuilderFn
    Annotations
    @deprecated
    Deprecated

    (Since version 7.0.1) use new analysis package

Ungrouped