Package

com.sksamuel.elastic4s

mappings

Permalink

package mappings

Visibility
  1. Public
  2. All

Type Members

  1. case class ArrayFieldValue(name: String, values: Seq[FieldValue]) extends FieldValue with Product with Serializable

    Permalink
  2. final class AttachmentFieldDefinition extends TypedFieldDefinition with AttributeFields

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

    Permalink
  4. 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
  5. final class ByteFieldDefinition extends NumberFieldDefinition[Byte]

    Permalink
  6. final class CompletionFieldDefinition extends TypedFieldDefinition with AttributeAnalyzer with AttributeSearchAnalyzer with AttributePayloads with AttributePreserveSeparators with AttributePreservePositionIncrements with AttributeMaxInputLen

    Permalink
  7. 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
  8. case class DocValuesFormat(value: String) extends Product with Serializable

    Permalink
  9. final class DoubleFieldDefinition extends NumberFieldDefinition[Double]

    Permalink
  10. sealed abstract class DynamicMapping extends AnyRef

    Permalink
  11. case class DynamicTemplateDefinition(name: String, mapping: TypedFieldDefinition, _match: Option[String] = None, _unmatch: Option[String] = None, _path_match: Option[String] = None, _path_unmatch: Option[String] = None, _match_pattern: Option[String] = None, _match_mapping_type: Option[String] = None) extends Product with Serializable

    Permalink
  12. trait DynamicTemplateDsl extends AnyRef

    Permalink
  13. case class FieldDefinition(name: String) extends AttributeAnalyzer with TypeableFields with Product with Serializable

    Permalink
  14. abstract class FieldType extends AnyRef

    Permalink
  15. trait FieldValue extends AnyRef

    Permalink
  16. final class FloatFieldDefinition extends NumberFieldDefinition[Float]

    Permalink
  17. 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
  18. final class GeoShapeFieldDefinition extends TypedFieldDefinition with AttributeStore with AttributeTree with AttributePrecision

    Permalink
  19. case class GetMappingDefinition(indexesAndTypes: IndexesAndTypes, local: Option[Boolean] = None) extends Product with Serializable

    Permalink
  20. case class GetMappingsResult(original: GetMappingsResponse) extends Product with Serializable

    Permalink
  21. case class IdField(index: String) extends Product with Serializable

    Permalink
  22. case class IndexOptions(value: String) extends Product with Serializable

    Permalink
  23. final class IntegerFieldDefinition extends NumberFieldDefinition[Int]

    Permalink
  24. 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
  25. final class KeywordFieldDefinition extends TypedFieldDefinition with AttributeBoost with AttributeDocValues with AttributeFields with AttributeIgnoreAbove with AttributeIncludeInAll with AttributeIndex with AttributeIndexOptions with AttributeNorms with AttributeNullValue[String] with AttributeStore with AttributeSearchAnalyzer with AttributeSimilarity

    Permalink
  26. final class LongFieldDefinition extends NumberFieldDefinition[Long]

    Permalink
  27. class MappingDefinition extends AnyRef

    Permalink
  28. trait MappingDsl extends AnyRef

    Permalink
  29. final class MultiFieldDefinition extends TypedFieldDefinition with AttributePath

    Permalink
  30. final class NestedFieldDefinition extends TypedFieldDefinition with AttributeIncludeInRoot with AttributeIncludeInParent

    Permalink
  31. case class NestedFieldValue(name: Option[String], values: Seq[FieldValue]) extends FieldValue with Product with Serializable

    Permalink
  32. case class NullFieldValue(name: String) extends FieldValue with Product with Serializable

    Permalink
  33. 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
  34. final class ObjectFieldDefinition extends TypedFieldDefinition with AttributeEnabled

    Permalink
  35. final class PercolatorFieldDefinition extends TypedFieldDefinition

    Permalink
  36. case class PostingsFormat(value: String) extends Product with Serializable

    Permalink
  37. case class PrefixTree(value: String) extends Product with Serializable

    Permalink
  38. class PutMappingDefinition extends MappingDefinition

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

    Permalink
  40. final class ShortFieldDefinition extends NumberFieldDefinition[Short]

    Permalink
  41. case class Similarity(value: String) extends Product with Serializable

    Permalink
  42. case class SimpleFieldValue(name: Option[String], value: Any) extends FieldValue with Product with Serializable

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

    Permalink
  44. case class TermVector(value: String) extends Product with Serializable

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

    Permalink
  46. 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
  47. final class TokenCountDefinition extends TypedFieldDefinition with AttributeIndex with AttributeAnalyzer with AttributeSearchAnalyzer with AttributeNullValue[Int] with AttributeStore

    Permalink
  48. trait TypeableFields extends AnyRef

    Permalink
  49. abstract class TypedFieldDefinition extends FieldDefinition

    Permalink
  50. case class YesNo(value: String) extends Product with Serializable

    Permalink

Value Members

  1. object DocValuesFormat extends Serializable

    Permalink
  2. object DynamicMapping

    Permalink
  3. object FieldType

    Permalink
  4. object IndexOptions extends Serializable

    Permalink
  5. object NestedFieldValue extends Serializable

    Permalink
  6. object PostingsFormat extends Serializable

    Permalink
  7. object PrefixTree extends Serializable

    Permalink
  8. object Similarity extends Serializable

    Permalink
  9. object SimpleFieldValue extends Serializable

    Permalink
  10. object TermVector extends Serializable

    Permalink
  11. object YesNo extends Serializable

    Permalink
  12. object attributes

    Permalink

Ungrouped