Re: Solr queuing behavior

2008-04-28 Thread Chris Hostetter
: Suppose I commit a number of adds but the adds have caused a lengthy segment : merge and the commit blocks and times out. How can I tell when all my adds are : searchable? Do I have to query solr for the given collid field value for each : document the users document list view? When HTTP reque

Solr queuing behavior

2008-04-27 Thread Phillip Farber
Hello, I have a quasi-realtime indexing application where documents are grouped into collections and documents can be added or removed from collections. The document has an id and multiple collection id (collid) fields reflecting the collections that contain that document. The collid field i