See admin/analysis, it's invaluable. Probably The terms are being searched against your default text field which I'd guess is not "title".
Also, try adding &debug=all to your query and look in the debug info at the parsed form of the query to see what's actually being searched. Best Erick On Fri, Mar 15, 2013 at 2:52 AM, Rohan Thakur <rohan.i...@gmail.com> wrote: > hi all > > wanted to know I have this string in field title : > > Wipro 7710U Laptop-DUAL CORE 1.4 Ghz-120GB HDD > > I have indexed it using text-en-splliting-tight > > > and now I am searching for term like q=dual core > > but in the relevance part its this title is coming down the order as > solr is not searching dual in this string its just searching core term > from the query in this string thus multiplying the score for this field by > 1/2 > decreasing the score. > > how can I correct this can any one help > > thanks > regards > Rohan >