Re: Does MultiTerm highlighting work with the fastVectorHighlighter?

2011-06-09 Thread Koji Sekiguchi
(11/06/09 4:24), Burton-West, Tom wrote: We are trying to implement highlighting for wildcard (MultiTerm) queries. This seems to work find with the regular highlighter but when we try to use the fastVectorHighlighter we don't see any results in the highlighting section of the response.

RE: Does MultiTerm highlighting work with the fastVectorHighlighter?

2011-06-09 Thread Burton-West, Tom
Hi Koji, Thank you for your reply. It is the feature of FVH. FVH supports TermQuery, PhraseQuery, BooleanQuery and DisjunctionMaxQuery and Query constructed by those queries. Sorry, I'm not sure I understand. Are you saying that FVH supports MultiTerm highlighting? Tom

Re: Does MultiTerm highlighting work with the fastVectorHighlighter?

2011-06-09 Thread Koji Sekiguchi
(11/06/10 0:14), Burton-West, Tom wrote: Hi Koji, Thank you for your reply. It is the feature of FVH. FVH supports TermQuery, PhraseQuery, BooleanQuery and DisjunctionMaxQuery and Query constructed by those queries. Sorry, I'm not sure I understand. Are you saying that FVH supports

Does MultiTerm highlighting work with the fastVectorHighlighter?

2011-06-08 Thread Burton-West, Tom
We are trying to implement highlighting for wildcard (MultiTerm) queries. This seems to work find with the regular highlighter but when we try to use the fastVectorHighlighter we don't see any results in the highlighting section of the response. Appended below are the parameters we are

Re: Does MultiTerm highlighting work with the fastVectorHighlighter?

2011-06-08 Thread Erick Erickson
Just to check, does the field have termVectors=true set? I think it's required for FVH to work. Best Erick On Wed, Jun 8, 2011 at 3:24 PM, Burton-West, Tom tburt...@umich.edu wrote: We are trying to implement highlighting for wildcard (MultiTerm) queries.   This seems to work find with the

RE: Does MultiTerm highlighting work with the fastVectorHighlighter?

2011-06-08 Thread Burton-West, Tom
. As /str /arr /lst /lst -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Wednesday, June 08, 2011 4:56 PM To: solr-user@lucene.apache.org Subject: Re: Does MultiTerm highlighting work with the fastVectorHighlighter? Just to check, does the field have