单项选择题
A.AndB.BetweenC.NearD.Before
在ES与springboot整合的时候,范围查询大于某个数值的情况,继承ElasticsearchReposi...
单项选择题在ES与springboot整合的时候,范围查询大于某个数值的情况,继承ElasticsearchRepository添加的接口方法需要的关键字哪个最合适()
A.AndB.GreaterThanEqualC.BetweenD.Near
通过继承ElasticsearchRepository,自定义方法需要排序的关键字是()A.AndB.OrC....
单项选择题通过继承ElasticsearchRepository,自定义方法需要排序的关键字是()
A.AndB.OrC.NotD.BetweenE.OrderBy
ElasticsearchRepository中的STring说法正确的是()A.主键是字符串类型B.所有字段...
单项选择题ElasticsearchRepository中的STring说法正确的是()
A.主键是字符串类型B.所有字段都是字符串类型C.只能保存字符串类型的数据D.只能查询字符串类型的数据