Re: Slow query time on stemmed fields

2014-03-03 Thread Jens Meiners
the edge and just one more field was too much for the heap. > > The "timing" section of the debug query response should shed a little > light. > > -- Jack Krupansky > > -Original Message- From: Erick Erickson > Sent: Monday, February 24, 2014 11:25 AM > To: solr-user@luce

Re: Slow query time on stemmed fields

2014-02-24 Thread Jack Krupansky
k Erickson Sent: Monday, February 24, 2014 11:25 AM To: solr-user@lucene.apache.org Subject: Re: Slow query time on stemmed fields This is really strange. You should have _fewer_ tokens in your stemmed field. Plus, the up-front processing to stem the field in the query shouldn't be noticeable.

Re: Slow query time on stemmed fields

2014-02-24 Thread Erick Erickson
This is really strange. You should have _fewer_ tokens in your stemmed field. Plus, the up-front processing to stem the field in the query shouldn't be noticeable. Let's see the query and results from &debug=all being added to the URL because something is completely strange here. Best, Erick On