文件名称:SearchEngine
- 所属分类:
- 搜索引擎
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.8mb
- 下载次数:
- 0次
- 提 供 者:
- xiawe*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1.这是一个简单的采用了Lucene的搜索引擎,本例子采用lucene+struts+ibatis的框架进行开发,使用的数据库是Oracle,搜索源是jpetstore的product表,大家在使用的时候请根据实际情况修改database.properties文件的配置。
2.本例子支持中文搜索,相关的源码包在cnSolution目录。
-1. This is a simple use of the Lucene search engine, the examples used lucene+ Struts+ Ibatis fr a mework for the development, use of the database is Oracle, english JPetStore source is the product table, everyone in the use of time according to the actual situation, please database.properties modify the configuration file. 2. In this example to support Chinese language search, the relevant source packages in the directory cnSolution.
2.本例子支持中文搜索,相关的源码包在cnSolution目录。
-1. This is a simple use of the Lucene search engine, the examples used lucene+ Struts+ Ibatis fr a mework for the development, use of the database is Oracle, english JPetStore source is the product table, everyone in the use of time according to the actual situation, please database.properties modify the configuration file. 2. In this example to support Chinese language search, the relevant source packages in the directory cnSolution.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SearchEngine
............\.classpath
............\.mymetadata
............\.mystrutsdata
............\.project
............\indexDir
............\........\segments.gen
............\........\segments_19
............\........\_e.cfs
............\src
............\...\cnSolution
............\...\..........\CreateFileDocument.java
............\...\..........\IndexFiles.java
............\...\..........\SearchFiles.java
............\...\com
............\...\...\struts
............\...\...\......\action
............\...\...\......\......\ProductSearchAction.java
............\...\...\......\......\SearchAction.java
............\...\...\......\form
............\...\...\......\....\ProductSearchForm.java
............\...\...\......\....\SearchForm.java
............\...\...\yourcompany
............\...\...\...........\struts
............\...\...\...........\......\ApplicationResources.properties
............\...\giant
............\...\.....\ibatis
............\...\.....\......\cm
............\...\.....\......\..\controller
............\...\.....\......\..\domain
............\...\.....\......\..\......\Product.java
............\...\.....\......\..\......\Signon.java
............\...\.....\......\..\persistence
............\...\.....\......\..\...........\dao.xml
............\...\.....\......\..\...........\DaoConfig.java
............\...\.....\......\..\...........\iface
............\...\.....\......\..\...........\.....\ProductDao.java
............\...\.....\......\..\...........\.....\SignonDao.java
............\...\.....\......\..\...........\sqlmapdao
............\...\.....\......\..\...........\.........\BaseSqlMapDao.java
............\...\.....\......\..\...........\.........\ProductSqlMapDao.java
............\...\.....\......\..\...........\.........\SignonSqlMapDao.java
............\...\.....\......\..\...........\.........\sql
............\...\.....\......\..\...........\.........\...\chargeRule.xml
............\...\.....\......\..\...........\.........\...\product.xml
............\...\.....\......\..\...........\.........\...\signon.xml
............\...\.....\......\..\...........\.........\...\sql-map-config.xml
............\...\.....\......\..\presentation
............\...\html
............\...\....\CreateIndex.java
............\...\....\HtmlDocParser.java
............\...\....\TestHtmlSearch.java
............\...\properties
............\...\..........\application.properties
............\...\..........\database.properties
............\...\..........\database.properties.bak
............\...\util
............\...\....\LuceneUtil.java
............\...\....\Objectbean.java
............\...\....\ProductTestLucene.java
............\...\....\ProductUtil.java
............\...\....\TestLucene.java
............\tip使用必看.txt
............\web
............\...\form
............\...\....\failure.jsp
............\...\....\productSearch.jsp
............\...\....\search.jsp
............\...\....\success.jsp
............\...\META-INF
............\...\........\MANIFEST.MF
............\...\WEB-INF
............\...\.......\.struts-config.mex
............\...\.......\classes
............\...\.......\.......\cnSolution
............\...\.......\.......\..........\CreateFileDocument.class
............\...\.......\.......\..........\IndexFiles.class
............\...\.......\.......\..........\SearchFiles$OneNormsReader.class
............\...\.......\.......\..........\SearchFiles.class
............\...\.......\.......\com
............\...\.......\.......\...\struts
............\...\.......\.......\...\......\action
............\...\.......\.......\...\......\......\ProductSearchAction.class
............\...\.......\.......\...\......\......\SearchAction.class
............\...\.......\.......\...\......\form
............\...\.......\.......\...\......\....\ProductSearchForm.class
............\...\.......\.......\...\......\....\SearchForm.class
............\...\.......\.......\...\yourcompany
............\...\.......\.......\...\...........\struts
............\...\.......\.......\...\...........\......\ApplicationResources.properties
...........
............\.classpath
............\.mymetadata
............\.mystrutsdata
............\.project
............\indexDir
............\........\segments.gen
............\........\segments_19
............\........\_e.cfs
............\src
............\...\cnSolution
............\...\..........\CreateFileDocument.java
............\...\..........\IndexFiles.java
............\...\..........\SearchFiles.java
............\...\com
............\...\...\struts
............\...\...\......\action
............\...\...\......\......\ProductSearchAction.java
............\...\...\......\......\SearchAction.java
............\...\...\......\form
............\...\...\......\....\ProductSearchForm.java
............\...\...\......\....\SearchForm.java
............\...\...\yourcompany
............\...\...\...........\struts
............\...\...\...........\......\ApplicationResources.properties
............\...\giant
............\...\.....\ibatis
............\...\.....\......\cm
............\...\.....\......\..\controller
............\...\.....\......\..\domain
............\...\.....\......\..\......\Product.java
............\...\.....\......\..\......\Signon.java
............\...\.....\......\..\persistence
............\...\.....\......\..\...........\dao.xml
............\...\.....\......\..\...........\DaoConfig.java
............\...\.....\......\..\...........\iface
............\...\.....\......\..\...........\.....\ProductDao.java
............\...\.....\......\..\...........\.....\SignonDao.java
............\...\.....\......\..\...........\sqlmapdao
............\...\.....\......\..\...........\.........\BaseSqlMapDao.java
............\...\.....\......\..\...........\.........\ProductSqlMapDao.java
............\...\.....\......\..\...........\.........\SignonSqlMapDao.java
............\...\.....\......\..\...........\.........\sql
............\...\.....\......\..\...........\.........\...\chargeRule.xml
............\...\.....\......\..\...........\.........\...\product.xml
............\...\.....\......\..\...........\.........\...\signon.xml
............\...\.....\......\..\...........\.........\...\sql-map-config.xml
............\...\.....\......\..\presentation
............\...\html
............\...\....\CreateIndex.java
............\...\....\HtmlDocParser.java
............\...\....\TestHtmlSearch.java
............\...\properties
............\...\..........\application.properties
............\...\..........\database.properties
............\...\..........\database.properties.bak
............\...\util
............\...\....\LuceneUtil.java
............\...\....\Objectbean.java
............\...\....\ProductTestLucene.java
............\...\....\ProductUtil.java
............\...\....\TestLucene.java
............\tip使用必看.txt
............\web
............\...\form
............\...\....\failure.jsp
............\...\....\productSearch.jsp
............\...\....\search.jsp
............\...\....\success.jsp
............\...\META-INF
............\...\........\MANIFEST.MF
............\...\WEB-INF
............\...\.......\.struts-config.mex
............\...\.......\classes
............\...\.......\.......\cnSolution
............\...\.......\.......\..........\CreateFileDocument.class
............\...\.......\.......\..........\IndexFiles.class
............\...\.......\.......\..........\SearchFiles$OneNormsReader.class
............\...\.......\.......\..........\SearchFiles.class
............\...\.......\.......\com
............\...\.......\.......\...\struts
............\...\.......\.......\...\......\action
............\...\.......\.......\...\......\......\ProductSearchAction.class
............\...\.......\.......\...\......\......\SearchAction.class
............\...\.......\.......\...\......\form
............\...\.......\.......\...\......\....\ProductSearchForm.class
............\...\.......\.......\...\......\....\SearchForm.class
............\...\.......\.......\...\yourcompany
............\...\.......\.......\...\...........\struts
............\...\.......\.......\...\...........\......\ApplicationResources.properties
...........