msokolov commented on PR #14080:
URL: https://github.com/apache/lucene/pull/14080#issuecomment-2557129523

   > Yes, this sounds like it could be interesting indeed! I wonder if we 
should make the decision on a per-block basis rather than for the whole 
postings, in order to benefit postings that are only dense on some specific 
ranges of the doc ID space (which can happen when using index sorting or 
recursive graph bisection).
   
   agreed .. I had previously started out with a global decision and then 
eventually had a per-block decision. I saw some speedups in artificial tests, 
but struggled to get wins in more typical workloads.I think there was some 
overhead from reading the "type" of block and then branching to a specialized 
implementation? Not sure, but there has been a lot of change now in that area, 
maybe it will work out better.
   
   Right, stop words! I had previously created some new field (Month), but 
conjunctions including stop words would probably be a good test


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to