/** Expert: * * If set, omit term freq, positions and payloads from * postings for this field. * * <p><b>NOTE</b>: While this option reduces storage space * 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. */
Perhaps should say, *may* silently fail? SpanTermQuery will explicitly throw an exception. Does PhraseQuery still silently fail these days? - Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org