On Dec 19, 2007, at 2:21 AM, Kasi Sankaralingam wrote:
<str name="querystring">name_t:are</str>
<str name="parsedquery" />
<str name="parsedquery_toString" />
Parsed Query happens to be nothing, if I add an a to the query
string like area then parsedquerystring points to area.
I turned off port stemming and it still does not work ( I guess I
need to re-index again turning off port stemming)
Any ideas?
It's more than likely the StopFilter rather than stemming. "are" is
an English _stop word_, and removed by the default Solr types using
stopwords.txt.
Erik