[
https://issues.apache.org/jira/browse/OAK-1270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Parvulescu resolved OAK-1270.
----------------------------------
Resolution: Fixed
Fix Version/s: 0.13
- introduced a MultiPhraseQuery for the multiple token case
- fixed a bug in the tokenizer
fixed with rev http://svn.apache.org/r1549667
> Revisit full-text queries in case of multiple 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
> Fix For: 0.13
>
>
> 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)