(11/09/09 6:16), Rahul Warawdekar wrote:
Hi,

I am currently evaluating the FastVectorHighlighter in a Solr search based
project and have a couple of questions

1. Is there any specific reason why the FastVectorHighlighter does not
provide support for multiterm(wildcard) queries ?
2. What are the other constraints when using FastVectorHighlighter ?


FVH used to have typical constrains:

1. supports only TermQuery and PhraseQuery (and 
BooleanQuery/DisjunctionMaxQuery that
   include TQ and PQ)
2. ignores word boundary

But now for 1, FVH will support other queries:

https://issues.apache.org/jira/browse/LUCENE-1889

I believe it is almost closed to be fixed. For 2, FVH in the latest trunk/3x, 
pays
regard to word or sentence boundary through BoundaryScanner:

https://issues.apache.org/jira/browse/LUCENE-1824

koji
--
Check out "Query Log Visualizer" for Apache Solr
http://www.rondhuit-demo.com/loganalyzer/loganalyzer.html
http://www.rondhuit.com/en/

Reply via email to