.
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
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.
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