[ANN] naisQuest 1.0 search engine and fireQuest extension for Firefox released

2005-06-29 Thread Radomir Mladenovic
EVERSOFT is pleased to announce availability of the first tools from its naisQuest product line: http://www.naisquest.com * naisQuest is a Java based (J2EE) search engine designed for web sites and corporate networks. It collects and index full text and Meta data from the most popular docume

Re: patch: adding IndexReader.isCurrent()

2005-06-06 Thread Radomir Mladenovic
Method isCurrrent() is a useful addition and I'm glad fix with timestamp use for initial version is finally commited. However, although version is not meaningful, I believe it should stay in API... The software I'm working on is using pair "version, document_id" as a fast reference to lucene docum

IndexReader.getVersion()

2005-05-25 Thread Radomir Mladenovic
Hello, Am I missing an obvious way to return version of already opened index? Static method IndexReader.getCurrentVersion() uses SegmentInfos to read version number from "segments" files. This returns current version of index in Directory but I need a reliable way to obtain version of IndexReader