Re: Issue with Java Client code

2009-01-05 Thread Erik Hatcher
On Jan 5, 2009, at 8:25 AM, Kalidoss MM wrote: Is it possible to issue the commit to the Solr Server from that java code it self?? Of course... using CommonsHttpSolrServer#commit Erik I have tried the same by issueing the command in terminal (/solr/bin/./commit) and it worked..

Re: Issue with Java Client code

2009-01-05 Thread Kalidoss MM
Is it possible to issue the commit to the Solr Server from that java code it self?? I have tried the same by issueing the command in terminal (/solr/bin/./commit) and it worked.. Please let me know. is it possible to do the same in java code it self? kalidoss.m, On Mon, Jan 5, 2009 at 6:18 PM,

Re: Issue with Java Client code

2009-01-05 Thread Erik Hatcher
On Jan 5, 2009, at 7:33 AM, Kalidoss MM wrote: We have created a Java EmbeddedSolrServer Client Code, I can able to add, delete, update the Solr content - At the same time i cant able to search the updated conente from the Running Solr client(jetty) web interface. My requirement is, All

Issue with Java Client code

2009-01-05 Thread Kalidoss MM
Hi, We have created a Java EmbeddedSolrServer Client Code, I can able to add, delete, update the Solr content - At the same time i cant able to search the updated conente from the Running Solr client(jetty) web interface. My requirement is, All search need to happen from/by running web S