|
首页>相关研究方向>lucene/nutch> |
J2EE Search的增删查改及检索初步实现 |
|
Visited times , Welcome to Data Mining Forum & Data Mining Expert |
|
|
<property name="hibernate.c3p0.max_size" value="20" /> -- c3p0 <property name="hibernate.c3p0.timeout" value="1800"/> -- 数据库连接池 <property name="hibernate.c3p0.max_statements" value="50" /> -- 配置 <property name="hibernate.search.default.directory_provider" value="org.hibernate.search.store.FSDirectoryProvider"/> --索引存放形式--文件系统 <property name="hibernate.search.default.indexBase" value="e:/index1"/> --索引存放位置 </properties> </persistence-unit>
</persistence> 数据挖掘实验室
applicationContext.xml:
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.0.xsd" xmlns:tx="http://www.springframework.org/schema/tx">
<bean id="entityManagerFactory"
|
| 上一页 1 23 4 5 6 下一页 |
|
|
|
[数据挖掘专家]
[数据挖掘研究院]
[数据挖掘论坛]
[数据挖掘实验室]
|
上一篇:
FilteredTermEnum (Lucene 2.2.0 API)
下一篇:Grails的全文检索插件
|
|
|
|