
sarowe at syr
Apr 20, 2012, 6:28 AM
Post #2 of 3
(159 views)
Permalink
|
Hi Dawn, Can you give an example of a "partial match"? Steve -----Original Message----- From: Dawn Zoë Raison [mailto:dawn [at] digitorial] Sent: Friday, April 20, 2012 7:59 AM To: java-user [at] lucene 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-unsubscribe [at] lucene For additional commands, e-mail: java-user-help [at] lucene
|