You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2006/11/28 04:27:22 UTC

[jira] Commented: (LUCENE-731) Simple attempt at adding and searching at the same time fails.

    [ http://issues.apache.org/jira/browse/LUCENE-731?page=comments#action_12453784 ] 
            
Michael McCandless commented on LUCENE-731:
-------------------------------------------

I think the problem here is you need to call writer.close() before you open your searcher?  The writer buffers documents in memory (default is 10) so that one doc that's added won't be flushed to disk unless you do a close.

> Simple attempt at adding and searching at the same time fails.
> --------------------------------------------------------------
>
>                 Key: LUCENE-731
>                 URL: http://issues.apache.org/jira/browse/LUCENE-731
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Index
>    Affects Versions: 2.0.0
>         Environment: Windows XP, java 1.4.
>            Reporter: benson margulies
>         Attachments: LuceneBooleanQuery.java
>
>
> The FAQ says that you can index and lookup simultaneously. I tried what appeared to be the simplest possible implementation of that, and the searcher never finds anything. I will attach a junit test.
> If the code is working as designed, please consider this a bug in the FAQ or some other doc that there is no pattern given for how to do this.

-- 
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