Details
-
Bug
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
5.5
-
None
-
None
-
New
Description
Example for a nested SpanQuery that is not working:
Document: Human Genome Organization , HUGO , is trying to coordinate gene mapping research worldwide.
Query: spanNear([body:coordinate, spanOr([spanNear([body:gene, body:mapping], 0, true), body:gene]), body:research], 0, true)
The query should match "coordinate gene mapping research" as well as "coordinate gene research". It does not match "coordinate gene mapping research" with Lucene 5.5 or 6.1, it did however match with Lucene 4.10.4. It probably stopped working with the changes on SpanQueries in 5.3. I will attach a unit test that shows the problem.
Attachments
Attachments
Issue Links
- blocks
-
SOLR-14453 Solr proximity search highlighting issue
- Resolved
- incorporates
-
LUCENE-8695 Word delimiter graph or span queries bug
- Open
- is related to
-
LUCENE-5331 nested SpanNearQuery with repeating groups does not find match
- Open
- relates to
-
LUCENE-7848 QueryBuilder.analyzeGraphPhrase does not handle gaps correctly
- Resolved