You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Alex Parvulescu (JIRA)" <ji...@apache.org> on 2013/12/09 21:22:07 UTC

[jira] [Created] (OAK-1270) Revisit full-text queries in case of more tokens

Alex Parvulescu created OAK-1270:
------------------------------------

             Summary: Revisit full-text queries in case of more tokens 
                 Key: OAK-1270
                 URL: https://issues.apache.org/jira/browse/OAK-1270
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: oak-lucene
            Reporter: Alex Parvulescu
            Assignee: Alex Parvulescu


There's still an issue with tokenizing the search terms when trying for example to search for a fulltext term that will split into 2 actual terms because of the analyzer.

Taking 'hello-world*' this will break into 2 tokens 'hello' and 'world*' which when treated as a PhraseQuery will not work, so I want to change this into a MutiPhraseQuery based on the simple tokens provided and all the existing tokens that match the wildchar character.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)