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
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
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)