On Oct 4, 2008, at 4:24 AM, prerna07 wrote:
I am using dismaxrequesthandler to boost by query on the basis of fields.
There are 5 indexes which contain the search string.

Field names which have this Searchcriteria are:
- statusName_s
- listOf_author
- prdMainTitle_s
- productDescription_s
- productURL_s


my query string is :
?q=Shahrukh&qt=dismaxrequest&qf=listOf_author%5E5.0+statusName_s %5E6.0+prdMainTitle_s%5E3.0


I dont need any boosting for productDescription_s and productURL_s hence i
am not giving these field names the query string above.
The results I am getting from this query does not contain documents where the searchstring is present in productDescription_s and productURL_s fields

You still need to specify the fields you want searched, just use a boost of 1.0.

        Erik




Is there any configuration in solrconfig which can handle this scenario.

Let me know if you need more information.

Thanks,
Prerna



--
View this message in context: 
http://www.nabble.com/Incomplete-search-by-using-dixmasequesthandler-tp19810056p19810056.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to