RE: Lucene and numerical fields search

2005-07-12 Thread Rifflard Mickaël
. Rifflard Mickaël Mickael.Rifflard @atosorigin.com To java-user@lucene.apache.org

RE: Real time indexing with RAMDirectory

2005-05-12 Thread Rifflard Mickaël
? System.out.println(Docs number : + ir.numDocs()); ir.close(); If I were you, I'd try using minMergeDocs instead of RAMDirectory. It makes things much simpler. You shouldn't need to optimize the index. Otis --- Rifflard Mickaël [EMAIL PROTECTED] wrote: Hi Otis, My question was too

Real time indexing with RAMDirectory

2005-05-10 Thread Rifflard Mickaël
Hi all, Is it possible, with the RAMDirectory (or another Directory), to flush informations after each Document indexing ? I tried this but this flush appears to be able to be made after 2 indexing at best. What do you think about it ? I forgot a configuration ? Thanks, Mickaël