Hi All,

Does it make sense to have another option for IndexOptions, i.e.
DOCS_AND_POSITIONS
<https://lucene.apache.org/core/7_1_0/core/org/apache/lucene/index/IndexOptions.html#DOCS_AND_FREQS_AND_POSITIONS>
Use case is that we are looking on to decrease our storage and we don't
care about frequencies but we do need positions for phrase queries.

https://lucene.apache.org/core/7_1_0/core/org/apache/lucene/index/IndexOptions.html

-- 

Nitin Goyal

Reply via email to