验
转载zouqingyun2015-06-11 09:52:38评论(0)97人阅读
当我们去设计数据库表结构,对操作数据库时(尤其是查表时的SQL语句),我们都需要注意数据操作的性能。
【性能优化】 【mysql】 【函数】 【性能】 【SQL】 【数据库】 【索引】 …
环境搭建
1、到apache下载solr,地址:http://mirrors.hust.edu.cn/apache/lucene/solr/
2、解压到某个目录 3、cd into D:\Solr\solr-4.10.3\example 4、Execute the
server by “java -jar startup.jar”Solr会自动运行在自带的Jetty上
5、访问http://localhost:8983/solr/#/ PS:solr-5.0
以上默认对schema的管理是使用managed-schema,不能手动修改,需要使用Schema
Restful的API操作。
【mysql】 【Apache】 【数据库】 【配置】 【测试】 …