Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@www.apache.org Received: (qmail 34139 invoked from network); 1 Dec 2003 03:35:29 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Dec 2003 03:35:29 -0000 Received: (qmail 65980 invoked by uid 500); 1 Dec 2003 03:35:03 -0000 Delivered-To: apmail-jakarta-lucene-dev-archive@jakarta.apache.org Received: (qmail 65784 invoked by uid 500); 1 Dec 2003 03:35:01 -0000 Mailing-List: contact lucene-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Developers List" Reply-To: "Lucene Developers List" Delivered-To: mailing list lucene-dev@jakarta.apache.org Received: (qmail 65751 invoked from network); 1 Dec 2003 03:35:01 -0000 Received: from unknown (HELO smtp15.singnet.com.sg) (165.21.6.35) by daedalus.apache.org with SMTP; 1 Dec 2003 03:35:01 -0000 Received: from HP29375324311 ([155.69.58.4]) by smtp15.singnet.com.sg (8.12.10/8.12.10) with ESMTP id hB13YvTQ026921; Mon, 1 Dec 2003 11:35:03 +0800 Message-Id: <200312010335.hB13YvTQ026921@smtp15.singnet.com.sg> Reply-To: From: "Tun Lin" To: "'Lucene Developers List'" , "'Lucene Users List'" Subject: RE: WebLucene 0.3 release:support CJK, use sax based indexing, docID based result sorting and xml format output with highlighting support. Date: Mon, 1 Dec 2003 11:34:54 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: x-mimeole: Produced By Microsoft MimeOLE V6.00.2800.1106 Thread-Index: AcO3SdT3WjZFU3kuSECbkxMN4ooeLAAcj73g X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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:chedong@hotmail.com] 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: lucene-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-dev-help@jakarta.apache.org