[jira] Created: (LUCENE-1412) FileNotFoundException thrown by Directory.copy()

2008-10-06 Thread Anthony Urso (JIRA)
Affects Versions: 2.4 Environment: Java 6. Directory.java and RAMDirectory.java are both at revision 700591. The thread that threw this runs concurrently with others searching and writing the same index. Reporter: Anthony Urso java.io.FileNotFoundException: segments_bu

Re: RMI, Searchable and RemoteSearchable

2008-10-02 Thread Anthony Urso
On Fri, Sep 26, 2008 at 6:52 PM, Grant Ingersoll <[EMAIL PROTECTED]> wrote: > > On Sep 26, 2008, at 8:19 PM, Anthony Urso wrote: > >> I am using the RMI RemoteSearchable. I don't use a central RMI >> registry for the cluster (it's not particularly beneficial to

Re: RMI, Searchable and RemoteSearchable

2008-09-26 Thread Anthony Urso
I am using the RMI RemoteSearchable. I don't use a central RMI registry for the cluster (it's not particularly beneficial to do so), so I have had none of the problems described above. It just works out of the box. Why not work towards RemoteSearchable instead of Searchable extending java.rmi.Rem

LUCENE-1315 status?

2008-07-25 Thread Anthony Urso
Can people-in-the-know comment and/or take action on LUCENE-1315? If it is unpalateable, let me know the right way to do something along these lines: reader = IndexReader.open(directory); searcher = new IndexSearcher(reader); LocateRegistry.createRegistry(port); Naming.rebind(nam

[jira] Updated: (LUCENE-1315) Add setIndexReader in IndexSearcher

2008-07-11 Thread Anthony Urso (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Urso updated LUCENE-1315: - Attachment: LUCENE-1315.patch Renamed the patch file to standard name as per http

[jira] Updated: (LUCENE-1315) Add setIndexReader in IndexSearcher

2008-07-11 Thread Anthony Urso (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Urso updated LUCENE-1315: - Attachment: (was: setIndexReader.diff) > Add setIndexReader in IndexSearc

[jira] Created: (LUCENE-1315) Add setIndexReader in IndexSearcher

2008-06-23 Thread Anthony Urso (JIRA)
Versions: 2.3.2 Reporter: Anthony Urso Priority: Trivial Attachments: setIndexReader.diff Adds a setter for the "private IndexReader reader" member in IndexSearcher. Needed to in order to be able reload the reader underlying a remote searcher. -- This

[jira] Updated: (LUCENE-1315) Add setIndexReader in IndexSearcher

2008-06-23 Thread Anthony Urso (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Urso updated LUCENE-1315: - Attachment: setIndexReader.diff Patch attached. > Add setIndexReader in IndexSearc