[ http://issues.apache.org/jira/browse/LUCENE-685?page=all ]

Karl Wettin updated LUCENE-685:
-------------------------------

    Attachment: InterfaceIndexWriter.java

This is the interface I let IndexWriter implement in 
http://issues.apache.org/jira/browse/LUCENE-550 in order to subclass my own 
non-Directory index. Perhaps a start?

> 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
>         Attachments: InterfaceIndexWriter.java
>
>
> 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]

Reply via email to