Check your Solr log. It's likely to trip over the absense of the versioning field.
-----Original message----- > From:Daniel <[email protected]> > Sent: Mon 02-Jul-2012 15:05 > To: [email protected] > Subject: Solr 4.x and Nutch 1.5 > > Hey, > > i have Solr 4.0 (Nightly-Build) and Nutch 1.5 > And if i go to http://localhost:8983/solr/ - i see the interface. > > I copied the schema-solr4.xml from the nutch directory to the solr > directory, because i want to connect solr and nutch. > After this i start solr again (java -jar start.jar), but then i visit > http://localhost:8983/solr/ and there is this error: > > -------------- > > This interface requires that you activate the admin request handlers, > add the following configuration to your |solrconfig.xml: > | > > |<!-- Admin Handlers - This will register all the standard admin > RequestHandlers. --> > <requestHandler name="/admin/" class="solr.admin.AdminHandlers" /> > |-------------- > | > But in solrconfig.xml is this configuration exactly. What must i do? > > Thank you for your help. > | > > > >

