|
|||||||||
| Home >> All >> org >> apache >> lucene >> [ index overview ] | PREV NEXT | ||||||||
Uses of Package
org.apache.lucene.index
| Classes in org.apache.lucene.index used by org.apache.lucene.index | |
| CompoundFileReader
Class for accessing a compound stream. |
|
| CompoundFileWriter.FileEntry
|
|
| FieldInfo
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. |
|
| FieldInfos
Access to the Field Info file that describes document fields and whether or not they are indexed. |
|
| FieldsReader
Class responsible for access to stored document fields. |
|
| FilterIndexReader
A FilterIndexReader contains another IndexReader, which it
uses as its basic source of data, possibly transforming the data along the
way or providing additional functionality. |
|
| FilterIndexReader.FilterTermDocs
Base class for filtering TermDocs implementations. |
|
| FilterIndexReader.FilterTermEnum
Base class for filtering TermEnum implementations. |
|
| FilterIndexReader.FilterTermPositions
Base class for filtering TermPositions implementations. |
|
| IndexReader
IndexReader is an abstract class, providing an interface for accessing an index. |
|
| IndexWriter
An IndexWriter creates and maintains an index. |
|
| MultipleTermPositions.IntQueue
|
|
| MultipleTermPositions.TermPositionsQueue
|
|
| MultiTermDocs
|
|
| Posting
|
|
| SegmentInfo
|
|
| SegmentInfos
|
|
| SegmentMergeInfo
|
|
| SegmentMergeQueue
|
|
| SegmentReader
FIXME: Describe class SegmentReader here. |
|
| SegmentTermDocs
|
|
| SegmentTermEnum
|
|
| SegmentTermVector
|
|
| 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. |
|
| TermInfo
A TermInfo is the record of information stored for a term. |
|
| TermInfosReader
This stores a monotonically increasing set of |
|
| TermInfosWriter
This stores a monotonically increasing set of |
|
| TermPositions
TermPositions provides an interface for enumerating the <document, frequency, <position>* > tuples for a term. |
|
| TermVectorsReader
TODO: relax synchro! |
|
| TermVectorsWriter
Writer works by opening a document and then opening the fields within the document and then writing out the vectors for each field. |
|
| TermVectorsWriter.TVField
|
|
|
|||||||||
| Home >> All >> org >> apache >> lucene >> [ index overview ] | PREV NEXT | ||||||||