How about added CJK analyser in 1.3 final release?
Regards
Che, Dong
From: Erik Hatcher <[EMAIL PROTECTED]>
Reply-To: "Lucene Developers List" <[EMAIL PROTECTED]>
To: "Lucene Developers List" <[EMAIL PROTECTED]>
Subject: Re: release 1.3-final in 2003?
Date: Fri, 19 Dec 2003 19:04:19 -0500
+1...
//Che Dong wrote:
//> 1. custom sorting beside default score sorting: make docID alias one
field you need
//>output sorting
//> solved by sort data before indexing(example sorted by field PostDate),
so docID can
//>be an alias to the sort field. if we make hitCollector
//> sort with docID or
I build lucene 1.2 src under zh_CN.GBK environment
but failed with ant javadocs for the garbled characters in GermenStemmer.
I added a line in javadoc section: specify javadoc use same encoding option
with build.
encoding="${build.encoding}"
and javadocs ok.
Regards
Che, Dong
--- 348,352 ---