On 5/17/06, Martin Kobele <[EMAIL PROTECTED]> wrote:
> There may also be a bug in your code that adds the 512 documents (not
> synchronizing the clients properly could cause your count to be off).
luke tells me how many documents are in my index. I open the index in luke
after I closed my app.
all I do is this (after creating the document):

synchronized(fswriter){
        fswriter.addDocument(tempDoc);
}

Yes, but how do you know that you did that exactly 512 times?

-Yonik
http://incubator.apache.org/solr Solr, the open-source Lucene search server

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to