Re: Read-Only core

2008-04-01 Thread Michael McCandless
I don't think there is a Jira issue for this yet, but I think we've made good progress towards this, eg IndexWriter can now delete by term or query, IndexReader no longer writes a commit lock, etc. I *think* we don't need to carry over delete by document number (delete by query should

Read-Only core

2008-03-30 Thread DM Smith
One of the recent threads talked about separating Index reading from Index writing. Is there a Jira issue for that? I'd like to know what all that encompasses. Specifically, I'd like to know if it would be possible to pair lucene- core.jar down to just the classes that read the index. I'd