Lucene
Posted CrazyL-
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Lucene相关的知识,希望对你有一定的参考价值。
目录
Lucene、solr以及elasticsearch之间的区别和联系
Apache Lucene - Welcome to Apache Lucene
Lucene、solr以及elasticsearch之间的区别和联系
lucene是一个全文检索的库,Solr是一个基于Lucene的全文搜索服务器。
参考:
Lucene、Solr和Elasticsearch三者的区别与联系_皮哥四月红的博客-CSDN博客_lucene和elasticsearch的区别
下载
Apache Lucene - Lucene™ Downloads
官方文档
Apache Lucene™ 9.4.2 Documentation
API Javadocs
- core: Lucene core library
- analysis-common: Analyzers for indexing content in different languages and domains
- analysis-icu: Analysis integration with ICU (International Components for Unicode)
- analysis-kuromoji: Japanese Morphological Analyzer
- analysis-morfologik: Analyzer for dictionary stemming, built-in Polish dictionary
- analysis-nori: Korean Morphological Analyzer
- analysis-opennlp: OpenNLP Library Integration
- analysis-phonetic: Analyzer for indexing phonetic signatures (for sounds-alike search)
- analysis-smartcn: Analyzer for indexing Chinese
- analysis-stempel: Analyzer for indexing Polish
- backward-codecs: Codecs for older versions of Lucene
- benchmark: Lucene benchmarking module
- classification: Classification module for Lucene
- codecs: Lucene codecs and postings formats
- demo: Simple example code for Apache Lucene
- expressions: Dynamically computed values to sort/facet/search on based on a pluggable grammar
- facet: Faceted indexing and search capabilities
- grouping: Collectors for grouping search results
- highlighter: Highlights search keywords in results
- join: Index-time and Query-time joins for normalized content
- memory: Single-document in-memory index implementation
- misc: Index tools and other miscellaneous code
- monitor: Reverse-search implementation for monitoring and classification
- queries: Filters and Queries that add to core Lucene
- queryparser: Query parsers and parsing framework
- replicator: Lucene index files replication utility
- sandbox: Various third party contributions and new ideas
- spatial-extras: Geospatial search
- spatial3d: 3D spatial planar geometry APIs
- suggest: Auto-suggest and Spellchecking support
- test-framework: Framework for testing Lucene-based applications
以上是关于Lucene的主要内容,如果未能解决你的问题,请参考以下文章
Lucene底层原理和优化经验分享-Lucene简介和索引原理