Hi, Is there any query similar to BooleanQuery with SHOULD semantics that prefer documents where the terms are close to each other? I currently use a PhraseQuery with large slop for this. However this only works if all the terms are in the document. Best regards, Erel Uziel
- Combination of BooleanQuery and PhraseQuery Erel Uziel
- Re: Combination of BooleanQuery and PhraseQuery Erik Hatcher