Thanks for the advice...
I watch in the documentation, but I saw that the PayloadTermQuery
accept only one term a time... however, samething might be done with
the PayloadNearQuery.
On Mon, Oct 26, 2009 at 3:35 PM, Grant Ingersoll wrote:
> In 2.9, there is now the PayloadNearQuery, which might h
In 2.9, there is now the PayloadNearQuery, which might help you.
Otherwise, the PayloadTermQuery is still a Query and can be used in a
BooleanQuery. Beyond that, you may need to write what you need, since
it doesn't exist yet.
On Oct 26, 2009, at 10:25 AM, Mauro Dragoni wrote:
Hi to ev