Re: Problems with DIH in Solrj

2013-05-27 Thread Shawn Heisey
On 5/27/2013 10:20 AM, Hans-Peter Stricker wrote: > Marvelous!! > > Once again: where could/should I have read this? What kinds of > concepts/keywords are "command" and "full-import"? (Couldn't find them > in any config file. Where are they explained?) > > Anyway: Now it works like a charm! http

Re: Problems with DIH in Solrj

2013-05-27 Thread Shalin Shekhar Mangar
in > any config file. Where are they explained?) > > Anyway: Now it works like a charm! > > Thanks > > Hans > > > > --** > From: "Shalin Shekhar Mangar" > Sent: Monday, May 27, 2013 6:09 PM > To:

Re: Problems with DIH in Solrj

2013-05-27 Thread Hans-Peter Stricker
ke a charm! Thanks Hans -- From: "Shalin Shekhar Mangar" Sent: Monday, May 27, 2013 6:09 PM To: Subject: Re: Problems with DIH in Solrj Your program is not specifying a command. You need to add: query.setParam("command", "full-import"); On Mon, May 27, 2013 at

Re: Problems with DIH in Solrj

2013-05-27 Thread Shalin Shekhar Mangar
Your program is not specifying a command. You need to add: query.setParam("command", "full-import"); On Mon, May 27, 2013 at 9:31 PM, Hans-Peter Stricker wrote: > I start the SOLR example with > > java -Dsolr.solr.home=example-DIH/solr -jar start.jar > > and run > > public static void main(Stri