Package org.hibernate.search.annotations
Annotation Type NumericField
-
@Deprecated @Retention(RUNTIME) @Target({METHOD,FIELD}) @Documented @Repeatable(NumericFields.class) public @interface NumericField
Deprecated.This annotation does not do anything anymore and is not necessary. It can be removed safely.- Author:
- Gustavo Fernandes
-
-
Field Summary
Fields Modifier and Type Fields Description static intPRECISION_STEP_DEFAULTDeprecated.Default precision step, mimicking Lucene's default precision step value.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringforFieldDeprecated.intprecisionStepDeprecated.
-
-
-
-
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:
- ""
-
-