Re: Problem with a "." for searching Lucene 2.4.0

2009-11-28 Thread Karl Heinz Marbaise
Hi Ian, many thanks for the hints...based on your and Ericks hints i have taken a deeper look into that...and the StandardAnalyzer which I'm using will removed informations like "." and "-" from my queries (+filename:testEXCEL-formats.xls) ... In addition to Erick's advice, since you are st

Re: Searching while optimizing

2009-11-28 Thread vsevel
Hi, thanks for the explanations. Though I had no luck... I now do the close of the reader before the commit. But still, only the close get us back to nominal. Here is the complete test: @Test public void optimize() throws Exception { final File dir = new File("lucene_work/optimiz