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:
Christine Poerschke 2015-12-01 10:13:12 +00:00
parent c10dd7daa7
commit 0745c12a90
1 changed files with 0 additions and 12 deletions

View File

@ -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>