Package

com.sksamuel.elastic4s

mappings

Permalink

package mappings

Visibility
  1. Public
  2. All

Type Members

  1. final class AttachmentFieldDefinition extends TypedFieldDefinition with AttributeFields

    Permalink
  2. final class BinaryFieldDefinition extends TypedFieldDefinition with AttributeIndexName with AttributePostingsFormat with AttributeDocValues

    Permalink
  3. final class BooleanFieldDefinition extends TypedFieldDefinition with AttributeIndexName with AttributeStore with AttributeIndex with AttributeBoost with AttributeNullValue[Boolean] with AttributeIncludeInAll with AttributePostingsFormat with AttributeDocValues with AttributeCopyTo with AttributeFields

    Permalink
  4. final class ByteFieldDefinition extends NumberFieldDefinition[Byte]

    Permalink
  5. final class CompletionFieldDefinition extends TypedFieldDefinition with AttributeIndexAnalyzer with AttributeSearchAnalyzer with AttributePayloads with AttributePreserveSeparators with AttributePreservePositionIncrements with AttributeMaxInputLen

    Permalink
  6. final class DateFieldDefinition extends TypedFieldDefinition with AttributeBoost with AttributeFormat with AttributeIncludeInAll with AttributeIndex with AttributeIndexName with AttributeIgnoreMalformed with AttributeNullValue[String] with AttributePostingsFormat with AttributePrecisionStep with AttributeStore with AttributeDocValues with AttributeCopyTo with AttributeFields

    Permalink
  7. case class DeleteMappingDefinition(indexes: Iterable[String]) extends Product with Serializable

    Permalink
  8. sealed abstract class DocValuesFormat extends AnyRef

    Permalink
  9. final class DoubleFieldDefinition extends NumberFieldDefinition[Double]

    Permalink
  10. sealed abstract class DynamicMapping extends AnyRef

    Permalink
  11. class DynamicTemplateDefinition extends AnyRef

    Permalink
  12. class FieldDefinition extends AttributeAnalyzer with TypeableFields

    Permalink
  13. abstract class FieldType extends AnyRef

    Permalink

  14. final class FloatFieldDefinition extends NumberFieldDefinition[Float]

    Permalink
  15. final class GeoPointFieldDefinition extends TypedFieldDefinition with AttributeLatLon with AttributeGeohash with AttributeGeohashPrecision with AttributeGeohashPrefix with AttributeStore with AttributeValidate with AttributeValidateLat with AttributeValidateLon with AttributeNormalize with AttributeNormalizeLat with AttributeNormalizeLon

    Permalink
  16. final class GeoShapeFieldDefinition extends TypedFieldDefinition with AttributeStore with AttributeTree with AttributePrecision

    Permalink
  17. case class GetMappingDefinition(indexes: Iterable[String]) extends Product with Serializable

    Permalink
  18. sealed abstract class IndexOptions extends AnyRef

    Permalink
  19. final class IntegerFieldDefinition extends NumberFieldDefinition[Int]

    Permalink
  20. final class IpFieldDefinition extends TypedFieldDefinition with AttributeIndexName with AttributeStore with AttributeIndex with AttributePrecisionStep with AttributeBoost with AttributeNullValue[String] with AttributeIncludeInAll with AttributeCopyTo with AttributeFields

    Permalink
  21. final class LongFieldDefinition extends NumberFieldDefinition[Long]

    Permalink
  22. class MappingDefinition extends AnyRef

    Permalink
  23. trait MappingDsl extends AnyRef

    Permalink

  24. final class MultiFieldDefinition extends TypedFieldDefinition with AttributePath

    Permalink
  25. final class NestedFieldDefinition extends TypedFieldDefinition

    Permalink

  26. abstract class NumberFieldDefinition[T] extends TypedFieldDefinition with AttributeBoost with AttributeIncludeInAll with AttributeIgnoreMalformed with AttributeIndex with AttributeIndexName with AttributeNullValue[T] with AttributePostingsFormat with AttributePrecisionStep with AttributeStore with AttributeDocValues with AttributeCopyTo with AttributeFields

    Permalink
  27. final class ObjectFieldDefinition extends TypedFieldDefinition with AttributeEnabled

    Permalink

  28. sealed abstract class PostingsFormat extends AnyRef

    Permalink
  29. sealed abstract class PrefixTree extends AnyRef

    Permalink
  30. class PutMappingDefinition extends MappingDefinition

    Permalink
  31. case class RoutingDefinition(required: Boolean, path: Option[String]) extends Product with Serializable

    Permalink
  32. final class ShortFieldDefinition extends NumberFieldDefinition[Short]

    Permalink
  33. sealed abstract class Similarity extends AnyRef

    Permalink
  34. final class StringFieldDefinition extends TypedFieldDefinition with AttributeIndexName with AttributeStore with AttributeIndex with AttributeTermVector with AttributeBoost with AttributeNullValue[String] with AttributeOmitNorms with AttributeAnalyzer with AttributeIndexOptions with AttributeIndexAnalyzer with AttributeSearchAnalyzer with AttributeIncludeInAll with AttributeIgnoreAbove with AttributePositionOffsetGap with AttributePostingsFormat with AttributeDocValues with AttributeSimilarity with AttributeCopyTo with AttributeFields

    Permalink
  35. sealed abstract class TermVector extends AnyRef

    Permalink
  36. case class TimestampDefinition(enabled: Boolean, path: Option[String] = None, format: Option[String] = None, default: Option[String] = None, store: Option[Boolean] = None, docValuesFormat: Option[Boolean] = None) extends Product with Serializable

    Permalink
  37. final class TokenCountDefinition extends TypedFieldDefinition with AttributeIndex with AttributeAnalyzer with AttributeIndexAnalyzer

    Permalink
  38. trait TypeableFields extends AnyRef

    Permalink
  39. abstract class TypedFieldDefinition extends FieldDefinition

    Permalink
  40. sealed abstract class YesNo extends AnyRef

    Permalink

Value Members

  1. object DocValuesFormat

    Permalink
  2. object DynamicMapping

    Permalink
  3. object FieldType

    Permalink
  4. object IndexOptions

    Permalink
  5. object PostingsFormat

    Permalink
  6. object PrefixTree

    Permalink
  7. object Similarity

    Permalink
  8. object TermVector

    Permalink
  9. object YesNo

    Permalink
  10. object attributes

    Permalink

Deprecated Value Members

  1. object Dynamic extends DynamicMapping with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 1.5.5) Use DynamicMapping.Dynamic

  2. object False extends DynamicMapping with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 1.5.5) Use DynamicMapping.False

  3. object Strict extends DynamicMapping with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 1.5.5) Use DynamicMapping.Strict

Ungrouped