Zilverline Search Engine version 1.0-final released

2004-11-27 Thread Zilverline info
All, I've just released Zilverline version 1.0. New features include incremental indexing and scheduling of indexing proces, as well as a few minor updates. The source will be made available as well very soon. Zilverline is protected by a Collaborative Source License. You can read more

Re: Search PDF ???

2004-10-25 Thread Zilverline info
Hi Eric, Try zilverline http://www.zilverline.org Michael Eric Chow wrote: Hello, 1. Is it possibleto use Lucene to search PDF contents ? 2. Can it search Chinese contents PDF files ??? Eric - To unsubscribe, e-mail: [EMAIL

Zilverline release candidate 1.0-rc7 available

2004-10-18 Thread Zilverline info
All, I've just released a new candidate (*1.0-rc7*) New features include Highlighting and 'on-the-fly' extraction of archives. Zilverline is a search engine based on lucene that's ready to roll, and can be simply dropped in a Servlet Engine. It runs out of the box, and supports PDF, WORD, HTM

Zilverline release candidate 1.0-rc6 available

2004-10-02 Thread Zilverline info
All, I've just released a new candidate (*1.0-rc6*) New features include a command line indexer and support for Chinese and Cyrillic. Zilverline is an free search engine based on lucene that's ready to roll, and can be simply dropped in a Servlet Engine. It runs out of the box, and supports PDF

lucene 1.4 in maven repository

2004-08-25 Thread Zilverline info
Hi, Can anyone tell me why there is no lucene 1.4 jar in the maven repository @ http://www.ibiblio.org/maven/lucene/jars/ ? Who makes them available? It would be very convenient to be able to get the latest version from there (or anywhere else) regards, Michael Franken

Re: searchhelp

2004-08-19 Thread Zilverline info
The PDF and WORD stuff has been done too: have a look at http://www.zilverline.org. Michael Franken Chandan Tamrakar wrote: For PDF you need to extract a text from pdf files using pdfbox library and for word documents u can use apache POI api's . There are messages posted on the lucene list

Re: Weighted queries

2004-08-06 Thread Zilverline info
Hi Eric, I have implemented this in Zilverline. What I do is the following: subclass QueryParser and override getFieldQuery: protected Query getFieldQuery(String field, Analyzer analyzer, String queryText) throws ParseException { // for field that contain 'contents' add boostfactors

Zilverline release candidate 1.0-rc4 available

2004-07-26 Thread Zilverline info
All, I've just released a new candidate (*1.0-rc4*) New features include Spanish GUI, RTF support, searching on date range, customizable boosting factors, and configurable analyzers per collection. Zilverline now generates a MD5 Hash per file, and prevents duplicate files from being added more

Re: PDFBox problem.

2004-07-23 Thread Zilverline info
Natarajan.T wrote: FYI, I am using PDFBox.jar to Convert PDF to Text. Problem is in the runtime its printing lot of object messages How can I avoid this one??? How can I go with this one. import java.io.InputStream; import java.io.BufferedWriter; import java.io.IOException; import

Re: Extracting Lucene onto Tomcat

2004-07-21 Thread Zilverline info
Hi Ian, Depending on what you want to do, you could also follow the installation instructions on http://www.zilverline.org. It describes how to install zilverline, but the same goes for the lucene war. Hope this helps, Michael Franken Ian McDonnell wrote: Also another silly question, do i

Re: Extracting Lucene onto Tomcat

2004-07-21 Thread Zilverline info
directories onto the tomcat server, if so what should my root directory be? Say for example the extracted directories org/apache/lucene/ Should i have that as public_html/WEB-INF/org/apache/lucene? Ian --- Zilverline info [EMAIL PROTECTED] wrote: Hi Ian, Depending on what you want to do, you could

Re: Anyone use MultiSearcher class

2004-07-12 Thread Zilverline info
Hi Don, Yes, I'm using the MultiSearcher (in Zilverline), and have seen no serious performance issues with it. The app performs well with multiple indexes, it's responds so quick (with 100k+ documents) that I haven't even taken the time to measure the difference to a single index search

Re: upgrade from Lucene 1.3 final to 1.4rc3 problem

2004-07-07 Thread Zilverline info
This is a bug (see posting 'Lockfile Problem Solved'), upgrade to 1.4-final, and you'll be fine Alex Aw Seat Kiong wrote: Hi! I'm using Lucene 1.3 final currently, all things were working fine. But, after i'm upgraded from Lucene 1.3 final to 1.4rc3 (simply overwrite the lucene-1.4-final.jar to

Zilverline release candidate 1.0-rc3 available

2004-06-07 Thread Zilverline info
have a program on your system that can extract the content from it, then you can specify that zilverline should use this program. Zilverline is an free search engine based on lucene that's ready to roll, and can be simply dropped in a Servlet Engine. It runs out of the box, and supports PDF

Re: Tool for analyzing analyzers

2004-06-02 Thread Zilverline
out of lucene, such as incremental indexing, to name one. On the otherhand I'm interested in general requirements and wishes for the app. regards, Michael Franken Erik Hatcher wrote: On May 28, 2004, at 6:50 AM, Zilverline info wrote: But I'd love to build a Lucene demo application

Re: Tool for analyzing analyzers

2004-05-28 Thread Zilverline info
Hi Erik, Erik Hatcher wrote: [snip] But I'd love to build a Lucene demo application that is powerful enough to be used as a foundation for folks to use out-of-the-box. That's just what I thought. Here's one: http://www.zilverline.org Erik