Query search syntax: abs_path

2004-04-12 Thread Rodrigo Baptista
Hello list, When I do a search using the property abs_path, I only have results if the path name is all in lower-case, if it has one letter in upper-case it doesn't work. I must only have lower-case letter in the path? Best regards, Rodrigo Baptista.

RE: clustering results

2004-04-12 Thread Bruce Ritchie
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: April 11, 2004 1:03 PM To: Lucene Users List Subject: Re: clustering results I got all excited reading the subject line clustering results but this isn't really clustering is it? This is more sorting.

Re: ValueListHandler pattern with Lucene

2004-04-12 Thread lucene
On Sunday 11 April 2004 17:46, Erik Hatcher wrote: In other words, you need to invent your own pattern here?! :) I just experimented a bit and came up with the ValueListSupplier which replaces the ValueList in the VLH. Seems to work so far... :-) Comments are greatly appreciated! Timo

Re: verifying index integrity

2004-04-12 Thread Kevin A. Burton
Doug Cutting wrote: If you use this method, it is possible to corrupt things. In particular, if you unlock an index that another process is modifying, then modify it, then these two processes might step on one another. So this method should only be called when you are certain that no one

suitability of lucene for project

2004-04-12 Thread Sebastian Ho
hi all i am investigating technologies to use for a project which basically retrieves html pages on a regular basis(or whenever there are changes) and allow html parsing to extract specific information, and presenting them as links in a webpage. Note that this is not a general search engine kind

Re: suitability of lucene for project

2004-04-12 Thread Erik Hatcher
No, Lucene is not the right solution for this particular use. It does not include anything to retrieve HTML pages, or parse them. However, if you ever needed full-text search, the Lucene is where it's at. Erik On Apr 12, 2004, at 9:28 PM, Sebastian Ho wrote: hi all i am investigating

Re: suitability of lucene for project

2004-04-12 Thread Stephane James Vaucher
It could be part of you solution, but I don't think so. Let me explain: I've done this a few times something similar to what you describe. I use often use HttpUnit to get information. How you process it, it's up to you. If you want it to be indexed (searchable), you can use Lucene. If you want