: extraction algorithm, etc.) So, for a product with 50% of #000000, and 20%
: of #999999, I'll have to fill the remaining three fields with some dummy
: values. Otherwise, Lucene seems to score it higher than products that also
: have 50% of #000000, but more than 20% of some other colors. Since I also

that doesn't really make sense to me ... your input is colors to search 
for, and you query each of those colors against every field right?  so if 
i said i want grey and red dresses, you query for...

        +(c0:grey c1:grey c2:grey c3:grey c4:grey 
          c5:grey c6:grey c7:grey c8:grey c9:grey)
        +(c0:red c1:red c2:red c3:red c4:red 
          c5:red c6:red c7:red c8:red)

...right?  a document that doesn't have any value in c6, c7 or c8 
shouldn't score higher then any other documents ... if anything it should 
score lower because of the coord factor.

can you you explain exactly how you are indexing the data and what your 
query looks like?




-Hoss

Reply via email to