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
#head-8315b8028923d028950ff750a57ee22cbf7977c6 Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: "Kraus, Ralf | pixelhouse GmbH" > To: solr-user@lucene.apache.org > Sent: Monday, March 23, 2009 12:22:29 PM > Subject: BOSTing FIELDS in SCHEMA.X

BOSTing FIELDS in SCHEMA.XML

2009-03-23 Thread Kraus, Ralf | pixelhouse GmbH
Hi, is there a chance to set boosting directly in my schema.xml ? multivalued="true" omitNorms="false" boost="2" /> multivalued="true" omitNorms="false" boost="1.5f" /> multivalued="true" omitNorms="false" boost="0.5f" /> I want do it directly in the index and not in my query ! G