| org.apache.lucene.analysis | API and code to convert text into indexable/searchable tokens. |
| org.apache.lucene.analysis.br | Analyzer for Brazilian. |
| org.apache.lucene.analysis.cjk | Analyzer for Chinese, Japanese and Korean. |
| org.apache.lucene.analysis.cn | Analyzer for Chinese. |
| org.apache.lucene.analysis.cz | Analyzer for Czech. |
| org.apache.lucene.analysis.de | Analyzer for German. |
| org.apache.lucene.analysis.el | Analyzer for Greek. |
| org.apache.lucene.analysis.fr | Analyzer for French. |
| org.apache.lucene.analysis.ngram | |
| org.apache.lucene.analysis.nl | Analyzer for Dutch. |
| org.apache.lucene.analysis.payloads | Provides various convenience classes for creating payloads on Tokens. |
| org.apache.lucene.analysis.ru | Analyzer for Russian. |
| org.apache.lucene.analysis.sinks | Implementations of the SinkTokenizer that might be useful. |
| org.apache.lucene.analysis.snowball | org.apache.lucene.analysis.TokenFilter and org.apache.lucene.analysis.Analyzer implementations that use Snowball stemmers. |
| org.apache.lucene.analysis.standard | A fast grammar-based tokenizer constructed with JFlex. |
| org.apache.lucene.analysis.th | |
| org.apache.lucene.ant | Ant task to create Lucene indexes. |
| org.apache.lucene.benchmark | |
| org.apache.lucene.benchmark.byTask | Benchmarking Lucene By Tasks. |
| org.apache.lucene.benchmark.byTask.feeds | Sources for benchmark inputs: documents and queries. |
| org.apache.lucene.benchmark.byTask.programmatic | Sample performance test written programatically - no algorithm file is needed here. |
| org.apache.lucene.benchmark.byTask.stats | Statistics maintained when running benchmark tasks. |
| org.apache.lucene.benchmark.byTask.tasks | Extendable benchmark tasks. |
| org.apache.lucene.benchmark.byTask.utils | Utilities used for the benchmark, and for the reports. |
| org.apache.lucene.benchmark.quality | Search Quality Benchmarking. This package allows to benchmark search quality of a Lucene application. |
| org.apache.lucene.benchmark.quality.trec | Utilities for Trec related quality benchmarking, feeding from Trec Topics and QRels inputs. |
| org.apache.lucene.benchmark.quality.utils | Miscellaneous utilities for search quality benchmarking: query parsing, submission reports. |
| org.apache.lucene.benchmark.standard | |
| org.apache.lucene.benchmark.stats | |
| org.apache.lucene.benchmark.utils | |
| org.apache.lucene.demo | |
| org.apache.lucene.demo.html | |
| org.apache.lucene.document | The logical representation of a org.apache.lucene.document.Document for indexing and searching. The document package provides the user level logical representation of content to be indexed and searched. |
| org.apache.lucene.index | |
| org.apache.lucene.index.memory | High-performance single-document main memory Apache Lucene fulltext search index. |
| org.apache.lucene.index.store | |
| org.apache.lucene.misc | |
| org.apache.lucene.queryParser | A simple query parser implemented with JavaCC. |
| org.apache.lucene.queryParser.analyzing | |
| org.apache.lucene.queryParser.precedence | |
| org.apache.lucene.queryParser.surround.parser | This package contains the QueryParser.jj source file for the Surround parser. |
| org.apache.lucene.queryParser.surround.query | This package contains SrndQuery and its subclasses. |
| org.apache.lucene.search | |
| org.apache.lucene.search.function | Programmatic control over documents scores. |
| org.apache.lucene.search.highlight | The highlight package contains classes to provide "keyword in context" features typically used to highlight search terms in the text of results pages. |
| org.apache.lucene.search.payloads | The payloads package provides Query mechanisms for finding and using payloads. |
| org.apache.lucene.search.regex | Regular expression Query. |
| org.apache.lucene.search.similar | Document similarity query generators. |
| org.apache.lucene.search.spans | The calculus of spans. |
| org.apache.lucene.search.spell | Suggest alternate spellings for words. |
| org.apache.lucene.store | |
| org.apache.lucene.store.db | |
| org.apache.lucene.store.je | |
| org.apache.lucene.swing.models | Decorators for JTable TableModel and JList ListModel encapsulating Lucene indexing and searching functionality. |
| org.apache.lucene.util | Some utility classes. |
| org.apache.lucene.wikipedia.analysis | |
| org.apache.lucene.wordnet | This package uses synonyms defined by WordNet to build a Lucene index storing them, which in turn can be used for query expansion. |
| org.apache.lucene.xmlparser | |
| org.apache.lucene.xmlparser.builders |
| AnalysisTest | Copyright 2004 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. | code | html |
| IndexTest | Copyright 2004 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. | code | html |
| LucenePackage | Lucene's package information, including version. | code | html |
| SearchTest | Copyright 2004 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. | code | html |
| SearchTestForDuplicates | Copyright 2004 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. | code | html |
| StoreTest | Copyright 2004 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. | code | html |
| ThreadSafetyTest | Copyright 2004 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. | code | html |
| ThreadSafetyTest.IndexerThread | code | html | |
| ThreadSafetyTest.SearcherThread | code | html |
| TestSearch | JUnit adaptation of an older test case SearchTest. | code | html |
| TestSearchForDuplicates | JUnit adaptation of an older test case DocTest. | code | html |