Re[2]: Cross-field multi-word and query

2005-10-25 Thread Chris Hostetter
: I have n fields, for simplicity let's say 3: f1, f2, f3. : I have an AND query with m words in it, lets' also simplify: w1, w2, w3. : : To cover all possible cases I should finally have the following : BooleanQuery: it really depends on what you want. if I understand what you mean in the below

Re[2]: Cross-field multi-word and query

2005-10-25 Thread Maxim Patramanskij
Hello Chris, thanks for the tip. However, I'm not sure, how can I implement with MaxDisjunctionQuery the following: I have n fields, for simplicity let's say 3: f1, f2, f3. I have an AND query with m words in it, lets' also simplify: w1, w2, w3. To cover all possible cases I should finally have