Hi Thanks very much for your answers :) Manuel, if you have a patch I will be glad to test it's performance Yuval
On Mon, Nov 18, 2013 at 10:49 AM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > Manuel, that sounds very interesting. Would you be willing to > contribute this back to the community? > > On Mon, Nov 18, 2013 at 9:53 AM, Manuel Le Normand > <manuel.lenorm...@gmail.com> wrote: > > In order to accelerate the BinaryResponseWriter.write we extended this > > writer class to implement the docid to id tranformation by docValues (on > > memory) with no need to access stored field for id reading nor lazy > loading > > of fields that also has a cost. That should improve read rate as > docValues > > are sequential and should avoid disk IO. This docValues implementation is > > accessed during both query stages (as mentioned above) in case you ask > for > > id's only, or only once, during the distributed search stage, in case you > > intend asking for stored fields different than id. > > > > We just started testing it for performance. I would love hearing any > > oppinions or test performances for this implementation > > > > Manu > > > > -- > Regards, > Shalin Shekhar Mangar. >