Shai Erera created LUCENE-4108: ---------------------------------- Summary: Add replaceTaxonomy to DirectoryTaxonomyWriter Key: LUCENE-4108 URL: https://issues.apache.org/jira/browse/LUCENE-4108 Project: Lucene - Java Issue Type: New Feature Components: modules/facet Reporter: Shai Erera Assignee: Shai Erera Priority: Minor Fix For: 4.0, 3.6.1, 5.0
I'd like to add the option to replace a taxonomy with another one, "live" on DirectoryTaxoWriter. Similar to how one can do so on IndexWriter, by calling deleteAll() and addIndexes(), it is valuable to be able to do so on DirTW as well. That way, if you need to replace a search index and taxonomy index "live", you will be able to, given this new API. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org