Packages

package mappings

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class ArrayFieldValue (name: String, values: Seq[FieldValue]) extends FieldValue with Product with Serializable
  2. final class AttachmentFieldDefinition extends TypedFieldDefinition with AttributeFields
  3. final class BinaryFieldDefinition extends TypedFieldDefinition with AttributeIndexName with AttributePostingsFormat with AttributeDocValues
  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
  5. final class ByteFieldDefinition extends NumberFieldDefinition[Byte]
  6. final class CompletionFieldDefinition extends TypedFieldDefinition with AttributeAnalyzer with AttributeSearchAnalyzer with AttributePayloads with AttributePreserveSeparators with AttributePreservePositionIncrements with AttributeMaxInputLen
  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
  8. case class DocValuesFormat (value: String) extends Product with Serializable
  9. final class DoubleFieldDefinition extends NumberFieldDefinition[Double]
  10. sealed abstract class DynamicMapping extends AnyRef
  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
  12. trait DynamicTemplateDsl extends AnyRef
  13. case class FieldDefinition (name: String) extends AttributeAnalyzer with TypeableFields with Product with Serializable
  14. abstract class FieldType extends AnyRef
  15. trait FieldValue extends AnyRef
  16. final class FloatFieldDefinition extends NumberFieldDefinition[Float]
  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
  18. final class GeoShapeFieldDefinition extends TypedFieldDefinition with AttributeStore with AttributeTree with AttributePrecision
  19. case class GetMappingDefinition (indexesAndTypes: IndexesAndTypes, local: Option[Boolean] = None) extends Product with Serializable
  20. case class GetMappingsResult (original: GetMappingsResponse) extends Product with Serializable
  21. case class IdField (index: String) extends Product with Serializable
  22. case class IndexOptions (value: String) extends Product with Serializable
  23. final class IntegerFieldDefinition extends NumberFieldDefinition[Int]
  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
  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
  26. final class LongFieldDefinition extends NumberFieldDefinition[Long]
  27. class MappingDefinition extends AnyRef
  28. trait MappingDsl extends AnyRef
  29. final class MultiFieldDefinition extends TypedFieldDefinition with AttributePath
  30. final class NestedFieldDefinition extends TypedFieldDefinition with AttributeIncludeInRoot with AttributeIncludeInParent
  31. case class NestedFieldValue (name: Option[String], values: Seq[FieldValue]) extends FieldValue with Product with Serializable
  32. case class NullFieldValue (name: String) extends FieldValue with Product with Serializable
  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
  34. final class ObjectFieldDefinition extends TypedFieldDefinition with AttributeEnabled
  35. final class PercolatorFieldDefinition extends TypedFieldDefinition
  36. case class PostingsFormat (value: String) extends Product with Serializable
  37. case class PrefixTree (value: String) extends Product with Serializable
  38. class PutMappingDefinition extends MappingDefinition
  39. case class RoutingDefinition (required: Boolean, path: Option[String]) extends Product with Serializable
  40. final class ShortFieldDefinition extends NumberFieldDefinition[Short]
  41. case class Similarity (value: String) extends Product with Serializable
  42. case class SimpleFieldValue (name: Option[String], value: Any) extends FieldValue with Product with Serializable
  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
  44. case class TermVector (value: String) extends Product with Serializable
  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
  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
  47. final class TokenCountDefinition extends TypedFieldDefinition with AttributeIndex with AttributeAnalyzer with AttributeSearchAnalyzer with AttributeNullValue[Int] with AttributeStore
  48. trait TypeableFields extends AnyRef
  49. abstract class TypedFieldDefinition extends FieldDefinition
  50. case class YesNo (value: String) extends Product with Serializable

Value Members

  1. object DocValuesFormat extends Serializable
  2. object DynamicMapping
  3. object FieldType
  4. object IndexOptions extends Serializable
  5. object NestedFieldValue extends Serializable
  6. object PostingsFormat extends Serializable
  7. object PrefixTree extends Serializable
  8. object Similarity extends Serializable
  9. object SimpleFieldValue extends Serializable
  10. object TermVector extends Serializable
  11. object YesNo extends Serializable
  12. object attributes

Ungrouped