Re: GC cost of creating String resource description on IndexInput clone

2021-02-22 Thread Viral Gandhi
Thank you for your detailed feedback! I will explore the lambda approach and benchmark its benefits using our internal testing framework. Viral Gandhi On Sat, 20 Feb 2021 at 03:23, Robert Muir wrote: > +1 to explore Uwe's lambda idea. I really hate lambdas (you should too, if > yo

GC cost of creating String resource description on IndexInput clone

2021-02-19 Thread Viral Gandhi
-line QPS (throughput). My intention to start this thread is to collect feedback on this approach as well as to discuss any other ideas. Thanks, Viral Gandhi

Re: BlockMaxConjunctionScorer for Occur.FILTER query clauses

2020-10-20 Thread Viral Gandhi
ean query, then there is no score. > > ~ David Smiley > Apache Lucene/Solr Search Developer > http://www.linkedin.com/in/davidwsmiley > > > On Mon, Oct 5, 2020 at 8:15 PM Viral Gandhi > wrote: > >> Hello, >> >> I am trying to utilize Block Max WAND optimiza

BlockMaxConjunctionScorer for Occur.FILTER query clauses

2020-10-05 Thread Viral Gandhi
those clauses. Does anyone know why WAND optimization does not apply for Occur.FILTER clauses? Thanks, Viral Gandhi

Re: BinaryDocValues compression with 8.5.1

2020-05-21 Thread Viral Gandhi
Thank you! Opened https://issues.apache.org/jira/browse/LUCENE-9378 to address this. Viral Gandhi On Wed, 20 May 2020 at 15:27, Michael McCandless wrote: > I think we could do this at the Codec level? > > For example, for stored fields, the current default format > (Lucene50Stored

BinaryDocValues compression with 8.5.1

2020-05-18 Thread Viral Gandhi
on 8.4 index with 8.5.1 code, performance is very similar to 8.4. Thanks, Viral Gandhi