CLucene - a full-featured, c++ search engine
API Documentation


lucene::store Namespace Reference


Data Structures

class  Directory
 A Directory is a flat list of files. More...
class  FSDirectory
 Straightforward implementation of Directory as a directory of files. More...
class  IndexInput
 Abstract base class for input from a file in a Directory. More...
class  BufferedIndexInput
 Abstract base class for input from a file in a Directory. More...
class  IndexInputStream
 JStream InputStream which reads from an IndexInput. More...
class  IndexOutput
 Abstract class for output to a file in a Directory. More...
class  BufferedIndexOutput
 Base implementation class for buffered IndexOutput. More...
class  LuceneLock
class  LockFactory
class  SingleInstanceLockFactory
class  NoLockFactory
class  FSLockFactory
class  RAMDirectory
 A memory-resident Directory implementation. More...


clucene.sourceforge.net