- 8
- 0
- 约4.59万字
- 约 41页
- 2017-03-26 发布于江苏
- 举报
LuceneAPI笔记
Lucene API笔记
??????Lucene 4.2.1 core API
Apache Lucene is a high-performance, full-featured text search engine library.
Packages org.apache.lucene Top-level package. org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens. org.apache.lucene.analysis.tokenattributes General-purpose attributes for text analysis. org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index. pressing StoredFieldsFormat that allows cross-document and cross-field compression of stored fields. org.apache.lucene.codecs.lucene3x Codec to support Lucene 3.x indexes (readonly) org.apache.lucene.codecs.lucene40 Lucene 4.0 file format. org.apache.lucene.codecs.lucene41 Lucene 4.1 file format. org.apache.lucene.codecs.lucene42 Lucene 4.2 file format. org.apache.lucene.codecs.perfield Postings format that can delegate to different formats per-field. org.apache.lucene.document The logical representation of a?Document?for indexing and searching. org.apache.lucene.index Code to maintain and access indices. org.apache.lucene.search Code to search indices. org.apache.lucene.search.payloads The payloads package provides Query mechanisms for finding and using payloads. org.apache.lucene.search.similarities This package contains the various ranking models that can be used in Lucene. org.apache.lucene.search.spans The calculus of spans. org.apache.lucene.store Binary i/o API, used for all index data. org.apache.lucene.util Some utility classes. org.apache.lucene.util.automaton Finite-state automaton for regular expressions. org.apache.lucene.util.fst Finite state transducers org.apache.lucene.util.mutable Comparable object wrappers org.apache.lucene.util.packed Packed integer arrays and streams. ?Apache Lucene is a high-performance, full-featured text search engine library. Heres a simple example how to use Lucene for indexing and searching (using JUnit to check if the results are what we expect):
Analy
您可能关注的文档
- Java考试参考.doc
- InterQuestAnalyzer.doc
- java程序的控制语言(while).doc
- JDPMLEFluo.doc
- JDQG持续改进管理办法.doc
- JD动力循环水系统操作规程.doc
- JOINTVENTURECONTRACTMANUFACTURING.doc
- JDX期末复习.doc
- JPB便携式溶解氧分析仪.doc
- JTWLDSF系列线型定温火灾探测器安装于变压器动力配电装置上.doc
- 2025-2026学年天津市和平区高三(上)期末数学试卷(含解析).pdf
- 2025-2026学年云南省楚雄州高三(上)期末数学试卷(含答案).pdf
- 2025-2026学年甘肃省天水市张家川实验中学高三(上)期末数学试卷(含答案).docx
- 2025-2026学年福建省厦门市松柏中学高二(上)期末数学试卷(含答案).docx
- 2025-2026学年广西钦州市高一(上)期末物理试卷(含答案).docx
- 2025-2026学年河北省邯郸市临漳县九年级(上)期末化学试卷(含答案).docx
- 2025-2026学年河北省石家庄二十三中七年级(上)期末历史试卷(含答案).docx
- 2025-2026学年海南省五指山市九年级(上)期末化学试卷(含答案).docx
- 2025-2026学年河北省唐山市玉田县九年级(上)期末化学试卷(含答案).docx
- 2025-2026学年河北省邢台市市区九年级(上)期末化学试卷(含答案).docx
原创力文档

文档评论(0)