Extract interface from IndexWriter
----------------------------------
Key: LUCENE-685
URL: http://issues.apache.org/jira/browse/LUCENE-685
Project: Lucene - Java
Issue Type: Improvement
Components: Index
Affects Versions: 2.0.0
Reporter: Kenny MacLeod
Priority: Minor
org.apache.lucene.index.IndexWriter should probably implement an interface to
allow us to more easily write unit tests that use it. As it stands, it's a
complex class that's hard to stub/mock.
For example, an interface which had methods such as addDocument(), close() and
optimize().
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]