You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Luc Vanlerberghe (JIRA)" <ji...@apache.org> on 2005/10/04 20:04:47 UTC

[jira] Created: (LUCENE-445) Contrib.: Thread-safe DelayCloseIndexSearcher.

Contrib.: Thread-safe DelayCloseIndexSearcher.
----------------------------------------------

         Key: LUCENE-445
         URL: http://issues.apache.org/jira/browse/LUCENE-445
     Project: Lucene - Java
        Type: Improvement
  Components: Search  
    Versions: 1.4    
 Environment: Implemented for Lucene 1.4.3, changes for 1.9 in comments.
    Reporter: Luc Vanlerberghe


Implements search over a single IndexReader, but remains open even if close() is called. This way it can be shared by 
multiple objects that need to search the index without being aware of the keep-the-index-open-until-it-changes logic.

Usage is described in the javadoc.

-- 
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: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Updated: (LUCENE-445) Contrib.: Thread-safe DelayCloseIndexSearcher.

Posted by "Luc Vanlerberghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/LUCENE-445?page=all ]

Luc Vanlerberghe updated LUCENE-445:
------------------------------------

    Attachment: DelayCloseIndexSearcherTest.java

The junit test case for DelayCloseIndexSearcher.

> Contrib.: Thread-safe DelayCloseIndexSearcher.
> ----------------------------------------------
>
>          Key: LUCENE-445
>          URL: http://issues.apache.org/jira/browse/LUCENE-445
>      Project: Lucene - Java
>         Type: Improvement
>   Components: Search
>     Versions: 1.4
>  Environment: Implemented for Lucene 1.4.3, changes for 1.9 in comments.
>     Reporter: Luc Vanlerberghe
>  Attachments: DelayCloseIndexSearcher.java, DelayCloseIndexSearcherTest.java
>
> Implements search over a single IndexReader, but remains open even if close() is called. This way it can be shared by 
> multiple objects that need to search the index without being aware of the keep-the-index-open-until-it-changes logic.
> Usage is described in the javadoc.

-- 
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: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Commented: (LUCENE-445) Contrib.: Thread-safe DelayCloseIndexSearcher.

Posted by "Otis Gospodnetic (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/LUCENE-445?page=comments#action_12331326 ] 

Otis Gospodnetic commented on LUCENE-445:
-----------------------------------------

Shall we add this to contrib?

> Contrib.: Thread-safe DelayCloseIndexSearcher.
> ----------------------------------------------
>
>          Key: LUCENE-445
>          URL: http://issues.apache.org/jira/browse/LUCENE-445
>      Project: Lucene - Java
>         Type: Improvement
>   Components: Search
>     Versions: 1.4
>  Environment: Implemented for Lucene 1.4.3, changes for 1.9 in comments.
>     Reporter: Luc Vanlerberghe
>  Attachments: DelayCloseIndexSearcher.java, DelayCloseIndexSearcherTest.java
>
> Implements search over a single IndexReader, but remains open even if close() is called. This way it can be shared by 
> multiple objects that need to search the index without being aware of the keep-the-index-open-until-it-changes logic.
> Usage is described in the javadoc.

-- 
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: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Updated: (LUCENE-445) Contrib.: Thread-safe DelayCloseIndexSearcher.

Posted by "Luc Vanlerberghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/LUCENE-445?page=all ]

Luc Vanlerberghe updated LUCENE-445:
------------------------------------

    Attachment: DelayCloseIndexSearcher.java

The DelayCloseIndexSearcher class itself.


> Contrib.: Thread-safe DelayCloseIndexSearcher.
> ----------------------------------------------
>
>          Key: LUCENE-445
>          URL: http://issues.apache.org/jira/browse/LUCENE-445
>      Project: Lucene - Java
>         Type: Improvement
>   Components: Search
>     Versions: 1.4
>  Environment: Implemented for Lucene 1.4.3, changes for 1.9 in comments.
>     Reporter: Luc Vanlerberghe
>  Attachments: DelayCloseIndexSearcher.java
>
> Implements search over a single IndexReader, but remains open even if close() is called. This way it can be shared by 
> multiple objects that need to search the index without being aware of the keep-the-index-open-until-it-changes logic.
> Usage is described in the javadoc.

-- 
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: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org