java.io.IOException: Pipe broken

2002-12-23 Thread ctquestion
I am having problems indexing our website using Lucene 1.2. To parse our HTML pages, I use the HTMLParser on lucene-demo-1.2.jar. At the end of my creation script, I receive the numerous pipe broken error messages. java.io.IOException: Pipe broken at

Searching on title...

2002-12-23 Thread parag
Hi all, This may be very trivial question for the Gurus. But can I use Field.Text() for indexing the title of the document so that when user hits on any word for the searching then result would yield the title which contains the word that user has queried. So I can write as,

Re: import question

2002-12-23 Thread stephane vaucher
Here is an example. import org.apache.lucene.analysis.Analyzer; import org.apache.lucene.document.Document; import org.apache.lucene.queryParser.QueryParser; import org.apache.lucene.queryParser.ParseException; import org.apache.lucene.search.DateFilter; import org.apache.lucene.search.Filter;

RE: Lucene Benchmarks and Information

2002-12-23 Thread Armbrust, Daniel C.
-Original Message- From: Leo Galambos [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 21, 2002 9:36 AM To: Lucene Users List Subject: Re: Lucene Benchmarks and Information [snip] IMHO it is a bug and the point why Lucene does not scale well on huge collections of documents. I am

LARM running with Lucene on Windows 2000?

2002-12-23 Thread TJ Tee
Have anyone successfully make LARM crawler integrate with Lucene on Windows 2000 platform? Thank you.