Re: Boost Exact matches on Specific Fields

2011-10-03 Thread Balaji S
ams I am able to see it split and trigger by checking the SOLR Analysis page Thanks Balaji On Thu, Sep 29, 2011 at 6:11 AM, Balaji S wrote: > Yeah I will change the weight for str_category and make it higher . I > converted it to lowercase because we cannot expect users to ty

Re: Boost Exact matches on Specific Fields

2011-09-28 Thread Balaji S
we want > str_category to win if they have "exact" matches ( you converted to > lowercase). > > On Mon, Sep 26, 2011 at 10:23 PM, Balaji S wrote: > > > Hi > > > > You mean to say copy the String field to a Text field or the reverse . > > This is

Re: Boost Exact matches on Specific Fields

2011-09-26 Thread Balaji S
Hi You mean to say copy the String field to a Text field or the reverse . This is the approach I am currently following Step 1: Created a FieldType Step 2 : Step 3 : And in the SOLR Query planning to q=hospitals&qf=body^4.0 title^5.0