ani8570 commented on issue #14056:
URL: https://github.com/apache/lucene/issues/14056#issuecomment-2535705551

   Hello,
   
   Previously, we attempted the following searches:
   
   1. applepie bananapie
   
   
   2. apple pie banana pie
   
   
   
   using inorder spanNear(apple pie banana pie), but document 1 was not 
retrieved.
   
   In document 1, for applepie,
   
   apple has posIncre:1
   
   pie has posIncre:0
   
   
   This lack of position increment prevents it from being retrieved.
   
   Even searching with spanNear(apple,pie) and spanNear(banana,pie) yields no 
results.
   
   


-- 
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