Hi Che Dong, The install.txt that you have in the package, the part on preparing the environment, can you include the setup for windows because I think what you wrote in install.txt is for UNIX setup? I still cannot get my system working. Please help.
Thanks. -----Original Message----- From: Che Dong [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 4:21 PM To: Lucene Users List; [EMAIL PROTECTED] Subject: Re: WebLucene 0.3 release:support CJK, use sax based indexing, docID based result sorting and xml format output with highlighting support. build..properties.default # --------------------------------------------------------- # WebLucene BUILD PROPERTIES # --------------------------------------------------------- jsdk_jar=/usr/local/resin/lib/jsdk23.jar # Home directory of JavaCC javacc.home = /usr/java/javacc/bin # modify following on Windows # jsdk_jar=c:\\resin\\lib\\jsdk23.jar # javacc.home = c:\\java\\javacc\\bin javacc.zip.dir = ${javacc.home}/lib javacc.zip = ${javacc.zip.dir}/JavaCC.zip Che, Dong ----- Original Message ----- From: "Tun Lin" <[EMAIL PROTECTED]> To: "'Lucene Developers List'" <[EMAIL PROTECTED]>; "'Lucene Users List'" <[EMAIL PROTECTED]> Sent: Monday, December 01, 2003 11:34 AM Subject: RE: WebLucene 0.3 release:support CJK, use sax based indexing, docID based result sorting and xml format output with highlighting support. > Hi, > > Do you have the install.txt for windows XP setup of the WebLucene? It seems that > the install.txt is only for UNIX setup. > > Thanks. > > -----Original Message----- > From: Che Dong [mailto:[EMAIL PROTECTED] > Sent: Sunday, November 30, 2003 9:57 PM > To: Lucene Developers List; Lucene Users List > Subject: WebLucene 0.3 release:support CJK, use sax based indexing, docID based > result sorting and xml format output with highlighting support. > > http://sourceforge.net/projects/weblucene/ > > WebLucene: > Lucene search engine XML interface, provided sax based indexing, indexing > sequence based result sorting and xml output with highlight support.The > CJKTokenizer support Chinese Japanese and Korean with Westen language > simultaneously. > > The key features: > 1 The bi-gram based CJK support: org/apache/lucene/analysis/cjk/CJKTokenizer > > 2 docID based result sorting: org/apache/lucene/search/IndexOrderSearcher > > 3 xml output: com/chedong/weblucene/search/DOMSearcher > > 4 sax based indexing: com/chedong/weblucene/index/SAXIndexer > > 5 token based highlighter: > reverse StopTokenzier: > org/apache/lucene/anlysis/HighlightAnalyzer.java > HighlightFilter.java > with abstract: > com/chedong/weblucene/search/WebluceneHighlighter > > 6 A simplified query parser: > google like syntax with term limit > org/apache/lucene/queryParser/SimpleQueryParser > modified from early version of Lucene :) > > Regards > > Che, Dong > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
