Re: BOSTing FIELDS in SCHEMA.XML

2009-03-23 Thread Erik Hatcher
Right now you'll have to set the boosts from your indexing client, or dismax dynamically from the querying side of things, or Lucene query parser^boosting. Erik On Mar 23, 2009, at 5:22 PM, Kraus, Ralf | pixelhouse GmbH wrote: Hi, is there a chance to set boosting directly in my s

Re: BOSTing FIELDS in SCHEMA.XML

2009-03-23 Thread Yonik Seeley
On Mon, Mar 23, 2009 at 12:22 PM, Kraus, Ralf | pixelhouse GmbH wrote: > Hi, > > is there a chance to set boosting directly in my schema.xml ? Query time boosts are much more flexible. Actual index-time boosts should normally only be used to boost certain documents over other documents. If you

Re: BOSTing FIELDS in SCHEMA.XML

2009-03-23 Thread Otis Gospodnetic
Ralf, You can set the boost at index time, yes. If you are feeing XML (as in exampledocs/), you should be able to pass the boost as the field element's attribute. Google solr add field boost xml shows this as #1 hit: http://wiki.apache.org/solr/UpdateXmlMessages#head-8315b8028923d028950ff750a