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

2013-02-21 Thread Miguel
Thanks Cris I'm going to see both UpdateLog and RealTimeGetComponent classes, but I not sure if I could use them because I'm working with apache solr version 1.4.1, (I know is older). Anyway I'll tell you my problem. I am developing a custom class extend from UpdateRequestProcessorFactory.

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 what you end