package index
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class CreateIndexTemplateResponse(acknowledged: Boolean) extends Product with Serializable
- case class DeleteIndexTemplateResponse() extends Product with Serializable
- case class Docs(count: Long, deleted: Long) extends Product with Serializable
- case class Field(type: Option[String], properties: Option[Map[String, Field]] = None) extends Product with Serializable
- case class Get(total: Long, timeInMillis: Long, existsTotal: Long, existsTimeInMillis: Long, missingTotal: Long, missingTimeInMillis: Long, current: Long) extends Product with Serializable
- case class GetIndexResponse(aliases: Map[String, Map[String, Any]], mappings: Mapping, _settings: Map[String, Any]) extends Product with Serializable
- case class GetIndexTemplatesResponse(indexTemplates: List[Templates]) extends Product with Serializable
- trait IndexAdminHandlers extends AnyRef
- trait IndexHandlers extends AnyRef
- case class IndexStatsGroup(primaries: Stats, total: Stats) extends Product with Serializable
- trait IndexStatsHandlers extends AnyRef
- case class IndexStatsResponse(all: IndexStatsGroup, indices: Map[String, IndexStatsGroup]) extends Product with Serializable
- 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
- case class IndexTemplateExists() extends Product with Serializable
- trait IndexTemplateHandlers extends AnyRef
- 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
- case class Mapping(properties: Map[String, Field], meta: Map[String, Any] = Map.empty) extends Product with Serializable
- 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
- case class QueryCache(memorySizeInBytes: Long, totalCount: Long, hitCount: Long, missCount: Long, cacheSize: Long, cacheCount: Long, evictions: Long) extends Product with Serializable
- case class Recovery(currentAsSource: Long, currentAsTarget: Long, throttleTimeInMillis: Long) extends Product with Serializable
- case class RequestCache(memorySizeInBytes: Long, evictions: Long, hitCount: Long, missCount: Long) extends Product with Serializable
- trait RolloverHandlers extends AnyRef
- case class RolloverResponse(oldIndex: String, newIndex: String, rolledOver: Boolean, dryRun: Boolean, acknowledged: Boolean, shardsAcknowledged: Boolean, conditions: Map[String, Boolean]) extends Product with Serializable
- 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
- 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
- case class ShrinkIndexResponse() extends Product with Serializable
- 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
- case class Store(sizeInBytes: Long) extends Product with Serializable
- case class Templates(name: String, template: IndexTemplate) extends Product with Serializable
- case class TransLog(operations: Long, sizeInBytes: Long, uncommittedOperations: Long, uncommittedSizeInBytes: Long) extends Product with Serializable
Value Members
- object AnalyseRequestContentBuilder
- object AnalyzeResponseHandler extends ResponseHandler[AnalyzeResponse]
- object CreateIndexContentBuilder
- object CreateIndexTemplateBodyFn
- object IndexContentBuilder
- object UpdateIndexLevelSettingsBuilder
Deprecated Value Members
-
object
AnalysisBuilderFn
- Annotations
- @deprecated
- Deprecated
(Since version 7.0.1) use new analysis package