会初始化index,Index locked for write for core的Exception就是在这个时候报出来的修改solrconfig.xml中的true设置为true具体请看http://blog.csdn.net/wenchanter/article/details/3783182...
分类:
其他好文 时间:
2014-08-15 17:18:59
阅读次数:
236
1、从content域中搜索
从solr的example中得到的solrConfig.xml中,qf的定义如下:
[html] view
plaincopy
str name="qf">
text^0.5 features^1.0 name^1.2 sku^1.5 id^10.0 manu^1.1 cat^1.4...
分类:
其他好文 时间:
2014-07-24 23:31:23
阅读次数:
211
1、关于默认搜索域
If you are using the Lucene query parser, queries that don't specify a field name will use the defaultSearchField. The DisMax and Extended DisMax query parsers do not use this value.
...
分类:
其他好文 时间:
2014-07-23 22:38:28
阅读次数:
279
要建立自己的全文检索,一般都需要从数据库导入数据,在原来配置的基础上,增加导入的功能
1、D:\apache-tomcat-7.0.27\solr\conf\solrconfig.xml中增加
Xml代码
requestHandler name="/dataimport" class="org.apache.solr.handler.dataimport.DataIm...
分类:
数据库 时间:
2014-07-11 00:02:02
阅读次数:
376
fieldValueCache默认是存在的。如果没有在solrConfig.xml中配置,那么其初始大小10,最大10000,不会autowarm。在PC上开发时,会有内存溢出的风险。
分类:
其他好文 时间:
2014-05-14 16:35:14
阅读次数:
231