mirror of https://github.com/apache/lucene.git
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:
parent
eaf2af80a2
commit
64e6e196ac
|
@ -206,7 +206,7 @@ public interface Fieldable extends Serializable {
|
|||
* required in the index, it also means any query
|
||||
* requiring positional information, such as {@link
|
||||
* PhraseQuery} or {@link SpanQuery} subclasses will
|
||||
* silently fail to find results.
|
||||
* fail with an exception.
|
||||
*/
|
||||
void setOmitTermFreqAndPositions(boolean omitTermFreqAndPositions);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue