RE: Index time boost is not working

2007-06-15 Thread Chris Hostetter
: : Otis, here is the setting in the schema for the fields I use. OmitNorms : is not set to any value here. Should explicitly set the value to false. bear in mind, fields inherit the omitNorms value from their fieldtype if they don't specify explicitly, so check that too. : > need to be stored in

RE: Index time boost is not working

2007-06-14 Thread Madhan Subhas
Using a lucene tool for Luke. Here is the link: http://www.getopt.org/luke/ -Madhan -Original Message- From: Thierry Collogne [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 5:28 AM To: solr-user@lucene.apache.org Subject: Re: Index time boost is not working How do you browse

RE: Index time boost is not working

2007-06-14 Thread Madhan Subhas
: Thursday, June 14, 2007 5:32 AM To: solr-user@lucene.apache.org Subject: Re: Index time boost is not working Check your schema.xml, that's where you'll see how the field is defined. Otis - Original Message From: Thierry Collogne <[EMAIL PROTECTED]> To: solr-user@lucene

Re: Index time boost is not working

2007-06-14 Thread Otis Gospodnetic
Check your schema.xml, that's where you'll see how the field is defined. Otis - Original Message From: Thierry Collogne <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Thursday, June 14, 2007 8:27:54 AM Subject: Re: Index time boost is not working How d

Re: Index time boost is not working

2007-06-14 Thread Thierry Collogne
TED]> To: solr-user@lucene.apache.org Sent: Thursday, June 14, 2007 5:35:17 AM Subject: Index time boost is not working I am using solr in my rails application. When I create the document that need to be stored in Solr I can see the boost values being set on the fields as attributes. However whe

Re: Index time boost is not working

2007-06-14 Thread Otis Gospodnetic
Is your field defined with omitNorms="true" by any chance? Otis -- Lucene Consulting -- http://lucene-consulting.com/ - Original Message From: Madhan Subhas <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Thursday, June 14, 2007 5:35:17 AM Subject: Index t

Index time boost is not working

2007-06-14 Thread Madhan Subhas
I am using solr in my rails application. When I create the document that need to be stored in Solr I can see the boost values being set on the fields as attributes. However when I browse the indexes through luke I see a boost value of 1. What am I missing. Thanks for your input. -Madhan