jimczi commented on issue #854: Shared PQ Based Early Termination for 
Concurrent Search
URL: https://github.com/apache/lucene-solr/pull/854#issuecomment-530373796
 
 
   I am not sure that synchronization would be an issue in this model since the 
update of the global min score should be quick, we can also use double checked 
locking or use a volatile. But it's hard to say without benchmarking as Mike 
said. It would be easier to discuss with a poc to compare with the current 
approach in this pr. I can work on one if you want to concentrate on the shared 
pq path ?
   
   > Once globally, numHits are collected, we do a pass through the array and 
pick the minimum? 
   
   If numHits means the global threshold then it's just one condition. The 
slice must also have a full pq to publish a min score and other slices can use 
it if they need to collect the same number of top docs. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to