This is what the real time get handler is all about, see: https://cwiki.apache.org/confluence/display/solr/RealTime+Get
Best, Erick On Mon, Aug 24, 2015 at 8:19 AM, Pegazus <yoann.kla...@thalesgroup.com> wrote: > Hi all, > > I would like to now if it is possible to retreive added document not yet > flush in hard disk. > > I have my case here: > > I insert two document in solr and just after this insert i try to retrieve > them. > Three result possible : > > - Success to retrieve those two documents. > - Retrieve only one. > - No possible to retrieve documents > > I would like to avoid to reduce the solr flush time on the hard disk. > > Note : I am on solr 4.2.0 > > Any ideas ? > > Thanks > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Retreive-new-inserted-data-tp4224918.html > Sent from the Solr - User mailing list archive at Nabble.com.