欢迎投稿

今日深度:

solr,

solr,


Indexed=true   就是可以查询 
Stored=true     就是内容存储 

设置关键是只设置需要查询的Indexed=true,需要和查询结果一起返回的字段内容设置Stored=true,其他就是false,节约索引大小和资源。

www.htsjk.Com true http://www.htsjk.com/solr/27041.html NewsArticle solr, Indexed=true   就是可以查询  Stored=true     就是内容存储  设置关键是只设置需要查询的Indexed=true,需要和查询结果一起返回的字段内容设置Stored=true,其他就是false,节约索引大...
相关文章
    暂无相关文章
评论暂时关闭