Package

com.sksamuel.elastic4s.http

index

Permalink

package index

Visibility
  1. Public
  2. All

Type Members

  1. case class CreateIndexResponse(acknowledged: Boolean, shards_acknowledged: Boolean) extends Product with Serializable

    Permalink
  2. case class CreateIndexTemplateResponse(acknowledged: Boolean) extends Product with Serializable

    Permalink
  3. case class DeleteIndexTemplateResponse() extends Product with Serializable

    Permalink
  4. case class Docs(count: Long, deleted: Long) extends Product with Serializable

    Permalink
  5. trait ExistsImplicits extends AnyRef

    Permalink
  6. case class Field(type: String) extends Product with Serializable

    Permalink
  7. case class Get(total: Long, timeInMillis: Long, existsTotal: Long, existsTimeInMillis: Long, missingTotal: Long, missingTimeInMillis: Long, current: Long) extends Product with Serializable

    Permalink
  8. case class GetIndexResponse(aliases: Map[String, Map[String, Any]], mappings: Map[String, Mapping], _settings: Map[String, Any]) extends Product with Serializable

    Permalink
  9. case class GetIndexTemplates(templates: Map[String, IndexTemplate]) extends Product with Serializable

    Permalink
  10. trait IndexImplicits extends IndexShowImplicits

    Permalink
  11. case class IndexResponse(id: String, index: String, type: String, version: Long, result: String, forcedRefresh: Boolean, shards: Shards) extends Product with Serializable

    Permalink
  12. trait IndexShowImplicits extends AnyRef

    Permalink
  13. case class IndexStatsGroup(primaries: Stats, total: Stats) extends Product with Serializable

    Permalink
  14. trait IndexStatsImplicits extends AnyRef

    Permalink
  15. case class IndexStatsResponse(all: IndexStatsGroup, indices: Map[String, IndexStatsGroup]) extends Product with Serializable

    Permalink
  16. case class IndexTemplate(order: Int, indexPatterns: Seq[String], settings: Map[String, String], mappings: Map[String, Any], aliases: Map[String, Any]) extends Product with Serializable

    Permalink
  17. case class IndexTemplateExists() extends Product with Serializable

    Permalink
  18. trait IndexTemplateImplicits extends AnyRef

    Permalink
  19. 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

    Permalink
  20. case class Mapping(properties: Map[String, Field]) extends Product with Serializable

    Permalink
  21. 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

    Permalink
  22. case class QueryCache(memorySizeInBytes: Long, totalCount: Long, hitCount: Long, missCount: Long, cacheSize: Long, cacheCount: Long, evictions: Long) extends Product with Serializable

    Permalink
  23. case class Recovery(currentAsSource: Long, currentAsTarget: Long, throttleTimeInMillis: Long) extends Product with Serializable

    Permalink
  24. case class RequestCache(memorySizeInBytes: Long, evictions: Long, hitCount: Long, missCount: Long) extends Product with Serializable

    Permalink
  25. trait RolloverImplicits extends AnyRef

    Permalink
  26. case class RolloverResponse(oldIndex: String, newIndex: String, rolledOver: Boolean, dryRun: Boolean, acknowledged: Boolean, shardsAcknowledged: Boolean, conditions: Map[String, Boolean]) extends Product with Serializable

    Permalink
  27. 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

    Permalink
  28. 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

    Permalink
  29. 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

    Permalink
  30. case class Store(sizeInBytes: Long) extends Product with Serializable

    Permalink
  31. case class TransLog(operations: Long, sizeInBytes: Long, uncommittedOperations: Long, uncommittedSizeInBytes: Long) extends Product with Serializable

    Permalink

Ungrouped