com.sksamuel.elastic4s.mappings

IntegerFieldDefinition

final class IntegerFieldDefinition extends NumberFieldDefinition[Int]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IntegerFieldDefinition
  2. NumberFieldDefinition
  3. AttributeFields
  4. AttributeCopyTo
  5. AttributeDocValuesFormat
  6. AttributeStore
  7. AttributePrecisionStep
  8. AttributePostingsFormat
  9. AttributeNullValue
  10. AttributeIndexName
  11. AttributeIndex
  12. AttributeIgnoreMalformed
  13. AttributeIncludeInAll
  14. AttributeBoost
  15. Attribute
  16. TypedFieldDefinition
  17. FieldDefinition
  18. AnyRef
  19. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IntegerFieldDefinition(name: String)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def boost(boost: Double): IntegerFieldDefinition.this.type

    Definition Classes
    AttributeBoost
  6. def build(source: XContentBuilder): Unit

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def copyTo(copyTo: String*): IntegerFieldDefinition.this.type

    Definition Classes
    AttributeCopyTo
  9. def docValuesFormat(docValuesFormat: DocValuesFormat): IntegerFieldDefinition.this.type

    Definition Classes
    AttributeDocValuesFormat
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def fields(fields: TypedFieldDefinition*): IntegerFieldDefinition.this.type

    Definition Classes
    AttributeFields
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. def ignoreMalformed(ignoreMalformed: Boolean): IntegerFieldDefinition.this.type

    Definition Classes
    AttributeIgnoreMalformed
  17. def includeInAll(includeInAll: Boolean): IntegerFieldDefinition.this.type

    Definition Classes
    AttributeIncludeInAll
  18. def index(index: String): IntegerFieldDefinition.this.type

    Definition Classes
    AttributeIndex
  19. def indexName(indexName: String): IntegerFieldDefinition.this.type

    Definition Classes
    AttributeIndexName
  20. def inner(fields: TypedFieldDefinition*): ObjectFieldDefinition

    Definition Classes
    FieldDefinition
  21. def insert(source: XContentBuilder): Unit

    Attributes
    protected
    Definition Classes
    AttributeFieldsAttribute
  22. def insertType(source: XContentBuilder): Unit

    Attributes
    protected
    Definition Classes
    TypedFieldDefinition
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def multi(fields: TypedFieldDefinition*): MultiFieldDefinition

    Definition Classes
    FieldDefinition
  25. val name: String

    Definition Classes
    FieldDefinition
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. def nested(fields: TypedFieldDefinition*): NestedFieldDefinition

    Definition Classes
    FieldDefinition
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. def nullValue(nullValue: Int): IntegerFieldDefinition.this.type

    Definition Classes
    AttributeNullValue
  31. def postingsFormat(postingsFormat: PostingsFormat): IntegerFieldDefinition.this.type

    Definition Classes
    AttributePostingsFormat
  32. def precisionStep(precisionStep: Int): IntegerFieldDefinition.this.type

    Definition Classes
    AttributePrecisionStep
  33. def store(param: Boolean): IntegerFieldDefinition.this.type

    Definition Classes
    AttributeStore
  34. def store(store: YesNo): IntegerFieldDefinition.this.type

    Definition Classes
    AttributeStore
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. val type: FieldType

    Definition Classes
    TypedFieldDefinition
  38. def typed(ft: TokenCountType.type): TokenCountDefinition

    Definition Classes
    FieldDefinition
  39. def typed(ft: StringType.type): StringFieldDefinition

    Definition Classes
    FieldDefinition
  40. def typed(ft: ShortType.type): ShortFieldDefinition

    Definition Classes
    FieldDefinition
  41. def typed(ft: ObjectType.type): ObjectFieldDefinition

    Definition Classes
    FieldDefinition
  42. def typed(ft: NestedType.type): NestedFieldDefinition

    Definition Classes
    FieldDefinition
  43. def typed(ft: MultiFieldType.type): MultiFieldDefinition

    Definition Classes
    FieldDefinition
  44. def typed(ft: LongType.type): LongFieldDefinition

    Definition Classes
    FieldDefinition
  45. def typed(ft: IpType.type): IpFieldDefinition

    Definition Classes
    FieldDefinition
  46. def typed(ft: IntegerType.type): IntegerFieldDefinition

    Definition Classes
    FieldDefinition
  47. def typed(ft: GeoShapeType.type): GeoShapeFieldDefinition

    Definition Classes
    FieldDefinition
  48. def typed(ft: GeoPointType.type): GeoPointFieldDefinition

    Definition Classes
    FieldDefinition
  49. def typed(ft: FloatType.type): FloatFieldDefinition

    Definition Classes
    FieldDefinition
  50. def typed(ft: DoubleType.type): DoubleFieldDefinition

    Definition Classes
    FieldDefinition
  51. def typed(ft: DateType.type): DateFieldDefinition

    Definition Classes
    FieldDefinition
  52. def typed(ft: CompletionType.type): CompletionFieldDefinition

    Definition Classes
    FieldDefinition
  53. def typed(ft: ByteType.type): ByteFieldDefinition

    Definition Classes
    FieldDefinition
  54. def typed(ft: BooleanType.type): BooleanFieldDefinition

    Definition Classes
    FieldDefinition
  55. def typed(ft: BinaryType.type): BinaryFieldDefinition

    Definition Classes
    FieldDefinition
  56. def typed(ft: AttachmentType.type): AttachmentFieldDefinition

    Definition Classes
    FieldDefinition
  57. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from NumberFieldDefinition[Int]

Inherited from AttributeFields

Inherited from AttributeCopyTo

Inherited from AttributeDocValuesFormat

Inherited from AttributeStore

Inherited from AttributePrecisionStep

Inherited from AttributePostingsFormat

Inherited from AttributeNullValue[Int]

Inherited from AttributeIndexName

Inherited from AttributeIndex

Inherited from AttributeIgnoreMalformed

Inherited from AttributeIncludeInAll

Inherited from AttributeBoost

Inherited from Attribute

Inherited from TypedFieldDefinition

Inherited from FieldDefinition

Inherited from AnyRef

Inherited from Any

Ungrouped