Re: Exact searc on Field Query

2016-03-26 Thread SHANKAR REDDY
Thanks a lot Isan. That's helps. On Wed, Mar 23, 2016 at 1:59 AM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > Hi Sankara, > Please use the solr-users list for such questions; this list serves a > different purpose and your question could get lost here. > > Try to use a string field,

Re: Exact searc on Field Query

2016-03-23 Thread Ishan Chattopadhyaya
Hi Sankara, Please use the solr-users list for such questions; this list serves a different purpose and your question could get lost here. Try to use a string field, instead of a text field, in your schema. You would need to reindex your documents. https://cwiki.apache.org/confluence/display/solr/

Exact searc on Field Query

2016-03-22 Thread SHANKAR REDDY
Team, I have the below requirement using solr search with fq. We have table A, with column COL1 which has the below values. Table A Col1 SANKARA REDDY TELUKUTLA SANKARA TELUKUTLA SANKARA The requirement is when we search using fq on COL1, for SANKARA, I would like get exact match like