当前位置:网站首页>Solr basic operations 7
Solr basic operations 7
2022-06-30 00:08:00 【franket】
Single keyword matching
[[email protected] solr-5.3.0]# curl "http://localhost:8983/solr/gettingstarted/select?wt=json&indent=true&q=foundation"
{
"responseHeader":{
"status":0,
"QTime":45,
"params":{
"indent":"true",
"q":"foundation",
"wt":"json"}},
"response":{"numFound":3608,"start":0,"maxScore":0.05791749,"docs":[
{
"id":"/data/solr/solr-5.3.0/docs/solr-clustering/org/apache/solr/handler/clustering/carrot2/package-use.html",
"title":["Uses of Package org.apache.solr.handler.clustering.carrot2 (Solr 5.3.0 API)"],
"stream_content_type":["text/html"],
"stream_size":[4597],
"content_encoding":["UTF-8"],
"date":["2015-08-17T00:00:00Z"],
"x_parsed_by":["org.apache.tika.parser.DefaultParser",
"org.apache.tika.parser.html.HtmlParser"],
"content_type":["text/html; charset=utf-8"],
"resourcename":["/data/solr/solr-5.3.0/docs/solr-clustering/org/apache/solr/handler/clustering/carrot2/package-use.html"],
"dc_title":["Uses of Package org.apache.solr.handler.clustering.carrot2 (Solr 5.3.0 API)"],
"_version_":1511824583560265728},
...
...
{
"id":"/data/solr/solr-5.3.0/docs/solr-test-framework/org/apache/solr/analysis/package-use.html",
"title":["Uses of Package org.apache.solr.analysis (Solr 5.3.0 API)"],
"stream_content_type":["text/html"],
"stream_size":[4399],
"content_encoding":["UTF-8"],
"date":["2015-08-17T00:00:00Z"],
"x_parsed_by":["org.apache.tika.parser.DefaultParser",
"org.apache.tika.parser.html.HtmlParser"],
"content_type":["text/html; charset=utf-8"],
"resourcename":["/data/solr/solr-5.3.0/docs/solr-test-framework/org/apache/solr/analysis/package-use.html"],
"dc_title":["Uses of Package org.apache.solr.analysis (Solr 5.3.0 API)"],
"_version_":1511824702977343488}]
}}
[[email protected] solr-5.3.0]# 边栏推荐
- Yunhe enmo, gaiguoqiang, identify it and grasp it before the domestic database boils
- How about counting Berry Pie 4? What are the possible ways to play?
- Buffer flow exercise
- Andorid source build/envsetup.sh 该知道的细节
- 【微信小程序】认识小程序项目的基本组成结构
- Construction of module 5 of actual combat Battalion
- 架构实战营模块5作业
- shell-位置参数变量和预定义变量
- 克隆無向圖[bfs訪問每條邊而不止節點]
- Exploration and Practice on the future direction of byte cloud database
猜你喜欢

【微信小程序】认识小程序项目的基本组成结构

Koa2 learning and using

Golang6 reflection

Unity splashimage scaling problem

JS绘制极坐标颜色渐变

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

LC: maximum subarray and

Activity invitation | the Apache Doris community essay and speech solicitation activity has begun!
![Cloner un Graphe non recté [bfs accède à chaque bord et pas seulement aux noeuds]](/img/34/2a1b737b6095293f868ec6aec0ceeb.png)
Cloner un Graphe non recté [bfs accède à chaque bord et pas seulement aux noeuds]

New CorelDRAW technical suite2022 latest detailed function introduction
随机推荐
Color space conversion in video tonemapping (HDR to SDR) (bt2020 to bt709, YCbCr, YUV and RGB)
多数元素II[求众数类之摩尔投票法]
设置安全组、域名备案、申请ssl证书
Solr基础操作13
Divisor
@Scheduled annotation pit, I stepped on it for you
Leetcode (76) -- Minimum Covering substring
modelsim的TCL脚本的define incdir命令解析
QT learning 02 GUI program example analysis
Activity invitation | the Apache Doris community essay and speech solicitation activity has begun!
FPGA Development (1) -- serial port communication
QT learning 04 Hello QT
How to view the CPU cores and threads in win11? Win11 view the tutorial of how many cores and threads the CPU is
Simple understanding of B tree and b+ tree
【微信小程序】认识小程序项目的基本组成结构
Leetcode (680) -- verifying palindrome string II
History of deep learning
Sword finger offer 13 Range of motion of robot
基于zfoo开发项目的一些规范
koa2学习和使用