mirror of https://github.com/apache/lucene.git
LUCENE-6911: remove deprecated, no-op StandardQueryParser.getMultiFields(CharSequence[] fields) method.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717396 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c10dd7daa7
commit
0745c12a90
|
@ -293,18 +293,6 @@ public class StandardQueryParser extends QueryParserHelper implements CommonQuer
|
|||
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the fields used to expand the query when the field for a
|
||||
* certain query is <code>null</code>
|
||||
*
|
||||
* @param fields the fields used to expand the query
|
||||
* @deprecated Use StandardQueryParser#getMultiFields() instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public void getMultiFields(CharSequence[] fields) {
|
||||
getQueryConfigHandler().get(ConfigurationKeys.MULTI_FIELDS);
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the fields used to expand the query when the field for a
|
||||
* certain query is <code>null</code>
|
||||
|
|
Loading…
Reference in New Issue