当前位置:网站首页>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]# 边栏推荐
- 设置安全组、域名备案、申请ssl证书
- 绿树公司官方网站
- Which securities company should I choose to open an account online? Also, is it safe to open an account online?
- Halcon practical: design idea of solder joint detection
- Serialization of binary tree 297 Serialization and deserialization of binary tree 652 Find duplicate subtrees
- 如何实现搜索引擎中的拼写纠错功能——思路
- Getting started with qpainter: drawing the chess interface
- MySQL:SQL概述及数据库系统介绍 | 黑马程序员
- 多数元素II[求众数类之摩尔投票法]
- How to view the CPU cores and threads in win11? Win11 view the tutorial of how many cores and threads the CPU is
猜你喜欢

Some specifications based on zfoo development project

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

8软件工程环境

Color space conversion in video tonemapping (HDR to SDR) (bt2020 to bt709, YCbCr, YUV and RGB)

6.28 problem solving

HPE launched ARM CPU general server product

Matlab exercises -- program control process exercise

Mysql:sql overview and database system introduction | dark horse programmer

FPGA Development (2) -- IIC communication

Unity splashimage scaling problem
随机推荐
Solr基础操作16
QT learning 01 GUI program principle analysis
绿树公司官方网站
QT learning 06 widgets and window types
爬虫入门实战:斗鱼弹幕数据抓取,附送11节入门笔记
漫画安全HIDS、EDR、NDR、XDR
Use of jetpack's room in combination with flow
About mongodb error: connecting to: mongodb://127.0.0.1:27017/?compressors=disabled &gssapiServiceName=mongodb
[leetcode] a number that appears only once [136]
Set up security groups, record domain names, and apply for SSL certificates
QPainter的使用入门:绘制象棋界面
我想知道今天还可以开户么?另外想问,现在在线开户安全么?
Ingenious application of golang generics to prevent null pointer errors of variables and structural fields
QT learning 02 GUI program example analysis
Cacti maximum monitoring number test
What is IGMP? What is the difference between IGMP and ICMP?
500 error occurred after importing skins folder into solo blog skin
Getting started with qpainter: drawing the chess interface
Table responsive layout tips for super nice
What is online account opening? In addition, is it safe to open a mobile account?