I change value of status
field on commit event.
thanks very much
I am learning much Solr in this list
El 21/02/2013 19:34, Chris Hostetter escribió:
: Anybody know how-to get content is put in the index queue but is not
: committed?
i'm guessing you are refering to uncommited documents in
: Anybody know how-to get content is put in the index queue but is not
: committed?
i'm guessing you are refering to uncommited documents in the transaction
log? Take a look at the UpdateLog class, and how it's used by the
RealTimeGetComponent.
If you provide more details as to wh
Hi everybody
Anybody know how-to get content is put in the index queue but is not
committed?
I am developing a custom UpdateRequestProcessorFactory and in the ADD
Event I see the documents, and I would need to access this same
documents in the Commit event. When the add event has implicit