File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
hibernate-search-documentation/src/main/docbook/en-US/modules
hibernate-search-engine/src/main/java/org/hibernate/search/annotations Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -341,13 +341,6 @@ public class BigDecimalNumericFieldBridge extends NumericFieldBridge {
341
341
}
342
342
</programlisting >
343
343
</example >
344
-
345
- <note >
346
- <para >Lucene marks the numeric field API still as experimental and
347
- warns for incompatible changes in coming releases. Using Hibernate
348
- Search will hopefully shield you from any underlying API changes,
349
- but that is not guaranteed.</para >
350
- </note >
351
344
</section >
352
345
353
346
<section id =" id-annotation" >
Original file line number Diff line number Diff line change 10
10
* Extension annotation for {@code @Field} supporting Lucene's numeric field feature.
11
11
*
12
12
* @author Gustavo Fernandes
13
- * @experimental Lucene marks the numeric field API still as experimental and warns for incompatible changes in coming
14
- * releases. Using Hibernate Search will hopefully shield you from any underlying API changes, but that is not guaranteed.
15
13
*/
16
14
@ Retention (RetentionPolicy .RUNTIME )
17
15
@ Target ( { ElementType .METHOD , ElementType .FIELD })
You can’t perform that action at this time.
0 commit comments