RE: DataImportHandler in Solr 4.0

2012-01-18 Thread Dyer, James
[mailto:rlusa...@gmail.com] Sent: Tuesday, January 17, 2012 6:38 PM To: solr-user@lucene.apache.org Subject: Re: DataImportHandler in Solr 4.0 Not a java pro, and the documentation hasn't been updated to include these instructions (at least that I could find). What do I need to do to perform the steps

Re: DataImportHandler in Solr 4.0

2012-01-17 Thread Rob
Not a java pro, and the documentation hasn't been updated to include these instructions (at least that I could find). What do I need to do to perform the steps that Alexandre is talking about? -- View this message in context:

Re: DataImportHandler in Solr 4.0

2011-02-24 Thread Mark
It seems this thread has been hijacked. My initial posting was in regards to my custom Evaluators always receiving a null context. Same Evaluators work in 1.4.1 On 2/23/11 5:47 PM, Alexandre Rocco wrote: I got it working by building the DIH from the contrib folder and made a change on the lib

Re: DataImportHandler in Solr 4.0

2011-02-24 Thread Chris Hostetter
: It seems this thread has been hijacked. My initial posting was in regards to : my custom Evaluators always receiving a null context. Same Evaluators work in : 1.4.1 I'm pretty sure you are talking about a completely different thread, with a completely differnet subject (Solr 4.0 DIH) -Hoss

Re: DataImportHandler in Solr 4.0

2011-02-23 Thread Smiley, David W.
The DIH is no longer supplied embedded in the Solr war file. You need to get it on the classpath somehow. You could add another lib... statement to solrconfig.xml to resolve this. ~ David Smiley Author: http://www.packtpub.com/solr-1-4-enterprise-search-server/ On Feb 23, 2011, at 4:11 PM,

Re: DataImportHandler in Solr 4.0

2011-02-23 Thread Estrada Groups
Curious...why was this feature removed? Adam On Feb 23, 2011, at 6:55 PM, Smiley, David W. dsmi...@mitre.org wrote: The DIH is no longer supplied embedded in the Solr war file. You need to get it on the classpath somehow. You could add another lib... statement to solrconfig.xml to resolve

Re: DataImportHandler in Solr 4.0

2011-02-23 Thread Bill Bell
It is a contrib module. But the example solrconfig should have the lib set. Bill Bell Sent from mobile On Feb 23, 2011, at 5:13 PM, Estrada Groups estrada.adam.gro...@gmail.com wrote: Curious...why was this feature removed? Adam On Feb 23, 2011, at 6:55 PM, Smiley, David W.

Re: DataImportHandler in Solr 4.0

2011-02-23 Thread Chris Hostetter
: Curious...why was this feature removed? it hasn't been removed, it still ships with the solr releases as a contrib jar the same way it always did. what changed is that in the past it was mistakenly/foolishly/inexplicable also included in the solr.war -- even though it didn't need to be.

Re: DataImportHandler in Solr 4.0

2011-02-23 Thread Alexandre Rocco
I got it working by building the DIH from the contrib folder and made a change on the lib statements to map the folder that contains the .jar files. Thanks! Alexandre On Wed, Feb 23, 2011 at 8:55 PM, Smiley, David W. dsmi...@mitre.org wrote: The DIH is no longer supplied embedded in the Solr