Re: Database File Store (SQLDirectory?)

2005-10-26 Thread Rick Hillegas
Hi Tobias, I would be interested in the SQLDirectory class and DDL scripts if you could send them. Thanks, -Rick Tobias Lütticke wrote: Hi, SQLDirectory.java file by Marc Kramis. But there does not seem to be any download or further references to this implementation. Does anyone have

Re: Database File Store (SQLDirectory?)

2005-10-26 Thread Rick Hillegas
Thanks, Tobias. It turns out that email address is dead. I've googled up another address for him and have posted him a question about the licensing of this code. When I get an answer, I'll let the list know. Cheers, -Rick Tobias Lütticke wrote: Hi, as follow-up: google found the post for

Re: How to Integrate Lucene/Nutch with Mysql?

2005-10-25 Thread Rick Hillegas
Hi Sam, I asked a similar question yesterday, and Steven Rowe kindly pointed me at the following code and examples, which you can use to integrate Lucene with Derby: http://issues.apache.org/jira/browse/LUCENE-434 For the record, Derby is the Apache open source database. It's a

lucene and databases

2005-10-24 Thread Rick Hillegas
Thanks to Yonik for replying to my last question about queries and filters. Now I have another issue. I would appreciate any pointers to attempts to integrate Lucene with databases. There's a tantalizing reference to a class called JDBCDirectory mentioned at

Re: lucene and databases

2005-10-24 Thread Rick Hillegas
://www.DBSight.net On 10/24/05, Rick Hillegas [EMAIL PROTECTED] wrote: Thanks to Yonik for replying to my last question about queries and filters. Now I have another issue. I would appreciate any pointers to attempts to integrate Lucene with databases. There's a tantalizing reference

Re: lucene and databases

2005-10-24 Thread Rick Hillegas
Thanks, Steven. This is an interesting approach which looks like it gets the user up and running pretty fast. Cheers, -Rick Steven Rowe wrote: Code and examples for embedding Lucene in HSQLDB and Derby relational databases: http://issues.apache.org/jira/browse/LUCENE-434 Rick Hillegas

queries and filters

2005-10-21 Thread Rick Hillegas
I have another newbie question based on a quick glance at some classes in* org.apache.lucene.search.Query* and at the email thread http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]by=threadfrom=943115. It appears that Searchers first compute query results and then filter those results. Can

Re: lucene versions

2005-10-19 Thread Rick Hillegas
-deprecated 1.x API's. 2.0 will be identical to 1.9, but with all deprecated APIs removed. To port an application to 2.0 one should first compile it against 1.9. Once it compiles against 1.9 without deprecation warnings, it should be 2.0 compatible. : Date: Wed, 19 Oct 2005 07:51:23 -0700 : From: Rick