Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

aggregationoperation multi match

Aggregation.match(Criteria.where("size").gt(new Integer(8))
                            .and("color").is("blue")
)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #aggregationoperation #multi #match
ADD COMMENT
Topic
Name
7+2 =