update comment about queries silently failing

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054713 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2011-01-03 19:19:56 +00:00
parent eaf2af80a2
commit 64e6e196ac
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ public interface Fieldable extends Serializable {
* required in the index, it also means any query * required in the index, it also means any query
* requiring positional information, such as {@link * requiring positional information, such as {@link
* PhraseQuery} or {@link SpanQuery} subclasses will * PhraseQuery} or {@link SpanQuery} subclasses will
* silently fail to find results. * fail with an exception.
*/ */
void setOmitTermFreqAndPositions(boolean omitTermFreqAndPositions); void setOmitTermFreqAndPositions(boolean omitTermFreqAndPositions);
} }