Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.misc | |
org.apache.lucene.queryParser.surround.query |
This package contains SrndQuery and its subclasses.
|
org.apache.lucene.search |
Search over indices.
|
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.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.
|
Class and Description |
---|
FilterIndexReader.FilterTermDocs
Base class for filtering
TermDocs implementations. |
IndexReader
IndexReader is an abstract class, providing an interface for accessing an
index.
|
IndexReader.FieldOption |
IndexWriter
An IndexWriter creates and maintains an index.
|
Term
A Term represents a word from text.
|
TermDocs
TermDocs provides an interface for enumerating <document, frequency>
pairs for a term.
|
TermEnum
Abstract class for enumerating terms.
|
TermFreqVector
Provides access to stored term vector of
a document field.
|
TermPositions
TermPositions provides an interface for enumerating the <document,
frequency, <position>* > tuples for a term.
|
TermPositionVector
Extends
TermFreqVector to provide additional information about
positions in which each of the terms is found. |
TermVectorOffsetInfo
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.
|
Class and Description |
---|
IndexReader
IndexReader is an abstract class, providing an interface for accessing an
index.
|
Class and Description |
---|
IndexReader
IndexReader is an abstract class, providing an interface for accessing an
index.
|
Term
A Term represents a word from text.
|
TermEnum
Abstract class for enumerating terms.
|
Class and Description |
---|
IndexReader
IndexReader is an abstract class, providing an interface for accessing an
index.
|
Term
A Term represents a word from text.
|
TermEnum
Abstract class for enumerating terms.
|
TermFreqVector
Provides access to stored term vector of
a document field.
|
Class and Description |
---|
IndexReader
IndexReader is an abstract class, providing an interface for accessing an
index.
|
TermPositionVector
Extends
TermFreqVector to provide additional information about
positions in which each of the terms is found. |
Class and Description |
---|
IndexReader
IndexReader is an abstract class, providing an interface for accessing an
index.
|
Term
A Term represents a word from text.
|
TermEnum
Abstract class for enumerating terms.
|
Class and Description |
---|
IndexReader
IndexReader is an abstract class, providing an interface for accessing an
index.
|
Class and Description |
---|
IndexReader
IndexReader is an abstract class, providing an interface for accessing an
index.
|
Term
A Term represents a word from text.
|
Class and Description |
---|
IndexReader
IndexReader is an abstract class, providing an interface for accessing an
index.
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.