Re: Luke faster + Index Searcher is slow

2007-06-29 Thread Nott
Hi I even tried like this . But I'm not getting any benfifts. How to use Expert Search can you assist ? File indexFile = new File(fileName); FSDirectory dir = FSDirectory.getDirectory(indexFile); indexSearcher =new IndexSearcher(dir);

Re: Luke faster + Index Searcher is slow

2007-06-29 Thread Nott
every time you query? This is a costly operation. -Grant On Jun 28, 2007, at 12:03 PM, Nott wrote: 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

Luke faster + Index Searcher is slow

2007-06-28 Thread Nott
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);

FileNotFound Exception While Indexing

2007-06-12 Thread Nott
Hi We run a batch job written on Java that reads a Oracle DB and creates a Lucene INDEX. We use Compass interface to do the index creation operations This is a scheduled job and this is a batch insert transaction job suddenly we are getting the following exception. I wnet through the forum and

Re: FileNotFound Exception While Indexing

2007-06-12 Thread Nott
details of merges/deletions taking place. That could give us a clue on the root cause. Mike Nott [EMAIL PROTECTED] wrote: Hi We run a batch job written on Java that reads a Oracle DB and creates a Lucene INDEX. We use Compass interface to do the index creation operations This is a scheduled

Re: MultiSearcher vs IndexSearcher(new MultiReader

2007-02-21 Thread Nott
Hi MultiSearcher we have used whenwe use more than one folder. As of we used so far we did not had much issues with multisearcher. The index at times becomes slow when you incluse more no of folder to search We have the full index in one folder and the incremental index in another folder so that

Re: Score

2007-01-30 Thread Nott
Hi Thanks for the response To explain more clear say I search on the Author field . Consider by data resides as follows Authortitle Jess Hopkins ABC Jess howardCCC James Hopkins ZZZ Jess Hopkins RRR I want all documents that were created