On Mon, Jun 16, 2008 at 5:24 PM, Chris Hostetter <[EMAIL PROTECTED]>
wrote:
>
> : When I do the search vio*, I get the correct results, but no
> highlighting.
>
> this is because for "prefix" queries solr use an PrefixFilter
> that is garunteed to work (no matter how many docs match) instead of a
Hello,
My objective is to be able to boost certain fields while allowing
wildcards. Currently, I am doing this by checking if the user query has
wildcards, and if yes then setting q.alt to be the user query and query to
"".
When I do the search vio*, I get the correct results, but no highlightin