Re: Highlighting wildcards

2008-11-21 Thread Mike Klaas
On 21-Nov-08, at 3:45 AM, Mark Miller wrote: To do it now, you'd have to switch the query parser to using the old style wildcard (and/or prefix) query, which is slower on large indexes and has max clause issues. An alternative is to query for q=tele?*, which forces wildcardquery -Mike

Re: Highlighting wildcards

2008-11-21 Thread Mark Miller
To do it now, you'd have to switch the query parser to using the old style wildcard (and/or prefix) query, which is slower on large indexes and has max clause issues. I think I can make it work out of the box for the next release again though. see https://issues.apache.org/jira/browse/SOLR-825