Re: Dismax query parser with different field classes

2009-01-15 Thread Chris Hostetter
: I have a small problem with using a boost query, which is that I would like : documents found in the boost query to be returned even if the main query : does not include those results. So what I am effectively looking for is an : OR between the dismax query and the boost query, rather than a req

Re: Dismax query parser with different field classes

2009-01-02 Thread Mark Ferguson
Hi again, I have a small problem with using a boost query, which is that I would like documents found in the boost query to be returned even if the main query does not include those results. So what I am effectively looking for is an OR between the dismax query and the boost query, rather than a r

Re: Dismax query parser with different field classes

2009-01-02 Thread Mark Ferguson
Hello, It looks like a boost query will accomplish what I am looking for quite nicely. Mark On Wed, Dec 31, 2008 at 5:29 PM, Mark Ferguson wrote: > Hello, > > I have a set of documents in which I have different classes of fields that > I would like to search separately. For example, I would li