Spring data Mongo - Search inside array

June 30, 2016
Query query = new Query(Criteria.where("[FIELD]").in([VALUE_TO_SEARCH]));