Hi, I am using the downloaded weblucene. I have started my tomcat server and trying to search by clicking on the search button but it says the search page cannot be found. Also, I cannot find it in the package.
Can anyone help? Am I missing anything? -----Original Message----- From: Che Dong [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 1:53 AM To: Lucene Users List Subject: Re: WebLucene 0.4 released: added full featured demo(dump data php scripts and demo data in Chinese) sorry, demo address is: http://www.blogchina.com/weblucene/ Che, Dong ----- Original Message ----- From: "Che Dong" <[EMAIL PROTECTED]> To: "Lucene Users List" <[EMAIL PROTECTED]> Sent: Wednesday, December 17, 2003 1:33 AM Subject: WebLucene 0.4 released: added full featured demo(dump data php scripts and demo data in Chinese) > 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 key features: > 1 The bi-gram based CJK support: org/apache/lucene/analysis/cjk/CJKTokenizer, The CJKTokenizer support Chinese Japanese and Korean with Westen language simultaneously. > > 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 :) > > 7 Add full featured demo (including dump script and sample data) runs on: http://www.blogchina.com/weblucene/ > > Regards > > > Che Dong > http://www.chedong.com/tech/weblucene.html > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
