Hi Dawn,

Can you give an example of a "partial match"?

Steve

-----Original Message-----
From: Dawn Zoë Raison [mailto:d...@digitorial.co.uk] 
Sent: Friday, April 20, 2012 7:59 AM
To: java-user@lucene.apache.org
Subject: Highlighter and Shingles...

Hi,

Are there any notes on making the highlighter work consistently with a shingle 
generated index?
I have a situation where complete matches highlight OK, but partial matches do 
not - leading to a number of blank previews...

Our analyser look like:

         TokenStream result =
                 new StopFilter(Version.LUCENE_36,
                     new ShingleFilter(
                         new StopFilter(Version.LUCENE_36,
                                 new LowerCaseFilter(Version.LUCENE_36,
                                     new StandardFilter(Version.LUCENE_36,
                                         new 
StandardTokenizer(Version.LUCENE_36, reader)
                                             )
                                         ),
                             STOP_CHARS_SET)
                             ),
                         STOP_WORDS_SET);

-- 

Rgds.
*Dawn Raison*


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to