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:
Daniel Naber 2004-10-15 19:50:58 +00:00
parent 9daff285c9
commit 7618ca9403
1 changed files with 1 additions and 1 deletions

View File

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