当前位置:网站首页>Solr basic operation 8
Solr basic operation 8
2022-06-30 00:08:00 【franket】
Limited output
adopt “numFound”:3608 We know there are 3608 results , We can define the output by parameters , By default, the parameters that affect the output are the following default values
Parameter | Value |
|---|---|
start | 0 |
rows | 10 |
fl | *:* |
Let's change their values
q=foundation Search for keywords foundation
fl=id Only return id
start=30 Start for the first time 30 strip
rows=5 Only return 5 strip
[[email protected] solr-5.3.0]# curl "http://localhost:8983/solr/gettingstarted/select?wt=json&indent=true&q=foundation&fl=id&start=30&rows=5"
{
"responseHeader":{
"status":0,
"QTime":19,
"params":{
"fl":"id",
"indent":"true",
"start":"30",
"q":"foundation",
"wt":"json",
"rows":"5"}},
"response":{"numFound":3608,"start":30,"maxScore":0.05791749,"docs":[
{
"id":"/data/solr/solr-5.3.0/docs/solr-uima/deprecated-list.html"},
{
"id":"/data/solr/solr-5.3.0/docs/solr-analysis-extras/constant-values.html"},
{
"id":"/data/solr/solr-5.3.0/docs/solr-analysis-extras/deprecated-list.html"},
{
"id":"/data/solr/solr-5.3.0/docs/solr-clustering/org/apache/solr/handler/clustering/carrot2/class-use/LuceneCarrot2StemmerFactory.html"},
{
"id":"/data/solr/solr-5.3.0/docs/solr-clustering/org/apache/solr/handler/clustering/carrot2/class-use/LuceneCarrot2TokenizerFactory.html"}]
}}
[[email protected] solr-5.3.0]# 边栏推荐
- QT learning 04 Hello QT
- Majority element ii[molar voting method for finding modes]
- This PMP Exam (June 25), some people are happy and others are worried. That's why
- HPE launched ARM CPU general server product
- Solr基础操作8
- 除子
- After crossing, she said that the multiverse really exists
- Basic tutorial for installing monggodb in win10
- QT learning 02 GUI program example analysis
- Solr基础操作9
猜你喜欢

Getting started with qpainter: drawing the chess interface

FPGA Development (1) -- serial port communication

Exploration and Practice on the future direction of byte cloud database

What is IGMP? What is the difference between IGMP and ICMP?

Siemens low code platform connects MySQL through database connector to realize addition, deletion, modification and query

AI empowers new retail, the way to win "wisdom" lies in ecological thinking | selected excerpts from digital intelligence night talk live broadcast

这个简单的小功能,半年为我们产研团队省下213个小时

How to view the CPU cores and threads in win11? Win11 view the tutorial of how many cores and threads the CPU is

QT learning 02 GUI program example analysis

【微信小程序】认识小程序项目的基本组成结构
随机推荐
History of deep learning
MySQL:SQL概述及数据库系统介绍 | 黑马程序员
设置安全组、域名备案、申请ssl证书
Golang泛型的巧妙应用,防止变量空指针错误,防止结构体字段空指针错误
Basic operations such as MySQL startup under Windows platform
Sword finger offer 15 Number of 1 in binary
Do mysqlcdc data not support windowing functions like row_ Number, lead
Solr基础操作9
After working in the software development industry for six years, I changed my ideas in those years
西门子低代码平台通过Database Connector 连接Mysql 实现增删改查
架构实战营模块5作业
8软件工程环境
FPGA Development (2) -- IIC communication
复制带随机指针的链表[空间换时间--hash记录]
Divisor
Solr基础操作13
[wechat applet] understand the basic composition of the applet project
How about counting Berry Pie 4? What are the possible ways to play?
Viewing splitchunks code segmentation from MPX resource construction optimization
HTAP x cloud native: tidb accelerates the release of data value and realizes data agility