如何使用Spring Data Rest查询SOLR

时间:2019-06-14 05:48:14

标签: java solr spring-data-rest

我已经在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"
        }
    }
}

现在,如果我要对项目集合中的字段进行全文查询,该怎么办?

0 个答案:

没有答案