mirror of https://github.com/apache/lucene.git
LUCENE-6984: Remove out-of-date javadoc note
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1725743 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e5de90bbf1
commit
52786181c7
|
@ -57,11 +57,6 @@ public class SpanMultiTermQueryWrapper<Q extends MultiTermQuery> extends SpanQue
|
|||
* Create a new SpanMultiTermQueryWrapper.
|
||||
*
|
||||
* @param query Query to wrap.
|
||||
* <p>
|
||||
* NOTE: This will call {@link MultiTermQuery#setRewriteMethod(MultiTermQuery.RewriteMethod)}
|
||||
* on the wrapped <code>query</code>, changing its rewrite method to a suitable one for spans.
|
||||
* Be sure to not change the rewrite method on the wrapped query afterwards! Doing so will
|
||||
* throw {@link UnsupportedOperationException} on rewriting this query!
|
||||
*/
|
||||
@SuppressWarnings({"rawtypes","unchecked"})
|
||||
public SpanMultiTermQueryWrapper(Q query) {
|
||||
|
|
Loading…
Reference in New Issue