Re: Dismax , "query phrases"

2008-10-02 Thread Chris Hostetter
: > how would it fit c:"some phrase" into that structure? : : does this make sense? : : ( (a:some | b:some ) (a:phrase | b:phrase) ( c:"some phrase") ) that's pretty much exactly what pf does, the only distinction is you get... +( (a:some | b:some ) (a:phrase | b:phrase) ) ( c:"some phrase

Re: Dismax , "query phrases"

2008-10-01 Thread Norberto Meijome
On Tue, 30 Sep 2008 11:43:57 -0700 (PDT) Chris Hostetter <[EMAIL PROTECTED]> wrote: > > : That's why I was wondering how Dismax breaks it all apart. It makes > sense...I : suppose what I'd like to have is a way to tell dismax which > fields NOT to : tokenize the input for. For these fields, it wo

Re: Dismax , "query phrases"

2008-09-30 Thread Chris Hostetter
: That's why I was wondering how Dismax breaks it all apart. It makes sense...I : suppose what I'd like to have is a way to tell dismax which fields NOT to : tokenize the input for. For these fields, it would pass the full q instead of : each part of it. Does this make sense? would it be useful at

Re: Dismax , "query phrases"

2008-09-28 Thread Norberto Meijome
On Fri, 26 Sep 2008 10:42:42 -0700 (PDT) Chris Hostetter <[EMAIL PROTECTED]> wrote: > : : class="solr.KeywordTokenizerFactory" />

Re: Dismax , "query phrases"

2008-09-26 Thread Chris Hostetter
I'm not fully following everything you've got here, but one thing jumped out at me... :

Re: Dismax , "query phrases"

2008-09-24 Thread Norberto Meijome
On Wed, 24 Sep 2008 08:34:57 -0700 (PDT) Otis Gospodnetic <[EMAIL PROTECTED]> wrote: > What happens if you change ps from 100 to 1 and comment out that ord function? > > Otis, I think what I am after is what Hoss described in his last paragraph in his reply to your email last year : http://ww

Re: Dismax , "query phrases"

2008-09-24 Thread Norberto Meijome
On Wed, 24 Sep 2008 08:34:57 -0700 (PDT) Otis Gospodnetic <[EMAIL PROTECTED]> wrote: > What happens if you change ps from 100 to 1 and comment out that ord function? > > > Otis Hi Otis, no luck - without " " : smashing pumpkins smashing pumpkins +((DisjunctionMaxQuery((genre:smash^0.2 | title

Re: Dismax , "query phrases"

2008-09-24 Thread Otis Gospodnetic
008 11:23:18 AM > Subject: Dismax , "query phrases" > > Hello, > I've seen references to this in the list, but not completely explained...my > apologies if this is FAQ (and for the length of the email). > > I am using dismax across a number of fields on an index

Dismax , "query phrases"

2008-09-24 Thread Norberto Meijome
Hello, I've seen references to this in the list, but not completely explained...my apologies if this is FAQ (and for the length of the email). I am using dismax across a number of fields on an index with data about music albums & songs - the fields are quite full of stop words. I am trying to