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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to