com.sksamuel.elastic4s.handlers.index

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object AnalyzeResponseHandler extends ResponseHandler[AnalyzeResponse]

Attributes

Supertypes
trait ResponseHandler[AnalyzeResponse]
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class CreateIndexTemplateResponse(acknowledged: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Docs(count: Long, deleted: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Field(`type`: Option[String], properties: Option[Map[String, Field]])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Get(total: Long, timeInMillis: Long, existsTotal: Long, existsTimeInMillis: Long, missingTotal: Long, missingTimeInMillis: Long, current: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class GetIndexResponse(aliases: Map[String, Map[String, Any]], mappings: Mapping, _settings: Map[String, Any])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class GetIndexTemplatesResponse(indexTemplates: List[Templates])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
case class IndexStatsGroup(primaries: Stats, total: Stats)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
case class IndexStatsResponse(all: IndexStatsGroup, indices: Map[String, IndexStatsGroup])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class IndexTemplate(order: Int, indexPatterns: Seq[String], settings: Map[String, Any], mappings: Map[String, Any], aliases: Map[String, Any], version: Option[Int])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class IndexTemplateExists()

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
case class Indexing(indexTotal: Long, indexTimeInMillis: Long, indexCurrent: Long, indexFailed: Long, deleteTotal: Long, deleteTimeInMillis: Long, deleteCurrent: Long, noopUpdateTotal: Long, isThrottled: Long, throttleTimeInMillis: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Mapping(properties: Map[String, Field], meta: Map[String, Any])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Merges(current: Long, currentDocs: Long, currentSizeInBytes: Long, total: Long, totalTimeInMillis: Long, totalDocs: Long, totalSizeInBytes: Long, totalStoppedTimeInMillis: Long, totalThrottledTimeInMillis: Long, totalAutoThrottleInBytes: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class QueryCache(memorySizeInBytes: Long, totalCount: Long, hitCount: Long, missCount: Long, cacheSize: Long, cacheCount: Long, evictions: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Recovery(currentAsSource: Long, currentAsTarget: Long, throttleTimeInMillis: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class RequestCache(memorySizeInBytes: Long, evictions: Long, hitCount: Long, missCount: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
case class RolloverResponse(oldIndex: String, newIndex: String, rolledOver: Boolean, dryRun: Boolean, acknowledged: Boolean, shardsAcknowledged: Boolean, conditions: Map[String, Boolean])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
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)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
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)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ShrinkIndexResponse()

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class SplitIndexResponse()

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Stats(docs: Docs, store: Store, get: Get, search: Search, merges: Merges, segments: Segments, requestCache: RequestCache, queryCache: QueryCache, recovery: Recovery, translog: TransLog)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Store(sizeInBytes: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Templates(name: String, template: IndexTemplate)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class TransLog(operations: Long, sizeInBytes: Long, uncommittedOperations: Long, uncommittedSizeInBytes: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Deprecated classlikes

Attributes

Deprecated
true
Supertypes
class Object
trait Matchable
class Any
Self type