I have an index in one file that has a size of abt 18GB of data
When i run some queries on Luke the response comes in < 40 ms but the same
when I use IndexSearcher gives me in 300ms -600 ms
Any suggestions ?
The code i use is
File indexFile = new File(fileName);
FSDirectory dir = FSDirectory.getDirectory(indexFile);
indexSearcher =new IndexSearcher(dir);
hits = indexSearcher.search(query);
On 6/22/07, Andrzej Bialecki <[EMAIL PROTECTED]> wrote:
Hi all,
I just released Luke 0.7.1, the Lucene Index Toolbox. As usually, you
can get it here:
http://www.getopt.org/luke/
This minor release is mostly an upgrade to the official Lucene 2.2.0
release JARs.
The following changes have been made in this release:
* Added a term distribution analysis plugin by Mark Harwood.
* Fixed IndexGate class to correctly show deletable files.
--
Best regards,
Andrzej Bialecki <><
___. ___ ___ ___ _ _ __________________________________
[__ || __|__/|__||\/| Information Retrieval, Semantic Web
___|||__|| \| || | Embedded Unix, System Integration
http://www.sigram.com Contact: info at sigram dot com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
~B