Re: Custom sort function

2019-11-27 Thread Sripra deep
e > its been used in many business scenarios. Looking out for what's going > wrong. > > Thanks, > Sripradeep P > > > On Wed, Nov 27, 2019 at 1:00 PM Jörn Franke wrote: > >> And have you tried how fast it is if you don’t do anything in this >> method? >

Re: Custom sort function

2019-11-27 Thread Jörn Franke
wrote: >> And have you tried how fast it is if you don’t do anything in this method? >> >> > Am 27.11.2019 um 07:52 schrieb Sripra deep : >> > >> > Hi Team, >> > I wrote a custom sort function that will read the field value and parse >> >

Re: Custom sort function

2019-11-27 Thread Sripra deep
ried how fast it is if you don’t do anything in this method? > > > Am 27.11.2019 um 07:52 schrieb Sripra deep >: > > > > Hi Team, > > I wrote a custom sort function that will read the field value and parse > > and returns a float value that will be used f

Re: Custom sort function

2019-11-26 Thread Jörn Franke
And have you tried how fast it is if you don’t do anything in this method? > Am 27.11.2019 um 07:52 schrieb Sripra deep : > > Hi Team, > I wrote a custom sort function that will read the field value and parse > and returns a float value that will be used for sorting. this fie

Re: Custom sort function

2019-11-26 Thread Jörn Franke
eep : > > Hi Team, > I wrote a custom sort function that will read the field value and parse > and returns a float value that will be used for sorting. this field is > indexed, stored and docvalues enabled. my latency increases drastically > from 10ms when the filter loads 50 doc

Custom sort function

2019-11-26 Thread Sripra deep
Hi Team, I wrote a custom sort function that will read the field value and parse and returns a float value that will be used for sorting. this field is indexed, stored and docvalues enabled. my latency increases drastically from 10ms when the filter loads 50 documents and 200ms when it loads 250