Re: question about dismax and parentheses

2009-02-02 Thread Chris Hostetter
: seems to be i cant do this. so my question is transforming to following: : : can i join multiple dismax queries into one? for instance if i'm looking for : +WORD1 +(WORD2 WORD3) : it can be translated into +WORD1 +WORD2 and +WORD1 +WORD3 query can it be done? sure. you could do that in your c

Re: question about dismax and parentheses

2009-01-27 Thread surfer10
i found Hoss's explanations at http://www.nabble.com/Dismax-and-Grouping-query-td12938168.html#a12938168 seems to be i cant do this. so my question is transforming to following: can i join multiple dismax queries into one? for instance if i'm looking for +WORD1 +(WORD2 WORD3) it can be translate