q=tele?* seems to not work.... the query is ok... but the highlight returns records without the highlighted text (only the uniqueKey in highlight section)
> 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. 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 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 > > 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 > > Antonio Zippo wrote: >> 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/[EMAIL >> PROTECTED] >> >> but i have not understood ho to solve my problem >> >> could anyone tell me how to solve the problem with SolrJ.... and with solr >> web (by url)? >> >> thanks in advance, Revenge >> >> >> >> Unisciti alla community di Io fotografo e video, il nuovo corso di >> fotografia di Gazzetta dello sport: >> http://www.flickr.com/groups/iofotografoevideo >> >