[Javadoc]: Remove lucene tags (#36834)
Remove lucene tags as they break gradle javadoc task Relates #36794
This commit is contained in:
parent
d43cbdab97
commit
a34a3532ce
|
@ -52,7 +52,6 @@ import static org.apache.lucene.geo.GeoEncodingUtils.encodeLongitude;
|
|||
* @see PointValues
|
||||
* @see LatLonDocValuesField
|
||||
*
|
||||
* @lucene.experimental
|
||||
*/
|
||||
public class XLatLonShape {
|
||||
public static final int BYTES = LatLonPoint.BYTES;
|
||||
|
|
|
@ -26,7 +26,6 @@ import org.apache.lucene.index.PointValues.Relation;
|
|||
* <p>The field must be indexed using
|
||||
* {@link XLatLonShape#createIndexableFields} added per document.
|
||||
*
|
||||
* @lucene.experimental
|
||||
**/
|
||||
final class XLatLonShapeBoundingBoxQuery extends XLatLonShapeQuery {
|
||||
final XRectangle2D rectangle2D;
|
||||
|
|
|
@ -41,7 +41,6 @@ import java.util.Arrays;
|
|||
* <p>The field must be indexed using
|
||||
* {@link XLatLonShape#createIndexableFields} added per document.
|
||||
*
|
||||
* @lucene.experimental
|
||||
**/
|
||||
final class XLatLonShapeLineQuery extends XLatLonShapeQuery {
|
||||
final Line[] lines;
|
||||
|
|
|
@ -31,7 +31,6 @@ import java.util.Arrays;
|
|||
* <p>The field must be indexed using
|
||||
* {@link XLatLonShape#createIndexableFields} added per document.
|
||||
*
|
||||
* @lucene.experimental
|
||||
**/
|
||||
final class XLatLonShapePolygonQuery extends XLatLonShapeQuery {
|
||||
final Polygon[] polygons;
|
||||
|
|
|
@ -45,7 +45,6 @@ import java.util.Objects;
|
|||
*
|
||||
* Note: this class implements the majority of the INTERSECTS, WITHIN, DISJOINT relation logic
|
||||
*
|
||||
* @lucene.experimental
|
||||
**/
|
||||
abstract class XLatLonShapeQuery extends Query {
|
||||
/** field name */
|
||||
|
|
|
@ -38,7 +38,6 @@ import static org.apache.lucene.geo.GeoUtils.orient;
|
|||
/**
|
||||
* 2D rectangle implementation containing spatial logic.
|
||||
*
|
||||
* @lucene.internal
|
||||
*/
|
||||
public class XRectangle2D {
|
||||
final byte[] bbox;
|
||||
|
|
|
@ -64,7 +64,6 @@ import static org.apache.lucene.geo.GeoUtils.orient;
|
|||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
||||
* THIS SOFTWARE.
|
||||
*
|
||||
* @lucene.experimental
|
||||
*/
|
||||
public final class XTessellator {
|
||||
// this is a dumb heuristic to control whether we cut over to sorted morton values
|
||||
|
|
Loading…
Reference in New Issue