Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: mikhail-khludnev <[email protected]>
  • Loading branch information
mikhail-khludnev committed Oct 19, 2024
1 parent a6c3148 commit b6c3410
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,9 @@ public DocValueFormat docValueFormat(@Nullable String format, ZoneId timeZone) {
}
}

/**
* Union over IP address ranges
*/
public static class IpMultiRangeQueryBuilder extends MultiRangeQuery.Builder {
public IpMultiRangeQueryBuilder(String field) {
super(field, InetAddressPoint.BYTES, 1);
Expand Down

0 comments on commit b6c3410

Please sign in to comment.