java-user@lucene.apache.org
[Top] [All Lists]

Re: FastVectorHighlighter truncated queries

Subject: Re: FastVectorHighlighter truncated queries
From: halbtuerderschwarze
Date: Wed, 24 Feb 2010 00:22:39 -0800 PST
query.rewrite() didn't help, for queries like ipod* or *ipod I still didn't
get fragments.

Arne



chrislusf wrote:
> 
> This should be a common wildcard query highlighting problem.
> You will need to query.rewrite() first, and pass the result to the 
> highlighter.
> 
> --
> Chris Lu
> -------------------------
> Instant Scalable Full-Text Search On Any Database/Application
> site: http://www.dbsight.net
> demo: http://search.dbsight.com
> Lucene Database Search in 3 minutes:
> http://wiki.dbsight.com/index.php?title=Create_Lucene_Database_Search_in_3_minutes
> DBSight customer, a shopping comparison site, (anonymous per request) got
> 2.6 Million Euro funding!
> 
> 
> halbtuerderschwarze wrote:
>> Hi,
>>
>> I just changed from Lucene 2.4.1 to Lucene 3.0.0 to use the
>> FastVectorHighlighter, because I've large documents to search and hope
>> for
>> better highlighting performance.
>> If I call the getBestFragments method I didn't get fragments for
>> truncated
>> queries (f.e. Ipod*), simple none truncated queries are still working
>> fine.
>>
>> Thanks in advance,
>> Arne
>>   
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@xxxxxxxxxxxxxxxxx
> For additional commands, e-mail: java-user-help@xxxxxxxxxxxxxxxxx
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/FastVectorHighlighter-truncated-queries-tp27709797p27714123.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@xxxxxxxxxxxxxxxxx
For additional commands, e-mail: java-user-help@xxxxxxxxxxxxxxxxx

<Prev in Thread] Current Thread [Next in Thread>