Re: multi-field and wildcard query highlighter questions

2007-07-26 Thread Lukas Vlcek
Hi! On 7/20/07, Mark Miller <[EMAIL PROTECTED]> wrote: > > 1) Perhaps the the query you tried does not match anything in your > index? What release are you using? [prefix*] works fine for me. I realized that this was caused by Compass' own implementation of Queryparser (i.e.: CompassQueryParser)

Re: multi-field and wildcard query highlighter questions

2007-07-20 Thread Mark Miller
1) Perhaps the the query you tried does not match anything in your index? What release are you using? [prefix*] works fine for me. 2) The Highlighter should not care if you have more than one field with the same name in a document. The Highlighter does not deal with documents. It takes a Token

multi-field and wildcard query highlighter questions

2007-07-20 Thread Lukas Vlcek
Hi, I have two questions: 1) Is it possible to get some highlighted text when using wildcard query? (I am using query rewrite) I found that it works for queries like [prefix*suffix] or [prefix?suffix] but I was not able to get results for queries like [prefix*] 2) What kind of problems I should