RE: Managing a large archival (and constantly changing) database

2006-07-06 Thread Larry Ogrodnek
We have a similar setup, although probably only 1/5th the number of documents and updates. I'd suggest just making periodic index backups. I've been storing my index as follows: //data/ (lucene index directory) //backups/ The "data" is what's passed into IndexWriter/IndexReader. Additionally,

RE: Lucene and SIPs

2006-06-22 Thread Larry Ogrodnek
m not sure it's even in the right direction... From: Nader Akhnoukh [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 8:14 PM To: Larry Ogrodnek Subject: Lucene and SIPs Hi Lawrence, I saw a posting to the Lucene group you made in Febru

RE: lucene consulting/support/help

2006-06-21 Thread Larry Ogrodnek
http://wiki.apache.org/jakarta-lucene/Support -Original Message- From: bruce [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 2:11 PM To: java-user@lucene.apache.org Subject: lucene consulting/support/help hi... anybody on the list provide consulting/support for lucene/nutch...

RE: javadoc lookup

2006-03-02 Thread Larry Ogrodnek
t QueryParser pops ups if someone types "parser" (provided the text was tokenized at case shifts). Erik On Mar 1, 2006, at 6:23 PM, Larry Ogrodnek wrote: > Hey, I put together a little ajax / lucene javadoc lookup site that I > just wanted to share I've found it

javadoc lookup

2006-03-01 Thread Larry Ogrodnek
Hey, I put together a little ajax / lucene javadoc lookup site that I just wanted to share I've found it pretty useful to be able to just type a few letters instead of navigating through the standard javadoc frames... http://jdk.representqueens.com:9090/s/jdk/ http://jdk.representqueens.c