diff --git a/lucene/sandbox/src/java/org/apache/lucene/document/InetAddressPoint.java b/lucene/sandbox/src/java/org/apache/lucene/document/InetAddressPoint.java index 88684f6bec1..5cda74297a6 100644 --- a/lucene/sandbox/src/java/org/apache/lucene/document/InetAddressPoint.java +++ b/lucene/sandbox/src/java/org/apache/lucene/document/InetAddressPoint.java @@ -41,7 +41,7 @@ import org.apache.lucene.util.StringHelper; *
  • {@link #newExactQuery(String, InetAddress)} for matching an exact network address. *
  • {@link #newPrefixQuery(String, InetAddress, int)} for matching a network based on CIDR prefix. *
  • {@link #newRangeQuery(String, InetAddress, InetAddress)} for matching arbitrary network address ranges. - *
  • {@link #newSetQuery(String, InetAddress...)} for matching a set of 1D values. + *
  • {@link #newSetQuery(String, InetAddress...)} for matching a set of network addresses. * *

    * This field supports both IPv4 and IPv6 addresses: IPv4 addresses are converted