Sorry I should have made the objectives clear. The goal is to reduce the index size by avoiding TermFrequency stored in the index (in .frq segment files).
After exploring a bit more, realized that LUCENE-2048 now allows omitPositions. Similarly, I'm looking for a omitFrequency option. Thanks, -Jibo On Jul 13, 2011, at 1:34 PM, Markus Jelsma wrote: > A dirty hack is to return 1.0f for each tf > 0. Just a couple of lines code > for a custom similarity class. > >> Hello, >> >> I was wondering if there is a way we can omit only the Term Frequency in >> solr? >> >> omitTermFreqAndPositions =true wouldn't work for us since we need the >> positions for supporting phrase queries. >> >> Thanks, >> -Jibo