文件名称:luke-src-0.7
介绍说明--下载内容均来自于网络,请自行研究使用
Lucene is an Open Source, mature and high-performance Java search engine. It is highly flexible, and scalable from hundreds to millions of documents.
Luke is a handy development and diagnostic tool, which accesses already existing Lucene indexes and allows you to display and modify their contents in several ways:
browse by document number, or by term
view documents / copy to clipboard
retrieve a ranked list of most frequent terms
execute a search, and browse the results
analyze search results
selectively delete documents from the index
reconstruct the original document fields, edit them and re-insert to the index
optimize indexes
and much more...
Luke is a handy development and diagnostic tool, which accesses already existing Lucene indexes and allows you to display and modify their contents in several ways:
browse by document number, or by term
view documents / copy to clipboard
retrieve a ranked list of most frequent terms
execute a search, and browse the results
analyze search results
selectively delete documents from the index
reconstruct the original document fields, edit them and re-insert to the index
optimize indexes
and much more...
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 89346504luke-src-0.7.zip 列表 lib/ src/ src/img/ src/org/ src/org/apache/ src/org/apache/lucene/ src/org/apache/lucene/index/ src/org/getopt/ src/org/getopt/luke/ src/org/getopt/luke/plugins/ src/thinlet/ src/xml/ .classpath .project CHANGES.html build.xml lib/js.jar lib/lucene-analyzers-2.1.0.jar lib/lucene-core-2.1.0.jar lib/lucene-snowball-2.1.0.jar luke-local.jnlp luke.gif luke.jnlp src/.plugins src/img/Thumbs.db src/img/close.png src/img/delete.gif src/img/docs.gif src/img/errx.gif src/img/files.gif src/img/info.gif src/img/lucene.gif src/img/luke-big.gif src/img/luke.gif src/img/next.png src/img/open.gif src/img/open2.gif src/img/open3.gif src/img/prev.png src/img/props2.gif src/img/refresh.png src/img/script.gif src/img/search.gif src/img/simil.gif src/img/terms.gif src/img/tools.gif src/org/apache/lucene/index/IndexGate.java src/org/getopt/luke/BrowserLauncher.java src/org/getopt/luke/ClassFinder.java src/org/getopt/luke/HighFreqTerms.java src/org/getopt/luke/IntPair.java src/org/getopt/luke/Luke.java src/org/getopt/luke/LukePlugin.java src/org/getopt/luke/Prefs.java src/org/getopt/luke/TermInfo.java src/org/getopt/luke/plugins/AnalyzerToolPlugin.java src/org/getopt/luke/plugins/ScriptingPlugin.java src/org/getopt/luke/plugins/Shell.java src/org/getopt/luke/plugins/SimilarityDesignerPlugin.java src/org/getopt/luke/plugins/VocabAnalysisPlugin.java src/org/getopt/luke/plugins/VocabChart.java src/thinlet/FrameLauncher.java src/thinlet/Thinlet.java src/xml/DefaultSimilarity.js src/xml/SampleScript.js src/xml/VerboseSimilarity.js src/xml/WikipediaSimilarity.js src/xml/about.xml src/xml/at-plugin.xml src/xml/editdoc.xml src/xml/editfield.xml src/xml/error.xml src/xml/explain.xml src/xml/luke.xml src/xml/lukeinit.xml src/xml/progress.xml src/xml/qexplain.xml src/xml/scr-plugin.xml src/xml/sd-plugin.xml src/xml/selfont.xml src/xml/vector.xml src/xml/vocab-plugin.xml