fieldNorm seems to be killing my score

2007-11-01 Thread Robert Young
Hi, I've been trying to debug why one of my test cases doesn't work. I have an index with two documents in, one talking mostly about apples and one talking mostly about oranges (for the sake of this test case) both of which have 'test_site' in their site field. If I run the query +(apple^4

Re: fieldNorm seems to be killing my score

2007-11-01 Thread Yonik Seeley
Hmmm, a norm of 0.0??? That implies that the boost for that field (text) was set to zero when it was indexed. How did you index the data (straight HTTP, SolrJ, etc)? What does your schema for this field (and copyFields) look like? -Yonik On 11/1/07, Robert Young [EMAIL PROTECTED] wrote: Hi,

Re: fieldNorm seems to be killing my score

2007-11-01 Thread Robert Young
Oooh! I think I'll just get my coat... My indexer was defaulting to zero for document boosts rather than 1. On 11/1/07, Yonik Seeley [EMAIL PROTECTED] wrote: Hmmm, a norm of 0.0??? That implies that the boost for that field (text) was set to zero when it was indexed. How did you index the