Skip to content

Commit

Permalink
Corrected Text For Some Comments And Changed Constant To Be Private
Browse files Browse the repository at this point in the history
Signed-off-by: GabeFernandez310 <[email protected]>
  • Loading branch information
GabeFernandez310 committed Nov 2, 2022
1 parent 2776fdd commit e73cf7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import org.opensearch.sql.expression.NamedArgumentExpression;

/**
* Base class to represent relevance queries that search multiple fields.
* Base class to represent relevance queries that have no 'fields' array as an argument.
*
* @param <T> The builder class for the OpenSearch query.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
import org.opensearch.index.query.QueryStringQueryBuilder;

/**
* Class for Lucene query that builds the query_string query.
* Class for Lucene query that builds the 'query' query.
*/
public class QueryQuery extends NoFieldQuery<QueryStringQueryBuilder> {

final String queryQueryName = "query";
private final String queryQueryName = "query";

/**
* Default constructor for QueryQuery configures how RelevanceQuery.build() handles
Expand Down

0 comments on commit e73cf7d

Please sign in to comment.