Re: return matched terms / fuzzy or wildcard searches

2007-03-24 Thread Krystian Napiatek
My Solr-Server: http://www.captionsearch.de/solr.html Everytime you make a new search you get the last response file here: http://www.captionsearch.de/response.xml 2007/3/24, Chris Hostetter [EMAIL PROTECTED]: : Perhaps our use of ConstantScorePrefixQuery by default? : : Ah, that would

Re: return matched terms / fuzzy or wildcard searches

2007-03-24 Thread Mike Klaas
On 3/23/07, Chris Hostetter [EMAIL PROTECTED] wrote: Only a simple prefix query (like: dn*) doesn't work ... and that seems to be because of the way we optimize a PrefixQuery into a ConstantScorePrefixQuery .. a workarround is to allways include a ? in your query when you want highlighting --

return matched terms / fuzzy or wildcard searches

2007-03-23 Thread Krystian Napiatek
Hi, is it possible to get a list of all matched terms, when using queries like: dna~0.7; d?a; dn*; I need the terms for highlighting them later in the output. Thank you greets Krystian

Re: return matched terms / fuzzy or wildcard searches

2007-03-23 Thread Krystian Napiatek
Yes I do: ...hl=onhl.fl=figurehl.fragsize=0hl.snippets=200hl.simple.pre=span style=background-color: tomatohl.simple.post=/span... But the response isn't highlighted using fuzzy or wildcard searches... 2007/3/23, Erik Hatcher [EMAIL PROTECTED]: On Mar 23, 2007, at 5:44 AM, Krystian Napiatek

Re: return matched terms / fuzzy or wildcard searches

2007-03-23 Thread Chris Hostetter
: But the response isn't highlighted using fuzzy or wildcard searches... Hmmm... this seems like a bug in the highlighting, using the sample schema this highlights properly... http://localhost:8983/solr/select/?q=id%3AVA902Bversion=2.2start=0rows=10indent=onfl=idhl=truehl.fl=id ...but this

Re: return matched terms / fuzzy or wildcard searches

2007-03-23 Thread Mike Klaas
On 3/23/07, Chris Hostetter [EMAIL PROTECTED] wrote: : But the response isn't highlighted using fuzzy or wildcard searches... Hmmm... this seems like a bug in the highlighting, using the sample schema this highlights properly...

Re: return matched terms / fuzzy or wildcard searches

2007-03-23 Thread Yonik Seeley
On 3/23/07, Mike Klaas [EMAIL PROTECTED] wrote: On 3/23/07, Chris Hostetter [EMAIL PROTECTED] wrote: : But the response isn't highlighted using fuzzy or wildcard searches... Hmmm... this seems like a bug in the highlighting, using the sample schema this highlights properly...

Re: return matched terms / fuzzy or wildcard searches

2007-03-23 Thread Erik Hatcher
On Mar 23, 2007, at 3:26 PM, Yonik Seeley wrote: On 3/23/07, Mike Klaas [EMAIL PROTECTED] wrote: On 3/23/07, Chris Hostetter [EMAIL PROTECTED] wrote: : But the response isn't highlighted using fuzzy or wildcard searches... Hmmm... this seems like a bug in the highlighting, using the