Skip to content

Commit fefe7df

Browse files
iverasenknize
authored andcommitted
[Javadoc]: Remove lucene tags (#36834)
Remove lucene tags as they break gradle javadoc task Relates #36794
1 parent dc44261 commit fefe7df

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

server/src/main/java/org/apache/lucene/document/XLatLonShape.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
* @see PointValues
5353
* @see LatLonDocValuesField
5454
*
55-
* @lucene.experimental
5655
*/
5756
public class XLatLonShape {
5857
public static final int BYTES = LatLonPoint.BYTES;

server/src/main/java/org/apache/lucene/document/XLatLonShapeBoundingBoxQuery.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
* <p>The field must be indexed using
2727
* {@link XLatLonShape#createIndexableFields} added per document.
2828
*
29-
* @lucene.experimental
3029
**/
3130
final class XLatLonShapeBoundingBoxQuery extends XLatLonShapeQuery {
3231
final XRectangle2D rectangle2D;

server/src/main/java/org/apache/lucene/document/XLatLonShapeLineQuery.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
* <p>The field must be indexed using
4242
* {@link XLatLonShape#createIndexableFields} added per document.
4343
*
44-
* @lucene.experimental
4544
**/
4645
final class XLatLonShapeLineQuery extends XLatLonShapeQuery {
4746
final Line[] lines;

server/src/main/java/org/apache/lucene/document/XLatLonShapePolygonQuery.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
* <p>The field must be indexed using
3232
* {@link XLatLonShape#createIndexableFields} added per document.
3333
*
34-
* @lucene.experimental
3534
**/
3635
final class XLatLonShapePolygonQuery extends XLatLonShapeQuery {
3736
final Polygon[] polygons;

server/src/main/java/org/apache/lucene/document/XLatLonShapeQuery.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
*
4545
* Note: this class implements the majority of the INTERSECTS, WITHIN, DISJOINT relation logic
4646
*
47-
* @lucene.experimental
4847
**/
4948
abstract class XLatLonShapeQuery extends Query {
5049
/** field name */

server/src/main/java/org/apache/lucene/geo/XRectangle2D.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
/**
3939
* 2D rectangle implementation containing spatial logic.
4040
*
41-
* @lucene.internal
4241
*/
4342
public class XRectangle2D {
4443
final byte[] bbox;

server/src/main/java/org/apache/lucene/geo/XTessellator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
6565
* THIS SOFTWARE.
6666
*
67-
* @lucene.experimental
6867
*/
6968
public final class XTessellator {
7069
// this is a dumb heuristic to control whether we cut over to sorted morton values

0 commit comments

Comments
 (0)