|
remi tassing
2012-01-19, 12:44
remi tassing
2012-01-19, 12:56
Erik Hatcher
2012-01-19, 13:02
remi tassing
2012-01-19, 13:10
Nicholas Fellows
2012-01-19, 13:35
remi tassing
2012-01-19, 13:37
Nicholas Fellows
2012-01-19, 14:19
remi tassing
2012-01-20, 12:57
remi tassing
2012-01-20, 18:23
Erik Hatcher
2012-01-20, 21:23
Steven A Rowe
2012-01-20, 21:34
Erik Hatcher
2012-01-20, 22:18
remi tassing
2012-01-21, 15:51
Erik Hatcher
2012-01-21, 16:07
|
-
Just can't get Solritas to work, help!remi tassing 2012-01-19, 12:44
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
-
Re: Just can't get Solritas to work, help!remi tassing 2012-01-19, 12:56
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 >
-
Re: Just can't get Solritas to work, help!Erik Hatcher 2012-01-19, 13:02
/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 >>
-
Re: Just can't get Solritas to work, help!remi tassing 2012-01-19, 13:10
I think I get your point.
Is there any solrconfig.xml sample that works with nutch in a default configuration? Just something to start play with 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 > >> >
-
Re: Just can't get Solritas to work, help!Nicholas Fellows 2012-01-19, 13:35
Heya,
Question for you guys, Im trying to use the solr "analysis.jsp" tool to debug a solr query. I cant work out how to input sample data for the Field Value (Index) box when the data is multiValued. I was wondering if you could explain how to do this or point me to the documentation where this is explained (as i've not found anything helpful). I am of course assuming that the analyser supports multiValued data. Help Greatfully Appreciated! Cheers N .. -- Nick Fellows DJdownload.com
-
Re: Just can't get Solritas to work, help!remi tassing 2012-01-19, 13:37
Hey Nick,
could you plz create a new thread? Remi On Thu, Jan 19, 2012 at 3:35 PM, Nicholas Fellows <[EMAIL PROTECTED]>wrote: > Heya, > > Question for you guys, Im trying to use the solr "analysis.jsp" tool > to debug a solr query. > I cant work out how to input sample data for the Field Value (Index) > box when the data is multiValued. > > I was wondering if you could explain how to do this or point me to the > documentation where this is explained > (as i've not found anything helpful). > > I am of course assuming that the analyser supports multiValued data. > > Help Greatfully Appreciated! > > Cheers > > N .. > > -- > Nick Fellows > DJdownload.com >
-
Re: Just can't get Solritas to work, help!Nicholas Fellows 2012-01-19, 14:19
Sincere apologies
My Bad! N ... On 19 January 2012 13:37, remi tassing <[EMAIL PROTECTED]> wrote: > Hey Nick, > > could you plz create a new thread? > > Remi > > On Thu, Jan 19, 2012 at 3:35 PM, Nicholas Fellows <[EMAIL PROTECTED]>wrote: > >> Heya, >> >> Question for you guys, Im trying to use the solr "analysis.jsp" tool >> to debug a solr query. >> I cant work out how to input sample data for the Field Value (Index) >> box when the data is multiValued. >> >> I was wondering if you could explain how to do this or point me to the >> documentation where this is explained >> (as i've not found anything helpful). >> >> I am of course assuming that the analyser supports multiValued data. >> >> Help Greatfully Appreciated! >> >> Cheers >> >> N .. >> >> -- >> Nick Fellows >> DJdownload.com >> -- Nick Fellows DJdownload.com ----------------------------------- 10 Greenland Street London NW10ND United Kingdom ----------------------------------- [EMAIL PROTECTED] (E) ----------------------------------- www.djdownload.com
-
Re: Just can't get Solritas to work, help!remi tassing 2012-01-20, 12:57
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 <[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 > >> >
-
Re: Just can't get Solritas to work, help!remi tassing 2012-01-20, 18:23
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 >> >> > >
-
Re: Just can't get Solritas to work, help!Erik Hatcher 2012-01-20, 21:23
On Jan 20, 2012, at 13:23 , remi tassing wrote: > The tutorial works with Solr-3.4.0! It works for 3.5 too... via Jetty as prescribed by the tutorial. No? > Should the tutorial be updated with newer versions? Have you tried the instructions here? http://www.lucidimagination.com/search/document/48b9e75fe68be4b7 I'll fix 3.6 so that it doesn't have this issue (haven't done it yet, but will ASAP), but it's purely a config issue really and can be made to work just fine with Tomcat by a little environment or config tweak using Solr's example configuration. Let me know if you start from scratch and try the suggestions mentioned in that link. Erik
-
RE: Just can't get Solritas to work, help!Steven A Rowe 2012-01-20, 21:34
Erik,
I've already backported SOLR-2718 - is that what you were referring to when you said you would fix 3.6? Steve > -----Original Message----- > From: Erik Hatcher [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 20, 2012 4:23 PM > To: [EMAIL PROTECTED] > Subject: Re: Just can't get Solritas to work, help! > > > On Jan 20, 2012, at 13:23 , remi tassing wrote: > > The tutorial works with Solr-3.4.0! > > It works for 3.5 too... via Jetty as prescribed by the tutorial. No? > > > Should the tutorial be updated with newer versions? > > Have you tried the instructions here? > > http://www.lucidimagination.com/search/document/48b9e75fe68be4b7 > > I'll fix 3.6 so that it doesn't have this issue (haven't done it yet, but > will ASAP), but it's purely a config issue really and can be made to work > just fine with Tomcat by a little environment or config tweak using Solr's > example configuration. Let me know if you start from scratch and try the > suggestions mentioned in that link. > > Erik
-
Re: Just can't get Solritas to work, help!Erik Hatcher 2012-01-20, 22:18
Steve - sorry... yeah, that one. I missed your backport as of yesterday. I'll give it a whirl, but I'm confident all is well. Thanks!
Erik On Jan 20, 2012, at 16:34 , Steven A Rowe wrote: > Erik, > > I've already backported SOLR-2718 - is that what you were referring to when you said you would fix 3.6? > > Steve > >> -----Original Message----- >> From: Erik Hatcher [mailto:[EMAIL PROTECTED]] >> Sent: Friday, January 20, 2012 4:23 PM >> To: [EMAIL PROTECTED] >> Subject: Re: Just can't get Solritas to work, help! >> >> >> On Jan 20, 2012, at 13:23 , remi tassing wrote: >>> The tutorial works with Solr-3.4.0! >> >> It works for 3.5 too... via Jetty as prescribed by the tutorial. No? >> >>> Should the tutorial be updated with newer versions? >> >> Have you tried the instructions here? >> >> http://www.lucidimagination.com/search/document/48b9e75fe68be4b7 >> >> I'll fix 3.6 so that it doesn't have this issue (haven't done it yet, but >> will ASAP), but it's purely a config issue really and can be made to work >> just fine with Tomcat by a little environment or config tweak using Solr's >> example configuration. Let me know if you start from scratch and try the >> suggestions mentioned in that link. >> >> Erik >
-
Re: Just can't get Solritas to work, help!remi tassing 2012-01-21, 15:51
In the Solr-3.5 zip file I downloaded there was no solrconfig.xml
On Friday, January 20, 2012, Erik Hatcher <[EMAIL PROTECTED]> wrote: > > On Jan 20, 2012, at 13:23 , remi tassing wrote: >> The tutorial works with Solr-3.4.0! > > It works for 3.5 too... via Jetty as prescribed by the tutorial. No? > >> Should the tutorial be updated with newer versions? > > Have you tried the instructions here? > > http://www.lucidimagination.com/search/document/48b9e75fe68be4b7 > > I'll fix 3.6 so that it doesn't have this issue (haven't done it yet, but will ASAP), but it's purely a config issue really and can be made to work just fine with Tomcat by a little environment or config tweak using Solr's example configuration. Let me know if you start from scratch and try the suggestions mentioned in that link. > > Erik > >
-
Re: Just can't get Solritas to work, help!Erik Hatcher 2012-01-21, 16:07
The downloads definitely include an -example- configuration. Look under example/solr/conf
Erik On Jan 21, 2012, at 10:51, remi tassing <[EMAIL PROTECTED]> wrote: > In the Solr-3.5 zip file I downloaded there was no solrconfig.xml > > On Friday, January 20, 2012, Erik Hatcher <[EMAIL PROTECTED]> wrote: >> >> On Jan 20, 2012, at 13:23 , remi tassing wrote: >>> The tutorial works with Solr-3.4.0! >> >> It works for 3.5 too... via Jetty as prescribed by the tutorial. No? >> >>> Should the tutorial be updated with newer versions? >> >> Have you tried the instructions here? >> >> http://www.lucidimagination.com/search/document/48b9e75fe68be4b7 >> >> I'll fix 3.6 so that it doesn't have this issue (haven't done it yet, but > will ASAP), but it's purely a config issue really and can be made to work > just fine with Tomcat by a little environment or config tweak using Solr's > example configuration. Let me know if you start from scratch and try the > suggestions mentioned in that link. >> >> Erik >> >> |