The issue was resolved.
*I created a new fieldType:*
*A reference:*
https://opensourceconnections.com/blog/2013/08/21/name-search-in-solr/
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
Hi Shawn,
The issue got resolved :-) Thank you very much for your help!!
*I created a new fieldType:*
*
A reference:*
https://opensourceconnections.com/blog/2013/08/21/name-search-in-solr/
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f47
Hi Shawn,
Thank you very much for your reply!
Per your suggestion, I re-indexed the data after removing the stopword
filter. It looks that Solr parsed the data correctly but didn't return any
results. Anything else could I try? Thank you again!
===debugQuery Output=
{
"responseHe
On 4/18/2018 1:12 PM, Wendy2 wrote:
> "debug":{
> "debugQuery mode indicates that Solr dropped the ""A."" when parsing the
> query:
> ""debug"":{
> ""rawquerystring"":""\""Ellington, A.\,
> ""querystring"":""\""Ellington, A.\,
>
> ""parsedquery"":""(+DisjunctionMaxQuery(((en
Hi Solr experts:
How can I make sure Solr doesn't drop middle initial when I do a name
search?
I did a search with double quotes for "Ellington, A.", but Solr parser
dropped the middle initial, so I got both back:
I even tried keeping A. in the protwords.txt file, but didn't work.
Any work around