Lucene 6.0 目录结构和功能模块

2016-09-27 Eric Wang 更多博文 » 博客 » GitHub »

Lucene

原文链接 http://codepub.cn/2016/09/27/Lucene-6-0-directory-structure-and-functional-module/
注:以下为加速网络访问所做的原文缓存,经过重新格式化,可能存在格式方面的问题,或偶有遗漏信息,请以原文为准。


 Lucene英文目录结构和功能模块

coreLucene core library - analyzers    analyzers-commonAnalyzers for indexing content in different languages and domains.    analyzers-icuAnalysis integration with ICU (International Components for Unicode).    analyzers-kuromojiJapanese Morphological Analyzer    analyzers-morfologikAnalyzer for dictionary stemming, built-in Polish dictionary    analyzers-phoneticAnalyzer for indexing phonetic signatures (for sounds-alike search)    analyzers-smartcnAnalyzer for indexing Chinese    analyzers-stempelAnalyzer for indexing Polish     analyzers-uimaAnalysis integration with Apache UIMA  backward-codecsCodecs for older versions of Lucene. * benchmarkSystem for benchmarking Lucene * classificationClassification module for Lucene * codecsLucene codecs and postings formats. * demoSimple example code * expressionsDynamically computed values to sort/facet/search on based on a pluggable grammar. * facetFaceted indexing and search capabilities * groupingCollectors for grouping search results. * highlighterHighlights search keywords in results * joinIndex-time and Query-time joins for normalized content * memorySingle-document in-memory index implementation * miscIndex tools and other miscellaneous code * queriesFilters and Queries that add to core Lucene * queryparserQuery parsers and parsing framework * replicatorFiles replication utility * sandboxVarious third party contributions and new ideas * spatialGeospatial search * spatial3d3D spatial planar geometry APIs * spatial-extrasGeospatial search * suggestAuto-suggest and Spellchecking support * test-framework*Framework for testing Lucene-based applications

 Lucene中文目录结构和功能模块

coreLucene核心类库 - analyzers    analyzers-common不同语言和领域的内容索引分析器    analyzers-icu集成ICU的分析器    analyzers-kuromoji日文分析器    analyzers-morfologik字典词干分析器,内建的波兰语字典    analyzers-phonetic索引语音特征分析器(用于类声音搜索)    analyzers-smartcn索引中文分析器    analyzers-stempel索引波兰语分析器     analyzers-uima集成Apache UIMA的分析器  backward-codecsLucene旧版本的编解码器 * benchmarkLucene系统基准测试 * classificationLucene分类器模块 * codecsLucene编解码器和postings格式 * demo简单代码示例 * expressions基于可插拔语法的一个动态计算的值进行sort/facet/search * facet切面索引和搜索功能 * grouping分组搜索结果收集器 * highlighter高亮搜索结果中的关键词 * join标准化内容时的索引和搜索连接 * memory单文档内存索引实现 * misc索引工具和其它杂项的代码 * queries加入Lucene核心的过滤器和查询器 * queryparser查询解析器和解析框架 * replicator文件复制工具 * sandbox各种第三方贡献和新的想法 * spatial地理空间搜索 * spatial3d3D空间平面几何的APIs * spatial-extras地理空间搜索 * suggest自动推荐和拼写检查 * test-framework*基于Lucene的应用测试框架

Notes:英文水平有限,翻译若有不妥之处,还请见谅。