Annotation Type NumericField


Deprecated.
This annotation does not do anything anymore and is not necessary. It can be removed safely.
Author:
Gustavo Fernandes
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Deprecated.
     
    int
    Deprecated.
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Deprecated.
    Default precision step, mimicking Lucene's default precision step value.
  • Field Details

    • PRECISION_STEP_DEFAULT

      static final int PRECISION_STEP_DEFAULT
      Deprecated.
      Default precision step, mimicking Lucene's default precision step value.
      See Also:
  • Element Details

    • precisionStep

      int precisionStep
      Deprecated.
      Returns:
      Precision step for numeric field. The less, more terms will be present in the index.
      Default:
      4
    • forField

      String forField
      Deprecated.
      Returns:
      Field name this annotation refers to. If omitted, refers to the @Field annotation in case there's only one
      Default:
      ""