Re: searching a database element

2012-10-22 Thread Romita Saha
PM Subject: Re: searching a database element Hi, Sorry for the typo in the previous mail. I am searching for dell actually. The query is http://.../solr/db/select?q=dell&start=0&rows=4&fl=laptop I am not applying any analyzer/tokenizer for the fieldType 'string'. I

Re: searching a database element

2012-10-22 Thread Romita Saha
data-config.xml Thanks and regards, Romita Saha From: adityab To: solr-user@lucene.apache.org, Date: 10/23/2012 12:19 PM Subject: Re: searching a database element Are you applying any analyzer/tokenizer for the fieldType 'string' (i gues

Re: searching a database element

2012-10-22 Thread adityab
Are you applying any analyzer/tokenizer for the fieldType 'string' (i guess no) your query in the response shows '*dell*' where as you are store data is '*Dell*'. If you wan to search ignoring the case then you might need to use LowerCaseFilterFactory as analyzer to the field. and then perform th

Re: searching a database element

2012-10-22 Thread Romita Saha
Romita Saha From: adityab To: solr-user@lucene.apache.org, Date: 10/23/2012 12:01 PM Subject:Re: searching a database element if i understand correctly you are looking for the below attribute in schema.xml to be defined. laptop you query can now be http://.../solr/db/select?