Uses of Package
gate.creole.annic.apache.lucene.index

Packages that use gate.creole.annic.apache.lucene.index
gate.creole.annic.apache.lucene.index Code to maintain and access indices. 
gate.creole.annic.apache.lucene.search Search over indices. 
gate.creole.annic.lucene   
 

Classes in gate.creole.annic.apache.lucene.index used by gate.creole.annic.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.FilterTermDocs
          Base class for filtering TermDocs implementations.
IndexReader
          IndexReader is an abstract class, providing an interface for accessing 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 pairs in a Directory.
TermInfosWriter
          This stores a monotonically increasing set of pairs in a Directory.
TermPositions
          TermPositions provides an interface for enumerating the <document, frequency, <position>* > tuples for a term.
TermVectorsReader
          TODO: relax synchro!
TermVectorsWriter.TVField
           
 

Classes in gate.creole.annic.apache.lucene.index used by gate.creole.annic.apache.lucene.search
IndexReader
          IndexReader is an abstract class, providing an interface for accessing an index.
Term
          A Term represents a word from text.
TermDocs
          TermDocs provides an interface for enumerating <document, frequency> pairs for a term.
TermPositions
          TermPositions provides an interface for enumerating the <document, frequency, <position>* > tuples for a term.
 

Classes in gate.creole.annic.apache.lucene.index used by gate.creole.annic.lucene
IndexReader
          IndexReader is an abstract class, providing an interface for accessing an index.
Term
          A Term represents a word from text.