highlight term

2005-07-04 Thread xx28
Hi - I tried increasing SUMMARY_LENGTH to 1 (originally 200) in HTMLParser.java and HTMLParser.jj files. The purpose is to create snippet and highlight the search terms within it. Then I used ant to compile (also used javacc-HTMLParser, compile, jar, jar-demo, war-demo and copied war file

indexing TREC

2005-05-07 Thread xx28
Hi - Is there any TREC parser (indexing many documents that are in the same file)for Lucene avaiable? Thanks, George - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

NoSuchMethodError

2005-04-09 Thread xx28
Hello - I tried to modify Document(File) method as Document1(String) of HTMLDocument.java. The parameter is String, not File. However I got: Exception in thread "main" java.lang.NoSuchMethodError: org.apache.lucene.demo.HTMLDocument.Document1(Ljava/lang/String;)Lorg/apache/lucene/document/Docu

ant problem

2005-04-03 Thread xx28
Hello - I installed apache-ant-1.6.3beta1 and set export ANT_HOME=/ant export PATH=${PATH}:${ANT_HOME}/bin But when I modified lucene src code and used ant, I got the following error: Buildfile: build.xml BUILD FAILED java.lang.NoClassDefFoundError: org/apache/xerces/validators/schema/Sc

large number of documents

2005-03-23 Thread xx28
Hi, We are evaluating to use Lucence as one search engine for almost 100,000 documents (each will be less than 10,000 words)collections, is it feasible or no sense at all? someone has similar experience before? Many thanks for suggestions, George