Indexing speed on NTFS

2011-05-30 Thread Maciej Klimczuk
Hello everyone I did some testing with 3.1.0 demo on Windows and encountered some strange bahaviour. I tried to index ~6 small text documents using the demo. - First trial took about 18 minutes. - Second and third trial took about 2 minutes. I then made another test on other, bigger docum

Re: which analyzer for exact matchs

2011-05-30 Thread bmdakshinamur...@gmail.com
I think you are looking for a keyword analyzer. http://lucene.apache.org/java/3_0_2/api/core/org/apache/lucene/analysis/KeywordAnalyzer.html On Mon, May 30, 2011 at 8:48 PM, G.Long wrote: > Hello :) > > I'm wondering which Analyzer would be the best to query exact value for a > property. I read

which analyzer for exact matchs

2011-05-30 Thread G.Long
Hello :) I'm wondering which Analyzer would be the best to query exact value for a property. I read the javadoc and it it said that when a document is indexed, I could use the Field.Index.NOT_ANALYZED to store the value as is and then I would be able to query for it. But in the same time, I n