RE: Match raw query string

2012-01-10 Thread McCarroll, Robert
://wiki.apache.org/solr/CommonQueryParameters#debugQuery 2012/1/9 McCarroll, Robert : > The query comes off of the search page looking like: > > :/solr_/select?q=Budget%20Examiner%2FBudget%20Examiner%20%28Public%20Finance%29&hl=true&hl.fragsize=200&wt=json&start=0 > >

RE: Match raw query string

2012-01-09 Thread McCarroll, Robert
to something like "title^3 body") Configuring dismax so phrase queries in the title gets an even higher boost (pf parameter configured to something like "title^10 body") References: http://wiki.apache.org/solr/DisMaxQParserPlugin http://wiki.apache.org/solr/SchemaXml 2012/1/

Match raw query string

2012-01-09 Thread McCarroll, Robert
We're in the process of implementing solr to search our web site, and have run into a response tuning issue. When a user searches for a string which is an exact match of a document title, for example "Budget Examiner/Budget Examiner(Public Finance)", the number of hits in the body of much longer