Eclipse
IntelliJ
NetBeans
XpoLog
Upload
API List
Favorites
Packages
Classes
Methods
Limit search to favorites
Recent
Register
Login
Classic Mode
Library
Apache Lucene
version
2.0.0
Add
to favorites
JDK version:
1.4
Web site:
http://lucene.apache.org/java/docs/index.html
[
License
]
Books:
Click here to see recommendations
Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.
Statistics
Classes
:
137
Interfaces
:
16
Errors
:
2
Exceptions
:
3
Packages
Comments
Books
Packages
Name
Description
org.apache.lucene
Top-level package.
org.apache.lucene.analysis
API and code to convert text into indexable tokens.
org.apache.lucene.analysis.standard
A grammar-based tokenizer constructed with JavaCC.
org.apache.lucene.document
The Document abstraction.
org.apache.lucene.index
Code to maintain and access indices.
org.apache.lucene.queryParser
A simple query parser implemented with JavaCC.
org.apache.lucene.search
Search over indices.
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.
Search
Home
-
About
-
FAQ
-
Privacy
-
Contact