: 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 goal is, we might be able to provide more specific (or alternative) suggestions on how to achieve your goal... https://people.apache.org/~hossman/#xyproblem XY Problem Your question appears to be an "XY Problem" ... that is: you are dealing with "X", you are assuming "Y" will help you, and you are asking about "Y" without giving more details about the "X" so that we can understand the full issue. Perhaps the best solution doesn't involve "Y" at all? See Also: http://www.perlmonks.org/index.pl?node_id=542341 -Hoss