RE: Performance problem on Solr query on stemmed values

2014-02-26 Thread Erwin Gunadi
2014 3:27 PM To: solr-user@lucene.apache.org Subject: Re: Performance problem on Solr query on stemmed values Right, highlighting may have to re-analyze the input in order to return the highlighted data. This will be significantly slower than the search, especially if you have a large number of

Re: Performance problem on Solr query on stemmed values

2014-02-25 Thread Erick Erickson
Right, highlighting may have to re-analyze the input in order to return the highlighted data. This will be significantly slower than the search, especially if you have a large number of rows you're returning. You can get better performance in highlighting by using FastVectorHighlighter. See: http

Performance problem on Solr query on stemmed values

2014-02-25 Thread Erwin Gunadi
Hi, I would like to know whether anyone have experienced this kind of phenomena. We are having performance problem regarding query on stemmed value. I've documented the symptoms which I'm currently facing: Search on field content Search on field spell Highlighting (on content field)