当前位置:网站首页>Solr basic operations 13
Solr basic operations 13
2022-06-30 00:08:00 【franket】
Pivot facets
In fact, it means double grouping
facet.pivot=stream_size,title First, according to stream_size grouping , According to title grouping
[[email protected] solr-5.3.0]# curl "http://localhost:8983/solr/gettingstarted/select?q=*:*&rows=0&wt=json&indent=on&facet=on&facet.pivot=stream_size,title"
{
"responseHeader":{
"status":0,
"QTime":5265,
"params":{
"facet":"on",
"indent":"on",
"q":"*:*",
"wt":"json",
"facet.pivot":"stream_size,title",
"rows":"0"}},
"response":{"numFound":3772,"start":0,"maxScore":1.0,"docs":[]
},
"facet_counts":{
"facet_queries":{},
"facet_fields":{},
"facet_dates":{},
"facet_ranges":{},
"facet_intervals":{},
"facet_heatmaps":{},
"facet_pivot":{
"stream_size,title":[{
"field":"stream_size",
"value":4812,
"count":22,
"pivot":[{
"field":"title",
"value":"Uses of Class org.apache.solr.cloud.OverseerSolrResponse (Solr 5.3.0 API)",
"count":1},
{
"field":"title",
"value":"Uses of Class org.apache.solr.cloud.SocketProxy.Acceptor (Solr 5.3.0 API)",
"count":1},
{
"field":"title",
"value":"Uses of Class org.apache.solr.core.CorePropertiesLocator (Solr 5.3.0 API)",
"count":1},
{
"field":"title",
"value":"Uses of Class org.apache.solr.core.NIOFSDirectoryFactory (Solr 5.3.0 API)",
"count":1},
{
"field":"title",
"value":"Uses of Class org.apache.solr.handler.DumpRequestHandler (Solr 5.3.0 API)",
"count":1},
{
"field":"title",
"value":"Uses of Class org.apache.solr.handler.PingRequestHandler (Solr 5.3.0 API)",
"count":1},
{
"field":"title",
"value":"Uses of Class org.apache.solr.handler.RealTimeGetHandler (Solr 5.3.0 API)",
"count":1},
{
"field":"title",
"value":"Uses of Class org.apache.solr.response.CSVResponseWriter (Solr 5.3.0 API)",
"count":1},
{
"field":"title",
"value":"Uses of Class org.apache.solr.response.PHPResponseWriter (Solr 5.3.0 API)",
"count":1},
{
"field":"title",
"value":"Uses of Class org.apache.solr.response.RawResponseWriter (Solr 5.3.0 API)",
"count":1},
{
"field":"title",
"value":"Uses of Class org.apache.solr.response.XMLResponseWriter (Solr 5.3.0 API)",
"count":1},
{
"field":"title",
"value":"Uses of Class org.apache.solr.search.DisMaxQParserPlugin (Solr 5.3.0 API)",
"count":1},
{
"field":"title",
"value":"Uses of Class org.apache.solr.search.ExportQParserPlugin (Solr 5.3.0 API)",
"count":1},
{
"field":"title",
"value":"Uses of Class org.apache.solr.search.NestedQParserPlugin (Solr 5.3.0 API)",
"count":1},
{
"field":"title",
"value":"Uses of Class org.apache.solr.search.PrefixQParserPlugin (Solr 5.3.0 API)",
"count":1},
{
"field":"title",
"value":"Uses of Class org.apache.solr.search.ReRankQParserPlugin (Solr 5.3.0 API)",
"count":1},
{
"field":"title",
"value":"Uses of Class org.apache.solr.search.SimpleQParserPlugin (Solr 5.3.0 API)",
"count":1},
{
"field":"title",
"value":"Uses of Class org.apache.solr.search.SolrFieldCacheMBean (Solr 5.3.0 API)",
"count":1},
{
"field":"title",
"value":"Uses of Class org.apache.solr.search.SwitchQParserPlugin (Solr 5.3.0 API)",
"count":1},
{
"field":"title",
"value":"Uses of Class org.apache.solr.servlet.LoadAdminUiServlet (Solr 5.3.0 API)",
"count":1},
{
"field":"title",
"value":"Uses of Class org.apache.solr.util.CryptoKeys.RSAKeyPair (Solr 5.3.0 API)",
"count":1},
{
"field":"title",
"value":"Uses of Class org.apache.solr.util.PropertiesInputStream (Solr 5.3.0 API)",
"count":1}]},
...
...
{
"field":"stream_size",
"value":1334,
"count":2,
"pivot":[{
"field":"title",
"value":"org.apache.solr.client.solrj.beans (Solr 5.3.0 API)",
"count":1},
{
"field":"title",
"value":"org.apache.solr.search.join (Solr 5.3.0 API)",
"count":1}]},
{
"field":"stream_size",
"value":1377,
"count":2,
"pivot":[{
"field":"title",
"value":"org.apache.solr.handler.loader (Solr 5.3.0 API)",
"count":1},
{
"field":"title",
"value":"org.apache.solr.store.hdfs (Solr 5.3.0 API)",
"count":1}]}]}}}
[[email protected] solr-5.3.0]# 边栏推荐
- Common knowledge of ECS security settings
- Web APIs environment object - dark horse programmer
- After crossing, she said that the multiverse really exists
- 【微信小程序】认识小程序项目的基本组成结构
- Andorid source build/envsetup. SH details to know
- Solr基础操作6
- shell-运算符
- I wonder if I can open an account today? In addition, is it safe to open an account online now?
- How to write controller layer code gracefully?
- Ingenious application of golang generics to prevent null pointer errors of variables and structural fields
猜你喜欢
![多数元素II[求众数类之摩尔投票法]](/img/8f/5925f97c0f5f8c50c19a9ef6d7723c.png)
多数元素II[求众数类之摩尔投票法]

After 8 years of polishing, "dream factory of game design" released an epic update!

Use of jetpack's room in combination with flow

333333333333333333333333333333

QT learning 06 widgets and window types

Cartoon security HIDS, EDR, NDR, XDR

架构实战营模块5作业

Construction of module 5 of actual combat Battalion

After working in the software development industry for six years, I changed my ideas in those years

QT learning 07 coordinate system in QT
随机推荐
Sword finger offer 15 Number of 1 in binary
QT learning 04 Hello QT
333333333333333333333333333333
Use of jetpack's room in combination with flow
How to view the CPU cores and threads in win11? Win11 view the tutorial of how many cores and threads the CPU is
Solr基础操作7
How long will it take to open a mobile account? In addition, is it safe to open a mobile account?
Which securities company is good for opening a mobile account? In addition, is it safe to open a mobile account?
Set up enterprise NTP time server
This PMP Exam (June 25), some people are happy and others are worried. That's why
西门子低代码平台通过Database Connector 连接Mysql 实现增删改查
Siemens low code platform connects MySQL through database connector to realize addition, deletion, modification and query
JVM之栈空间
Leetcode (680) -- verifying palindrome string II
多数元素II[求众数类之摩尔投票法]
[Shangshui Shuo series] day 8
Introduction to reptiles: data capture of Betta barrage, with 11 introductory notes attached
Analysis of define incdir command in TCL script of Modelsim
Copy linked list with random pointer [space for time --hash record]
Construction of module 5 of actual combat Battalion