So erase my solr folder and started from scratch.

>From the example folder I "java -jar start.jar" but there was a
solrconfig.xml missing. I copied this file from Solr-3.4.0 to my Solr-3.5.0
folder.

Now http://localhost:8983/solr/admin works but
http://localhost:8983/solr/browse gives me this result instead of a GUI:

  <?xml version="1.0" encoding="UTF-8" ?>
 - <http://localhost:8983/solr/browse#> <response>
 - <http://localhost:8983/solr/browse#> <lst name="*responseHeader*">
   <int name="*status*">0</int>
   <int name="*QTime*">1297</int>
   <lst name="*params*" />
  </lst>
   <result name="*response*" numFound="*0*" start="*0*" maxScore="*0.0*" />
 - <http://localhost:8983/solr/browse#> <lst name="*facet_counts*">
 - <http://localhost:8983/solr/browse#> <lst name="*facet_queries*">
   <int name="*ipod*">0</int>
   <int name="*GB*">0</int>
  </lst>
 - <http://localhost:8983/solr/browse#> <lst name="*facet_fields*">
   <lst name="*cat*" />
   <lst name="*manu_exact*" />
  </lst>
   <lst name="*facet_dates*" />
 - <http://localhost:8983/solr/browse#> <lst name="*facet_ranges*">
 - <http://localhost:8983/solr/browse#> <lst name="*price*">
   <lst name="*counts*" />
   <float name="*gap*">50.0</float>
   <float name="*start*">0.0</float>
   <float name="*end*">600.0</float>
   <int name="*after*">0</int>
  </lst>
 - <http://localhost:8983/solr/browse#> <lst name="*popularity*">
   <lst name="*counts*" />
   <int name="*gap*">3</int>
   <int name="*start*">0</int>
   <int name="*end*">12</int>
   <int name="*after*">0</int>
  </lst>
 - <http://localhost:8983/solr/browse#> <lst name="*manufacturedate_dt*">
   <lst name="*counts*" />
   <str name="*gap*">+1YEAR</str>
   <date name="*start*">2002-01-01T00:00:00Z</date>
   <date name="*end*">2013-01-01T00:00:00Z</date>
   <int name="*before*">0</int>
   <int name="*after*">0</int>
  </lst>
  </lst>
  </lst>
  </response>

Plz help, this is exhausting

Remi

On Thu, Jan 19, 2012 at 3:02 PM, Erik Hatcher <erik.hatc...@gmail.com>wrote:

> /browse is defined solrconfig.xml.  Its details need adjusting for
> datasets other than the example data that ships with Solr.  Templates may
> also need adjusting, but does handle arbitrary facet fields automatically.
>
>   Erik
>
> On Jan 19, 2012, at 7:56, remi tassing <tassingr...@gmail.com> wrote:
>
> > I can get the error:
> > HTTP ERROR 400
> >
> > Problem accessing /solr/browse. Reason:
> >
> >    undefined field cat
> >
> > ------------------------------
> > *Powered by Jetty://*
> >
> > On Thu, Jan 19, 2012 at 2:44 PM, remi tassing <tassingr...@gmail.com>
> wrote:
> >
> >> Hi,
> >>
> >> I tried everything I could, changed version but nada!
> >>
> >> Is there a working tutorial on how to make Nutch, Solr and Solritas
> work?
> >>
> >> Remi
> >>
>

Reply via email to