RE: How can I get to the Document for architecture of lucene index.

2008-10-27 Thread Kwon, Ohsang
. Hi Ohsang, are you looking for http://lucene.apache.org/java/2_4_0/fileformats.html ? Best regards Karsten Kwon, Ohsang wrote: > > I want to know how the lucene stored the data in the index internally. > > (Lucene`s index format changed very often.) > > > > I can n

How can I get to the Document for architecture of lucene index.

2008-10-27 Thread Kwon, Ohsang
I want to know how the lucene stored the data in the index internally. (Lucene`s index format changed very often.) I can not find this information in wiki. Where can I get that? Does the same document or picture for index fomat? plz help me.

RE: How I can find wildcard symbol with WildcardQuery?

2008-08-19 Thread Kwon, Ohsang
Why do you use to WildcardQuery? You are not need to whildcard. (maybe..) Use term query. Term term = new Term("field", "Hello w*orld"); Query query1 = new TermQuery(term); gimme post -Original Message- From: Сергій Карпенко [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2008 10:20