tal editing (a new Document will be
created when someone edits an item), so is it possible to manage some
kind of versioning ? Anyone ever implemented something this way ?
Thanks a lot for the attention
Guilherme Barile
Prosoma Informática
-
everything 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
-
Askar
On 9/3/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 th
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
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
times
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.
T
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 h
cross platform) for extracting text
from word documents, please let me know
gui
On Thu, 2005-11-24 at 16:58 +, Patrick Kimber wrote:
> Thanks for the very quick response.
>
> On 24/11/05, Guilherme Barile <[EMAIL PROTECTED]> wrote:
> > I have it here, uploaded