Re: Transactions and Solr Was: Re: Delte by multiple id problem

2008-01-23 Thread Chris Hostetter
: 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

Re: Transactions and Solr Was: Re: Delte by multiple id problem

2008-01-23 Thread Chris Harris
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

Re: Transactions and Solr Was: Re: Delte by multiple id problem

2008-01-16 Thread Chris Hostetter
: 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

Re: Transactions and Solr Was: Re: Delte by multiple id problem

2008-01-12 Thread Otis Gospodnetic
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]>

Transactions and Solr Was: Re: Delte by multiple id problem

2008-01-12 Thread Leonardo Santagada
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

Re: Delte by multiple id problem

2008-01-12 Thread Norberto Meijome
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

Re: Delte by multiple id problem

2008-01-11 Thread Ryan McKinley
Does Solr 1.3 has been released or we have to wait?? not released yet -- it is the nightly build

Re: Delte by multiple id problem

2008-01-10 Thread farhanali
>> > > 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

Re: Delte by multiple id problem

2008-01-10 Thread Leonardo Santagada
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

Re: Delte by multiple id problem

2008-01-10 Thread Chris Hostetter
: 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

Re: Delte by multiple id problem

2008-01-10 Thread Ryan McKinley
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

Re: Delte by multiple id problem

2008-01-10 Thread Leonardo Santagada
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

Re: Delte by multiple id problem

2008-01-10 Thread Otis Gospodnetic
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

Re: Delte by multiple id problem

2008-01-10 Thread Norberto Meijome
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,

Delte by multiple id problem

2008-01-10 Thread farhanali
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