Hello everyone,

I have created a simple java application which indexes database tables, now
I want to configure the solr on my created index. My index has 5 fields,
FriendID, Title, Address, PhoneNo and Comments.

I have updated solr config.xml according to my fields with the followings:

<uniqueKey>FriendID</uniqueKey>
<defaultSearchField>Title</defaultSearchField>

When I search using admin url, and any keywords, its shows me only results
form title field, but I want to search in all fields, so what should I do ?

I have tried
1. ?q=laxmilal&qf=FriendID Title  Address PhoneNo Comments but its not
working.
2. ?q=Title:laxmilal  Address:laxmilal PhoneNo:laxmilal
Comments:laxmilalits works, but I think it's not the right way.

so please suggest me.

-- 
Thanks in advance,
Laxmilal menaria

http://www.chambal.com/
http://www.minalyzer.com/
http://www.bucketexplorer.com/

Reply via email to