Reg Default search field

2012-08-06 Thread Lakshmi Bhargavi
Hi ,

I have a question on the default search field defined in schema.xml or in
the later versions , specified as part of the search handlers. Do we always
need to have this default search field defined in order to do search if the
field name is not passed? 

Suppose , there is a field named 'Title' and it holds a value called 'solr'.  

In order to get results for this search -
http://localhost:8080/solr/select/?q=solrversion=2.2start=0rows=10indent=on
,

 do I need to define default search field and copy the contents of the
specific field into this default search field ?

DefaultSearchFieldtext/defaultSearchField
copyField source=Title dest=text/

Thanks in advance!
Lakshmi



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Reg-Default-search-field-tp3999387.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Reg issue with indexing data from one of the sqlserver DB

2012-07-20 Thread Lakshmi Bhargavi
Thank you Michael .. 

I overlooked that . Now its working and got the data indexed.

Regards,
Lakshmi



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Reg-issue-with-indexing-data-from-one-of-the-sqlserver-DB-tp3996078p3996303.html
Sent from the Solr - User mailing list archive at Nabble.com.