: Suppose I wanted to use this log approach. Does anyone have
: suggestions about the best way to do it? The approach that first comes
: to mind is to store the log as a separate DB table, and to maintain
it largely depends on your DB schema and the mechanisms you use to update
your data. In mo
Suppose I wanted to use this log approach. Does anyone have
suggestions about the best way to do it? The approach that first comes
to mind is to store the log as a separate DB table, and to maintain
that table using a DB trigger attached to the underlying source data
table. This is clearly not the
: Does anyone have more experience doing this kind of stuff and whants to share?
My advice: don't.
I work with (or work with people who work with) about two dozen Solr
indexes -- we don't attempt to update a single one of them in any sort of
transactional way. Some of them are updated "real t
PROTECTED]>
Cc: solr-user@lucene.apache.org
Sent: Saturday, January 12, 2008 10:16:39 AM
Subject: Transactions and Solr Was: Re: Delte by multiple id problem
On 12/01/2008, at 11:24, Norberto Meijome wrote:
> On Fri, 11 Jan 2008 00:43:19 -0200
> Leonardo Santagada <[EMAIL PROTECTED]>
On 12/01/2008, at 11:24, Norberto Meijome wrote:
On Fri, 11 Jan 2008 00:43:19 -0200
Leonardo Santagada <[EMAIL PROTECTED]> wrote:
No, actually my problem is that the solr index is mirroring data on a
database (a Zope app to be more acurate) so it would be better if I
could send the whole tran
On Fri, 11 Jan 2008 00:43:19 -0200
Leonardo Santagada <[EMAIL PROTECTED]> wrote:
> No, actually my problem is that the solr index is mirroring data on a
> database (a Zope app to be more acurate) so it would be better if I
> could send the whole transaction together so I don't have to keep it
Does Solr 1.3 has been released or we have to wait??
not released yet -- it is the nightly build
>>
>
> In 1.2, you have to do one command/request in 1.3 you can do multiple:
>
> See SOLR-133 in
> http://svn.apache.org/repos/asf/lucene/solr/trunk/CHANGES.txt
>
>
Does Solr 1.3 has been released or we have to wait??
--
View this message in context:
http://w
On 10/01/2008, at 22:51, Chris Hostetter wrote:
: Can this be done on the same request? Because I am sending them on
diferent
: requests... wich suck... already dividing inserts and deletes in 2
requests is
: bad enough.
if you use persistent HTTP connections (ie: keep-alive) the network
: Can this be done on the same request? Because I am sending them on diferent
: requests... wich suck... already dividing inserts and deletes in 2 requests is
: bad enough.
if you use persistent HTTP connections (ie: keep-alive) the network
overhead goes away, and there should be negligable diff
eg
2
3
4
Can this be done on the same request? Because I am sending them on
diferent requests... wich suck... already dividing inserts and deletes
in 2 requests is bad enough.
In 1.2, you have to do one command/request in 1.3 you can do multiple:
See SOLR-133 in
http://svn.apache.org/re
On 10/01/2008, at 17:04, Norberto Meijome wrote:
On Thu, 10 Jan 2008 05:28:52 -0800 (PST)
farhanali <[EMAIL PROTECTED]> wrote:
I have deleted single id by sending delete command to solr server
but getting
error when i try to delete multiple id's.
2
3
4
is it the right syntax??
any body h
org
Cc: [EMAIL PROTECTED]
Sent: Thursday, January 10, 2008 2:04:28 PM
Subject: Re: Delte by multiple id problem
On Thu, 10 Jan 2008 05:28:52 -0800 (PST)
farhanali <[EMAIL PROTECTED]> wrote:
> I have deleted single id by sending delete command to solr server but
getting
> error when i try
On Thu, 10 Jan 2008 05:28:52 -0800 (PST)
farhanali <[EMAIL PROTECTED]> wrote:
> I have deleted single id by sending delete command to solr server but getting
> error when i try to delete multiple id's.
>
> 2
> 3
> 4
>
>
> is it the right syntax??
> any body have some idea.
AFAIK, at this time,
I have deleted single id by sending delete command to solr server but getting
error when i try to delete multiple id's.
2
3
4
is it the right syntax??
any body have some idea.
--
View this message in context:
http://www.nabble.com/Delte-by-multiple-id-problem-tp14733135p14733135.html
15 matches
Mail list logo