com.sksamuel.elastic4s

mapping

package mapping

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. mapping
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
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

  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

  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. sealed abstract class IndexOptions extends AnyRef

  15. final class IntegerFieldDefinition extends NumberFieldDefinition[Int]

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

  17. final class LongFieldDefinition extends NumberFieldDefinition[Long]

  18. class MappingDefinition extends AnyRef

  19. trait MappingDsl extends AnyRef

  20. final class MultiFieldDefinition extends TypedFieldDefinition with AttributePath

  21. final class NestedFieldDefinition extends TypedFieldDefinition

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

  23. final class ObjectFieldDefinition extends TypedFieldDefinition with AttributeEnabled

  24. sealed abstract class PostingsFormat extends AnyRef

  25. sealed abstract class PrefixTree extends AnyRef

  26. final class ShortFieldDefinition extends NumberFieldDefinition[Short]

  27. sealed abstract class Similarity extends AnyRef

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

  29. sealed abstract class TermVector extends AnyRef

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

  31. abstract class TypedFieldDefinition extends FieldDefinition

  32. sealed abstract class YesNo extends AnyRef

Value Members

  1. object DocValuesFormat

  2. object Dynamic extends DynamicMapping with Product with Serializable

  3. object FieldType

  4. object IndexOptions

  5. object PostingsFormat

  6. object PrefixTree

  7. object Similarity

  8. object Strict extends DynamicMapping with Product with Serializable

  9. object TermVector

  10. object YesNo

  11. object attributes

Inherited from AnyRef

Inherited from Any

Ungrouped