Re: boost ignored with wildcard queries

2008-06-06 Thread Yonik Seeley
;>> >>> p.s. Here's what my debug looks like: >>> >>> >>> 1.0 = (MATCH) >>> ConstantScoreQuery([EMAIL PROTECTED]), product >>> of: >>> 1.0 = boost >>> 1.0 = queryNorm >>> >>> >>>

Re: boost ignored with wildcard queries

2008-06-06 Thread David Smiley @MITRE.org
antScoreQuery([EMAIL PROTECTED]), product >> of: >> 1.0 = boost >> 1.0 = queryNorm >> >> >> 1.0 = (MATCH) >> ConstantScoreQuery([EMAIL PROTECTED]), product >> of: >> 1.0 = boost >> 1.0 = queryNorm >> >> -- &g

Re: boost ignored with wildcard queries

2008-03-05 Thread Yonik Seeley
On Wed, Mar 5, 2008 at 4:27 PM, Chris Hostetter <[EMAIL PROTECTED]> wrote: > > : Doug & I talked about this a while ago. At a minimum, it would require > > : byte[maxDoc()] to store scores in a compressed 8 bit format. It would > : certainly impact performance too. > > Why would you have to sto

Re: boost ignored with wildcard queries

2008-03-05 Thread Chris Hostetter
: Doug & I talked about this a while ago. At a minimum, it would require : byte[maxDoc()] to store scores in a compressed 8 bit format. It would : certainly impact performance too. Why would you have to store the scores? why not just add an optional byte[]norms param to ConstantScoreQuery, if

Re: boost ignored with wildcard queries

2008-03-05 Thread Yonik Seeley
On Wed, Mar 5, 2008 at 4:07 PM, Chris Hostetter <[EMAIL PROTECTED]> wrote: > : > Using the StandardRequestHandler, it appears that the index boost > values are > > : > ignored when the query has a wildcard in it. For example, if I have 2 > : > 's and one has a boost of 1.0 and another has a

Re: boost ignored with wildcard queries

2008-03-05 Thread Chris Hostetter
: > Using the StandardRequestHandler, it appears that the index boost values are : > ignored when the query has a wildcard in it. For example, if I have 2 : > 's and one has a boost of 1.0 and another has a boost of 10.0, then I : > do a search for "bob*", both records will be returned with

Re: boost ignored with wildcard queries

2008-02-27 Thread Yonik Seeley
> > 1.0 = (MATCH) > ConstantScoreQuery([EMAIL PROTECTED]), product of: > 1.0 = boost > 1.0 = queryNorm > > -- > View this message in context: > http://www.nabble.com/boost-ignored-with-wildcard-queries-tp15703334p15703334.html > Sent from the Solr - User mailing list archive at Nabble.com. > >

boost ignored with wildcard queries

2008-02-26 Thread Head
) ConstantScoreQuery([EMAIL PROTECTED]), product of: 1.0 = boost 1.0 = queryNorm -- View this message in context: http://www.nabble.com/boost-ignored-with-wildcard-queries-tp15703334p15703334.html Sent from the Solr - User mailing list archive at Nabble.com.