Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
  • Loading branch information
harshavamsi committed Aug 21, 2024
1 parent 9e0d99a commit 8fc2a34
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
import org.apache.lucene.search.Query;
import org.opensearch.search.internal.SearchContext;

/*
/**
* Abstract class that can be inherited by queries that can be approximated. Queries should implement {@link #canApproximate(SearchContext)} to specify conditions on when they can be approximated
*
*/
public abstract class ApproximateableQuery extends Query {

Expand Down

0 comments on commit 8fc2a34

Please sign in to comment.