Re: Boost a document score via query using MoreLikeThisHandler

2010-03-04 Thread Chris Hostetter
: Ok, I think I need to do this with BoostQParserPlugin and nested : queries, but I can't quite figure it out. you can't actually nest parsers like this ... but you can use the $foo sintax to seperate them out into alternate params...

Boost a document score via query using MoreLikeThisHandler

2010-03-01 Thread Christopher Bottaro
Hello, Is it possible to boost a document's score based on something like fq=site(com.google*). In other words, I want to boost the score of documents who's site field starts with com.google. I'm using the MoreLikeThisHandler. Thanks for the help, -- Christopher

Re: Boost a document score via query using MoreLikeThisHandler

2010-03-01 Thread Christopher Bottaro
On Mon, Mar 1, 2010 at 7:36 PM, Christopher Bottaro cjbott...@onespot.com wrote: Hello, Is it possible to boost a document's score based on something like fq=site(com.google*).  In other words, I want to boost the score of documents who's site field starts with com.google. I'm using the

Re: Boost a document score via query using MoreLikeThisHandler

2010-03-01 Thread Lance Norskog
If I remove the space before !query, this is the error: Cannot parse ')}': Encountered ) ) at line 1, column 0. Perhaps someone knows how parentheses and curlies combine here? Also: *.yahoo.com will not work. Wildcards do not work at the beginning of a word. To make this search work, you