: Advantage of putting lucene index in RDBMS
One think, generally use RDBM for the STORED fields is good idea because
every segment merging / optimize copies those data once or twice (cfs).
I'm thinking about to put STORED fields in extra file and put pointers
in cfs. Delete will just
One think, generally use RDBM for the STORED fields is good idea because
every segment merging / optimize copies those data once or twice (cfs).
I'm thinking about to put STORED fields in extra file and put pointers
in cfs. Delete will just mark document as delete. And new operation
omptimize_
I appreciate everyone's responses.
I guess the main advantage of putting lucene's index into a RDBMS is for
flexibility of queries. Personally, I rather use a RDBMS for results than
lucene because I am more experienced with SQL queries than using Java.
Does anyone have a simple example of using
Hi.
As one of the people who asked about placing indeces into RDBMS, I was
primarily interested in just storing index in the RDBMS (basically,
storing the structures described on this page
http://lucene.apache.org/java/docs/fileformats.html in the relational
DB). The main reason is NOT to be abl
Hi.
I have been reading the lists for couple of week now, and I noticed
people asking about placing their indexes into a RDBMS. What is the
advantage of that?
So far lucene was able to solve all my problems, but I am curious how
else people are using it (especially with RDBMS).
Having
ginal Message-
From: Vladimir Olenin [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 05, 2006 8:41 AM
To: java-user@lucene.apache.org
Subject: RE: Advantage of putting lucene index in RDBMS
As one of the people who asked about placing indeces into RDBMS, I was
primarily interested in just st
va calls from DB (eg, through Java Stored Procedures
in case of Oracle).
-Original Message-
From: Paul Snyder [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 05, 2006 9:19 AM
To: java-user@lucene.apache.org
Subject: RE: Advantage of putting lucene index in RDBMS
Aleksei, can you point me
-
From: Aleksei Valikov [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 05, 2006 3:39 AM
To: java-user@lucene.apache.org
Subject: Re: Advantage of putting lucene index in RDBMS
Hi.
> I have been reading the lists for couple of week now, and I noticed
> people asking about placing
Hi.
I have been reading the lists for couple of week now, and I noticed people
asking about placing their indexes into a RDBMS. What is the advantage of
that?
So far lucene was able to solve all my problems, but I am curious how else
people are using it (especially with RDBMS).
Having an inde
I have been reading the lists for couple of week now, and I noticed people
asking about placing their indexes into a RDBMS. What is the advantage of
that?
So far lucene was able to solve all my problems, but I am curious how else
people are using it (especially with RDBMS).
TIA
10 matches
Mail list logo