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
to the field. and then perform the search. -- View this message in context: http://lucene.472066.n3.nabble.com/searching-a-database-element-tp4015293p4015298.html Sent from the Solr - User mailing list archive at Nabble.com.

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?

searching a database element

2012-10-22 Thread Romita Saha
Hi, I have indexed from a database. I have specified a field type laptop. In the database, laptop has the value equal to Dell. I can search laptop: Dell from the database with the following command. http://localhost:8983/solr/db/select/?q=laptop:Dell&start=0&rows=4&fl=laptop Can i search for j