Re: highlighting and stemming

2008-12-23 Thread David Bowen
I've filed a ticket on this so it doesn't get lost: https://issues.apache.org/jira/browse/SOLR-937 On Mon, Dec 22, 2008 at 11:53 AM, David Bowen wrote: > Yonik, thanks for looking into this. > > Here is a better example of the problem, using the example data from the > latest dev version. Add

Re: highlighting and stemming

2008-12-22 Thread David Bowen
Yonik, thanks for looking into this. Here is a better example of the problem, using the example data from the latest dev version. Add the words "electronics" and "connector" to the features field of the first doc in ipod_other.xml. Now the following query: http://localhost:8983/solr/select/?q=e

Re: highlighting and stemming

2008-12-21 Thread Yonik Seeley
On Fri, Dec 19, 2008 at 8:44 PM, David Bowen wrote: > We have two text fields, one for author names, and the other for the body of > the document. It often happens that the author names also appear in the > body of the document. We turned off stemming for the author field to avoid > unexpected m

highlighting and stemming

2008-12-19 Thread David Bowen
We have two text fields, one for author names, and the other for the body of the document. It often happens that the author names also appear in the body of the document. We turned off stemming for the author field to avoid unexpected matches when searching by author. Now, suppose we have an aut