Hi Surender,
Please go through Stemmer documentation which will give you idea on how
stemmer works.
I see below issues in configured field types,
1. You have added porter stemmer awa english minimal stemmer also. You can
remove one of those based on your requirement. Minimal stemmer is
conservati
Hi Surender,
Can you share your current field configuration so that we can debug it from
there.. ?
Share your field and fieldtype definition from schema.xml .
--
View this message in context:
http://lucene.472066.n3.nabble.com/Searching-Home-s-Homes-and-Home-tp4286341p4286768.html
Sent from
I am trying to execute below query against Solr
q=cancer care facilities
&debugQuery=true
&defType=edismax
&bf=query({!lucene df=article q.op=AND v=$q},0)
but it throws below error after execution,
org.apache.solr.common.SolrException: undefined field: "v"
at org.apache.solr.schema.Ind