This repository was archived by the owner on Oct 17, 2018. It is now read-only.

Description
There is a mssing combination in AbstractHibernateSearchSearchQuery. It is the case where we need to match any term of a collection upon a field which is a collection.
We should add a new method to handle this case, but a new name is required as the same name trigger a same erasure conflict.
NB: workaround is to use fieldPath in place of Binding<Collection
> by calling getPath() on collection binding.