[ Changes for 0.04 - XXX ] * Project moved into the Apache Incubator. * Finished support for searching over multiple segments and retrieving docs from segments other than the first. * Add a duplicate function for istreams, currently only implemented for file based streams. * Added initial cuts at query and scorer infrastructure. [ Changes for 0.03 - Mon, 21 Feb 2005 ] * Added support for running various operations over an entire index instead of just a single segment at a time. * Added interface for iterating over all documents that contain a term. * Added lcn_document_t object to represent a document. * Added HACKING document, which contains documentation useful to a programmer trying to get up to speed on lucene4c development. * Added lcn_error_createf interface and used it to improve many error messages. * Improved algorithm for finding a specific term's terminfo. * Fixed compound file istreams so they work in more complex use cases than I had previously tested. This lets searching over cfs segments actually work. * Added doxygen documentation for public header files. [ Changes for 0.02 - Sun, 13 Feb 2005 ] * Added support for compound file stream directories. * Implemented lcn_directory abstraction, converted all public APIs to use it instead of directly accessing the filesystem. * Fixed build error on gcc 2.95.x. [ Changes for 0.01 - Sun, 26 Dec 2004 ] * Initial public release. * Raw API to read Lucene 1.4.x non-compound segments is working. * Command line client to dump data about an index. Not really useful yet. * No analysis support, no indexing support, primative searching support. * Index level API is missing, so you have to either manually merge results from different segments or use a totally optimized index.