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
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
#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
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