[
https://issues.apache.org/jira/browse/LUCENE-5331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13815564#comment-13815564
]
Tim Allison commented on LUCENE-5331:
-------------------------------------
Might be related, but the following does incorrectly have a hit:
String value = "w x a b c d b c e y z";
Query query = createNestedSpanQuery("a b c d d b c e");
> nested SpanNearQuery with repeating groups does not find match
> --------------------------------------------------------------
>
> Key: LUCENE-5331
> URL: https://issues.apache.org/jira/browse/LUCENE-5331
> Project: Lucene - Core
> Issue Type: Bug
> Reporter: Jerry Zhou
> Attachments: NestedSpanNearTest.java
>
>
> Nested spanNear queries do not work in some cases when repeating groups are
> in the query.
> Test case is attached ...
--
This message was sent by Atlassian JIRA
(v6.1#6144)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]