[ https://issues.apache.org/jira/browse/SOLR-3100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202070#comment-13202070 ]
Mike commented on SOLR-3100: ---------------------------- I'd suggest we follow the syntax of Sphinx[1], and require that this be used immediately after (), with a slash and then a count. Pretty sure this doesn't conflict with anything we've already got. So queries would look essentially like this: (a b c d)/2 e [1]: http://sphinxsearch.com/docs/current.html#extended-syntax > Add an operator to edismax for term quorum > ------------------------------------------ > > Key: SOLR-3100 > URL: https://issues.apache.org/jira/browse/SOLR-3100 > Project: Solr > Issue Type: Sub-task > Components: search > Reporter: Mike > Original Estimate: 2h > Remaining Estimate: 2h > > A project I'm working on requires *term quorum* searching with stemming > turned off. The users are accostomed to Sphinx search, and thus expect a > query like [ A AND (B C D)/2 ] to return only documents that contain A or at > least two of B, C or D. > So this document would match: > a b c > But this one wouldn't: > a b > This can be a useful form of fuzzy searching, and I think we support it via > the MM parameter, but we lack a user-facing operator for this. It would be > great to add it. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org