com.sksamuel.elastic4s

mappings

package mappings

Visibility
  1. Public
  2. All

Type Members

  1. final class AttachmentFieldDefinition extends TypedFieldDefinition

  2. final class BinaryFieldDefinition extends TypedFieldDefinition with AttributeIndexName with AttributePostingsFormat with AttributeDocValuesFormat

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

  4. final class ByteFieldDefinition extends NumberFieldDefinition[Byte]

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

  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 AttributeDocValuesFormat with AttributeCopyTo

  7. sealed abstract class DocValuesFormat extends AnyRef

  8. final class DoubleFieldDefinition extends NumberFieldDefinition[Double]

  9. sealed abstract class DynamicMapping extends AnyRef

  10. abstract class FieldType extends AnyRef

  11. final class FloatFieldDefinition extends NumberFieldDefinition[Float]

  12. 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

  13. final class GeoShapeFieldDefinition extends TypedFieldDefinition with AttributeStore with AttributeTree with AttributePrecision

  14. case class GetMappingDefinition(indexes: Seq[String]) extends Product with Serializable

  15. sealed abstract class IndexOptions extends AnyRef

  16. final class IntegerFieldDefinition extends NumberFieldDefinition[Int]

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

  18. final class LongFieldDefinition extends NumberFieldDefinition[Long]

  19. class MappingDefinition extends AnyRef

  20. trait MappingDsl extends AnyRef

  21. final class MultiFieldDefinition extends TypedFieldDefinition with AttributePath

  22. final class NestedFieldDefinition extends TypedFieldDefinition

  23. 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 AttributeDocValuesFormat with AttributeCopyTo

  24. final class ObjectFieldDefinition extends TypedFieldDefinition with AttributeEnabled

  25. sealed abstract class PostingsFormat extends AnyRef

  26. sealed abstract class PrefixTree extends AnyRef

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

  28. final class ShortFieldDefinition extends NumberFieldDefinition[Short]

  29. sealed abstract class Similarity extends AnyRef

  30. 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 AttributeIndexAnalyzer with AttributeSearchAnalyzer with AttributeIncludeInAll with AttributeIgnoreAbove with AttributePositionOffsetGap with AttributePostingsFormat with AttributeDocValuesFormat with AttributeSimilarity with AttributeCopyTo

  31. sealed abstract class TermVector extends AnyRef

  32. final class TokenCountDefinition extends TypedFieldDefinition with AttributeIndex with AttributeAnalyzer with AttributeIndexAnalyzer

  33. abstract class TypedFieldDefinition extends FieldDefinition

  34. sealed abstract class YesNo extends AnyRef

Value Members

  1. object DocValuesFormat

  2. object Dynamic extends DynamicMapping with Product with Serializable

  3. object False extends DynamicMapping with Product with Serializable

  4. object FieldType

  5. object IndexOptions

  6. object MapExpectsFrom extends Product with Serializable

  7. object PostingsFormat

  8. object PrefixTree

  9. object Similarity

  10. object Strict extends DynamicMapping with Product with Serializable

  11. object TermVector

  12. object YesNo

  13. object attributes

Ungrouped