Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/solr/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
solr查询的问题_Solr - Fatal编程技术网

solr查询的问题

solr查询的问题,solr,Solr,当我在本地机器中搜索Solr时,会得到如下查询: 但是,我想得到一个完整的查询,所有的设置都是活动的,过滤器,Tokinzer。。。等等 例如,类似这样的内容: 如何设置此配置???我尝试了很多事情,但是没有结果!!我想知道拼写检查程序是如何工作的。 提前感谢solrconfig.xml中的更改: <str name="echoParams">all</str> <int name="rows">10</int> <str name="f

当我在本地机器中搜索Solr时,会得到如下查询:

但是,我想得到一个完整的查询,所有的设置都是活动的,过滤器,Tokinzer。。。等等

例如,类似这样的内容:

如何设置此配置???我尝试了很多事情,但是没有结果!!我想知道拼写检查程序是如何工作的。

提前感谢solrconfig.xml中的更改:

<str name="echoParams">all</str>
<int name="rows">10</int>
<str name="fl">*</str>
<str name="version">2.1</str>
全部
10
*
2.1