Skip to content

Commit 5852c3a

Browse files
committed
HSEARCH-1104 Documentation warnings: NumericField no longer experimental
1 parent e32fa58 commit 5852c3a

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

2 files changed

+0
-9
lines changed

hibernate-search-documentation/src/main/docbook/en-US/modules/mapping.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -341,13 +341,6 @@ public class BigDecimalNumericFieldBridge extends NumericFieldBridge {
341341
}
342342
</programlisting>
343343
</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>
351344
</section>
352345

353346
<section id="id-annotation">

hibernate-search-engine/src/main/java/org/hibernate/search/annotations/NumericField.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
* Extension annotation for {@code @Field} supporting Lucene's numeric field feature.
1111
*
1212
* @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.
1513
*/
1614
@Retention(RetentionPolicy.RUNTIME)
1715
@Target( { ElementType.METHOD, ElementType.FIELD })

0 commit comments

Comments
 (0)