Re: using deletebyid with solrj

2013-04-21 Thread Shawn Heisey
On 4/20/2013 11:21 PM, Tania Marinova wrote: > so my question is as I have the abillity to index one partricular row (you > saw my code) how can I reindex in the same way one particular row assuming > that I know the id of that row (so i can select it) so it's no longer indexed > in solr. My da

Re: using deletebyid with solrj

2013-04-21 Thread Erick Erickson
My database is postgresql. > > > > > > From: Shawn Heisey > To: solr-user@lucene.apache.org > Sent: Saturday, April 20, 2013 11:40 PM > Subject: Re: using deletebyid with solrj > > > On 4/20/2013 12:12 PM, Tania Marinova wrote: >

Re: using deletebyid with solrj

2013-04-20 Thread Tania Marinova
select it) so it's no longer indexed in solr. My database is postgresql. From: Shawn Heisey To: solr-user@lucene.apache.org Sent: Saturday, April 20, 2013 11:40 PM Subject: Re: using deletebyid with solrj On 4/20/2013 12:12 PM, Tania Marinova wrote: &g

Re: using deletebyid with solrj

2013-04-20 Thread Shawn Heisey
On 4/20/2013 12:12 PM, Tania Marinova wrote: > Hello I'm new to solr and especially solrj. I have made a java apllication > which can index my neut I can't findw inserted row in the database (which is > what I want) > But now I ask Is there any way to delete the index of this row if for example

using deletebyid with solrj

2013-04-20 Thread Tania Marinova
Hello I'm new to solr and especially solrj. I have made a java apllication which can index my neut I can't findw inserted row in the database  (which is what I want) But now I ask Is there any way to delete the index of this row if for example the user decides to delete it from teh database so i