RE: DataImportHandler in Solr 4.0

2012-01-18 Thread Dyer, James
al Message- From: Rob [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 n

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: http://lucene.472066.n3.nabble.com/DataImportHandler-in-Solr-4-0-tp2563

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") -Hos

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-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. wrote: > The DIH is no longer supplied embedded in the Solr war file. You nee

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. Thi

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 wrote: > Curious...why was this feature removed? > > Adam > > On Feb 23, 2011, at 6:55 PM, "Smiley, David W." wrote: > >> The DIH is no longer

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." 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 solrconfig.xml to resolve this. > > ~ David Smiley > Author

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 http://www.packtpub.com/solr-1-4-enterprise-search-server/ On Feb 23, 2011, at 4:11 PM, Alexandre Rocco wrote: > Hi guys, > > I'm having some issues when trying to us

DataImportHandler in Solr 4.0

2011-02-23 Thread Alexandre Rocco
Hi guys, I'm having some issues when trying to use the DataImportHandler on Solr 4.0. I've downloaded the latest nightly build of Solr 4.0 and configured normally (on the example folder) solrconfig.xml file like this: data-config.xml At this point I noticed that the DIH jar was not being lo

DataImportHandler in Solr 4.0

2011-02-23 Thread Alexandre Rocco
Hi guys, I'm having some issues when trying to use the DataImportHandler on Solr 4.0. I've downloaded the latest nightly build of Solr 4.0 and configured normally (on the example folder) solrconfig.xml file like this: data-config.xml At this point I noticed that the DIH jar was not being loa