Re: Stem Words Highlighted - Keyword Not Highlighted

2015-11-19 Thread Ann B
Thank you Jack. The field I was passing to Solr actually uses the following: Tokenizer: StandardTokenizerFactory Filters: StopFilterFactory LengthFilterFactory LowerCaseFilterFactory RemoveDuplicatesTokenFilterFactory Once I passed in the correct field that uses the white space tokenizer and

Re: Stem Words Highlighted - Keyword Not Highlighted

2015-10-29 Thread Jack Krupansky
Did you index the data before adding the word delimiter filter? The white space tokenizer preserves the period after "stocks.", but the WDF should remove it. The period is likely interfering with stemming. Are your filters the same for index time and query time? -- Jack Krupansky On Tue, Aug

Re: Stem Words Highlighted - Keyword Not Highlighted

2015-10-28 Thread Ann B
I removed the highlight specification before going to production. The results have the expected words. Example: (search term stocks) Includes free access to stock charts and instruction about using stock charts in technical analysis of stocks. Paid subscriptions provide access to more

Stem Words Highlighted - Keyword Not Highlighted

2015-08-18 Thread Ann B
Question: Can I configure solr to highlight the keyword also? The search results are correct, but the highlighting is not complete. * Example: Keyword: stocks Request: (I only provided the url parameters below.) hl=true hl.fl=spell hl.simple.pre=%5BHIGHLIGHT%5D