I opened LUCENE-5889. While I was writing that I remembered another gap: it would be useful to have a delete() method. Callers might like to be able to include or exclude terms based on their frequency, which can change over time, and at the very least when a term no longer occurs in the source data, it would be desirable to remove it from the suggestion index without a rebuild. Currently I update and set the weight to 0.0, but that's not really the same: it just tends to hide the suggestions, but of course they can stil l show up. If you agree that's a good idea I can open a ticket for that too.

-Mike S

On 08/15/2014 07:33 AM, Michael Sokolov wrote:
On 8/14/2014 5:48 PM, Michael McCandless wrote:
I think we should expose commit?  Can you open an issue?
I will


---------------------------------------------------------------------
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