solr
- 网络使用;搜索引擎
-
The example directory contains a complete sample Solr application .
example目录包含一个完整的样例Solr应用程序。
-
Boosting by distance is quite easy using Solr 's distance functions .
使用Solr的距离函数根据距离增强数据是非常容易的。
-
Let 's install the new index schema and load the data into Solr .
让我们安装新索引模式并把数据装入Solr。
-
It 's largely based on the default Solr schema .
它大部分都是基于默认Solr模式。
-
As with any application , thoroughly testing your application ensures Solr meets your performance requirements .
与任何应用程序一样,全面地测试应用程序可确保Solr能够满足您的性能需求。
-
Using this schema , every record loaded in Solr must have a value for this field .
使用此模式,载入Solr的每条记录必须为这个字段提供值。
-
Finally , the section defines several options related to events that occur in Solr .
最后,部分负责定义与在Solr中发生的事件相关的几个选项。
-
You then export your data to match the schema and load the data into Solr .
然后导出数据来匹配模式并将数据装入Solr。
-
The following sections highlight a few areas where you may want to extend Solr .
接下来的几个章节突出介绍了可能希望扩展Solr的几个领域。
-
But there 's no data in the Solr index to manage or query & yet .
但是Solr索引中还没有数据可供管理或查询。
-
You also explored configuration and administration features that make Solr a desirable addition to almost any enterprise architecture .
另外,您还浏览了让Solr得以成为企业架构的理想选择的配置和管理特性。
-
You can see that this process closely resembles the XML representation of a Solr document .
您可以看到此过程非常类似于Solr文档的XML表示。
-
Intelligent caching is one of the key performance capabilities that makes Solr shine as a search server .
智能缓存是让Solr得以成为引人瞩目的搜索服务器的一个关键性能特征。
-
Learn how to use Solr and PHP to create a small application to search a database of automobile parts .
了解如何使用Solr和PHP创建搜索汽车零部件数据库的小型应用程序。
-
Now , you can start Solr again and use the posting utility provided with the example .
现在,您可以重新启动Solr并使用示例所提供的posting实用程序。
-
Assistance provides useful links to external resources for understanding and resolving issues that may come up while using Solr .
Assistance提供了到外部资源的有用链接以便理解和解决使用Solv可能遇到的一些问题。
-
Finally , you know the performance considerations involved in adopting Solr and also introduced the framework for extending it .
最后,您还获悉了采用Solr时的性能考虑以及可用来扩展它的架构。
-
Solr is also supported by a committed developer community that is always searching for ways to improve it .
Solr也获得了开发人员的衷心支持,他们还一直在寻找提高它的途径。
-
Of course , PHP 's programmatic interface to Solr can also affect the contents of an index .
当然,Solr的PHP编程接口也会影响索引的内容。
-
The add element is a Solr command to add the enveloped records to the index .
add元素是用于将封装记录添加到索引中的Solr命令。
-
The wait argument tells Solr to wait for the thread to return before continuing .
wait实参告知Solr在继续之前先等待线程返回。
-
Solr also provides a master-slave index replication mechanism to allow query load to be distributed in a large-scale environment .
Solr还提供了主-从索引复制机制,以便在大规模的应用中分散查询负载。
-
Next , the code translates the records represented as PHP arrays into Solr documents .
接下来,代码将把表示为PHP数组的记录转换为Solr文档。
-
If a query does not get the OK from Solr , the code prints an error message .
如果查询未能从Solr获得确认,代码将输出错误消息。
-
Put the JARs in the Solr Home lib directory and start the servlet container .
将JAR放入SolrHomelib目录,然后启动servlet容器。
-
The Solr server is already configured in the Solr version included in the download .
(下载中包含的Solr版本中的Solr服务器已经配置好)。
-
For applications that receive large volumes of queries , a single Solr server may not be enough to meet performance requirements .
对于收到大量查询的应用程序,单一一个Solr服务器恐怕不足以满足性能上的需求。
-
Solr also has an open issue in its issue tracker for adding spatial query parser support ( see Resources ) .
Solr在为问题跟踪器获取更多的空间查询解析器支持方面还存在开源问题(参见参考资料)。
-
First , stop the Solr daemon ( if it 's still running ) by using Ctrl + C.
首先,通过使用Ctrl+C组合键来停止Solr守护进程(如果它仍在运行)。
-
Solr is incredibly powerful , and the PHP API makes integration on any platform a snap .
Solr令人难以置信地强大,并且使用PHPAPI可以迅速地与任何平台集成。