Re: get content is put in the index queue but is not committed

2013-02-21 Thread Miguel
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

Re: get content is put in the index queue but is not committed

2013-02-21 Thread Chris Hostetter
: 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

get content is put in the index queue but is not committed

2013-02-19 Thread Miguel
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