Reloading a searcher

2007-10-25 Thread Guilherme Barile
Hello I wrote a simple class to abstract searching on a text file (generate by a legacy system). class MyFile { private Searcher s; private long timestamp; } It creates a timer and checks every ten minutes if textfile.lastModified() is diferent from the number it cached on

Data in the Index [was: JdbcDirectory]

2007-09-04 Thread Guilherme Barile
So, Anyone ever stored the data in the index also ? What are your experiences ? Thanks a lot Gui On Sep 3, 2007, at 3:47 PM, Guilherme Barile wrote: Storing the data in the index, mainly for non-structured data. We plan to implement something like this ThingDB from http

Re: JdbcDirectory

2007-09-03 Thread Guilherme Barile
on Lucene. Wondered if some simple query (get the lastest document for example) would solve the versioning issue Thanks a lot Gui On 9/3/07, Guilherme Barile [EMAIL PROTECTED] wrote: Hello, We're starting a new project, which basically catalogs everything we have in the department

Re: JdbcDirectory

2007-09-03 Thread Guilherme Barile
/07, Guilherme Barile [EMAIL PROTECTED] wrote: 1) I don't understand why the index would get corrupted. We store huge data and meta-data using Lucene. I got that information when lucene 1.4 was the lastest version, may have changed. I'll trust you. 2) For this, I synced Lucene with the DB

Recreating an index

2007-01-31 Thread Guilherme Barile
Hello, I have a system that uses lucene to index information contained on text files, one register per line. When I start up, I load the text file and create the index, after that, a Timer starts up, and verifies the file's lastModified() attribute, if that changed, I need to recreate the index.

Re: http://www.textmining.org/ is hacked

2005-11-24 Thread Guilherme Barile
I have it here, uploaded it to rapidshare http://rapidshare.de/files/8097202/textmining.zip.html c ya On Thu, 2005-11-24 at 16:46 +, Patrick Kimber wrote: Hi I am trying to download the source code for tm-extractors-0.4.jar from http://www.textmining.org/ Looks like the site has