rvesse commented on issue #2094:
URL: https://github.com/apache/jena/issues/2094#issuecomment-1833815123

   > However these are weird:
   > 
   > ```
   >  ?s text:query (mt:includeNotes "red booze") => 1 hit - 
<http://id.example.test/2> ??
   >  ?s text:query (mt:includeNotes "booze red") => 1 hit - 
<http://id.example.test/1> ??
   > ```
   
   Yeah those still look off.   Seems like something odd may be happening since 
the order of terms in your query impacts the results returned, glancing at your 
sample data that query really should match both AFAICT
   
   Could you try increasing your log level to `TRACE` as looking at the 
`jena-text` code it should give a lot of detail about the Lucene query being 
built at that level?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to