on large
indexes and has max clause issues.
could you explain me how please?
always for query tele*
thanks
- Messaggio inoltrato -
Da: Mike Klaas <[EMAIL PROTECTED]>
A: solr-user@lucene.apache.org
Inviato: Venerdì 21 novembre 2008, 20:23:10
Oggetto: Re: Highlighting wildcards
On 2
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
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
Hi,
i'm using solr 1.3.0 and SolrJ for my java application
I need to highlight my query words even if I use wildcards
for example
q=tele*
i need to highlight words as "television", "telephone", etc
I found this thread
http://mail-archives.apache.org/mod_mbox/lucene-solr-user/200704.mbox/[E