Re: return matched terms / fuzzy or wildcard searches

2007-03-25 Thread Krystian Napiatek
Thank you...it works now fine with the nightly build...Greets Krystian 2007/3/25, Mike Klaas <[EMAIL PROTECTED]>: 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

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 pr

Re: return matched terms / fuzzy or wildcard searches

2007-03-23 Thread Krystian Napiatek
Yes I do: ...&hl=on&hl.fl=figure&hl.fragsize=0&hl.snippets=200&hl.simple.pre=&hl.simple.post=... 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 Napi

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