我已经在solr上使用过Spring数据。但是,我不确定用于查询索引的URL。这是我用来查询所有记录的网址。
http://localhost:8086/items
它返回
{
"_links": {
"items": {
"href": "http://localhost:8086/items{?page,size,sort}",
"templated": true
},
"profile": {
"href": "http://localhost:8086/profile"
}
}
}
现在,如果我要对项目集合中的字段进行全文查询,该怎么办?