Re: Lucene Architecture Site (Prototype)

2011-07-11 Thread Abhishek Rakshit
Hey Glen, Thanks for notifying. I am not sure why the * came. Posting the links again. Current Site: http://www.codemaps.org/s/Lucene_Core Prototype: http://www.architexa.com/codemapsDev/lucene/ http://www.arch

analizer not doing the same thing at index and query time?

2011-07-11 Thread jm
*Hi,* * * *My env is jdk1.6 and lucene3.3.* * * *At index time I have this:* * * * Directory directory = FSDirectory.open(new File("d:\\temp\\lucene.index")); IndexWriter writer = new IndexWriter(directory, myAnalizer, IndexWriter.MaxFieldLength.UNLIMITED); Document doc = ne