Spring data Mongo - Search inside array

Query query = new Query(Criteria.where("[FIELD]").in([VALUE_TO_SEARCH]));
    Clicky