[ 
https://issues.apache.org/jira/browse/SOLR-195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501790
 ] 

Hoss Man commented on SOLR-195:
-------------------------------

a follow up note: as mentioned in the email thread linked to in the issue 
report, one work arround people may want to consider if highlighting is 
important (at the expense of the PrefixFilter optimization) is to force the use 
of a WildCardQuery in what would otherwise be interpreted as a PrefixQuery by 
putting a "?" before the "*"

ie: auto?* instead of auto*

(yes, this does require that at least one character follow the prefix)

> Wildcard/prefix queries not highlighted
> ---------------------------------------
>
>                 Key: SOLR-195
>                 URL: https://issues.apache.org/jira/browse/SOLR-195
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>    Affects Versions: 1.1.0, 1.2
>            Reporter: Mike Klaas
>            Priority: Minor
>             Fix For: 1.2
>
>
> Possible bug in query rewrite()ing:
> http://www.nabble.com/return-matched-terms---fuzzy-or-wildcard-searches-tf3452757.html#a9640214

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to