mirror of https://github.com/apache/lucene.git
don't link the deprecated PhrasePrefixQuery in the documentation
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150612 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9daff285c9
commit
7618ca9403
|
@ -32,7 +32,7 @@ import org.apache.lucene.index.IndexReader;
|
|||
<li> {@link WildcardQuery}
|
||||
<li> {@link PhraseQuery}
|
||||
<li> {@link PrefixQuery}
|
||||
<li> {@link PhrasePrefixQuery}
|
||||
<li> {@link MultiPhraseQuery}
|
||||
<li> {@link FuzzyQuery}
|
||||
<li> {@link RangeQuery}
|
||||
<li> {@link org.apache.lucene.search.spans.SpanQuery}
|
||||
|
|
Loading…
Reference in New Issue