The tutorial works with Solr-3.4.0! Should the tutorial be updated with newer versions?
Remi On Friday, January 20, 2012, remi tassing <[email protected]> wrote: > 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" ?> > - <response> > - <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" /> > - <lst name="facet_counts"> > - <lst name="facet_queries"> > <int name="ipod">0</int> > <int name="GB">0</int> > </lst> > - <lst name="facet_fields"> > <lst name="cat" /> > <lst name="manu_exact" /> > </lst> > <lst name="facet_dates" /> > - <lst name="facet_ranges"> > - <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> > - <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> > - <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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 >> >> > >
