Re: How to protect middile initials during search

2018-04-20 Thread Wendy2
Hi Alessandro, Thank you very much for your reply! I got the issue resolved based on the suggestion from the article below: https://opensourceconnections.com/blog/2013/08/21/name-search-in-solr/ *I created a new fieldType:* -- Sent from: http://lucene.4

Re: How to protect middile initials during search

2018-04-20 Thread Alessandro Benedetti
Hi Wendy, I recommend to properly configure your analysis chain. You can start posting it here and we can help. Generally speaking you should use the analysis tool in the Solr admin to verify first the analysis chain is configured as you expect, then you can pass modelling the query appropriately.

Re: How to protect middile initials during search

2018-04-19 Thread Wendy2
Hi Jay, Thank you very much for your reply! 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= { "responseHeader":{ "status":0,