RSS
热门关键字:  数据挖掘  数据仓库  商业智能  人工智能  搜索引擎

Porting Lucene to .NET Using Visual J#

来源: 作者:unkonwn 时间:2004-12-04 点击:

Visual J# .NET is a Java programming language toolset from Microsoft. Designed to build applications that run on the .NET Framework, Visual J# includes a Java language compiler as well as support for independently developed portions of the Java Development Kit (JDK). Microsoft currently provides support for most of JDK 1.1.4 and portions of the JDK 1.2 java.util package (http://msdn.microsoft.com/vjsharp/). In addition, the Swing API is also available for academic use. J# has many uses, such as porting legacy Visual J++ code to .NET. J# also opens the door to porting existing Java libraries to .NET to extend the reach of existing Java code. Leveraging existing source to support both Java and .NET platforms can be very cost effective. 数据挖掘研究院

To determine how practical porting a Java library to J# is, I ported the Lucene search engine to .NET. Lucene is a textsearch engine written entirely in Java. As a subproject of the Apache Jakarta Project (http://jakarta.apache.org/lucene/), Lucene is open source and freely downloadable. Originally developed by Doug Cutting, Lucene implements ranked and field searching based on Boolean and phrase queries. For developers, Lucene provides APIs for searching and maintaining document indexes, making Lucene ideal as an embedded component of larger systems. 数据挖掘实验室

There are enough implementation differences between the two current Lucene releases —1.2 Final Release and 1.3 Release Candidate 1. I will examine the porting issues for each.

数据挖掘研究院

  数据挖掘研究院

资料全文下载

数据挖掘研究院

最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
匿名?