Re: release 1.3-final in 2003?

2003-12-19 Thread
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...

contrib: IndexSearcher with docID sorting

2002-09-21 Thread
//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

build.xml: javadocs also need specify encoding

2002-09-21 Thread
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 ---