I have an indexer that already collapses field values into a Map of (value, count) before indexing, and I would like to specify an increment to frequency (docFreq?) when adding a field value to a Lucene Document. Should I just add the same value multiple times?

-Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to