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]

Reply via email to