As the subject says, is it possible to omit the term frequencies for a
field, but still keep positions? Term frequencies are omitted for better
scoring under our model, but positions are required for span queries. Are
the two concepts related? Are they indexed in the same data structure?

One option is to use a custom similarity that ignores term frequencies, but
I was wondering if there was a cleaner solution.

Cheers,

Ivan

Reply via email to