Re: Clustering error - Solr 8.2

2019-08-30 Thread Joe Obernberger
Mystery solved.  I added 'features' to the schema, next error was name, then manu, sku, and cat.  These are defined in solrconfig.xml under browse: text^0.5 features^1.0 name^1.2 sku^1.5 id^10.0 manu^1.1 cat^1.4 title^10.0 description^5.0 keywords^5.0 author^2.0 resourcename^1.0 text^0.5

Re: Clustering error - Solr 8.2

2019-08-29 Thread Jörn Franke
Maybe there are more details in the logfiles? It could be also that a parameter is configured with a different default? Try also to change the Solr version in solrconfig.xml to a higher one, e.g. 8.0.0 > Am 29.08.2019 um 16:12 schrieb Joe Obernberger : > > Thank you Erick. I'm upgrading from

Re: Clustering error - Solr 8.2

2019-08-29 Thread Joe Obernberger
Thank you Erick.  I'm upgrading from 7.6.0 and as far as I can tell the schema and configuration (solrconfig.xml) isn't different (apart from the version).  Right now, I'm at a loss.  I still have the 7.6.0 cluster running and the query works OK there. Sure seems like I'm missing a field

Re: Clustering error - Solr 8.2

2019-08-28 Thread Erick Erickson
What it says ;) My guess is that your configuration mentions the field “features” in, perhaps carrot.snippet or carrot.title. But it’s a guess. Best, Erick > On Aug 28, 2019, at 5:18 PM, Joe Obernberger > wrote: > > Hi All - trying to use clustering with SolrCloud 8.2, but getting this

Clustering error - Solr 8.2

2019-08-28 Thread Joe Obernberger
Hi All - trying to use clustering with SolrCloud 8.2, but getting this error: "msg":"Error from server at null: org.apache.solr.search.SyntaxError: Query Field 'features' is not a valid field name", The URL, I'm using is: http://solrServer:9100/solr/DOCS/select?q=*%3A*=/clustering=true=true

clustering in solr(carrot2)

2016-06-06 Thread Mugeesh Husain
Hello everyone, For clustering I tried to implement some test using official document https://cwiki.apache.org/confluence/display/solr/Result+Clustering. I am getting the result as below DDR 3.9599865057283354 TWINX2048-3200PRO

clustering in solr

2016-06-03 Thread Mugeesh Husain
Hello everyone, I am looking for predefined set of categories in job search application, I looked over clustering in solr. please suggest for clustering based categories or share any good link. can I achieved this using apache mahout ? Thanks -- View this message in context: http

Re: Enable Clustering for Solr war

2009-12-27 Thread AHMET ARSLAN
Hi,   I'm trying to get clustering setup for Solr 1.4 in war mode on tomcat 6. I read the instructions on the wiki, checked out the trunk and got the downloaded libraries. There's no instruction on what to do with them so I copied them to tomcat/lib directory. I set property to enable

Re: Enable Clustering for Solr war

2009-12-27 Thread Darren Govoni
Hey thanks. That worked. On Sun, 2009-12-27 at 13:12 -0800, AHMET ARSLAN wrote: apache-solr-clustering-1.4.0.jar

Re: Clustering Carrot2 + Solr

2009-01-14 Thread Grant Ingersoll
No problem, please add any and all comments onto the JIRA issue. Especially your take on the formats, etc. I will probably get to committing by the end of the month. Also, do you have any interest in other clustering algorithms? I have in my head to allow for Mahout to do offline

Re: Clustering Carrot2 + Solr

2009-01-13 Thread Grant Ingersoll
I've updated the patch for trunk. I _believe_ it should now work. -Grant On Jan 8, 2009, at 9:32 AM, Jean-Philip EIMECKE wrote: Thanks for considering my problem Cheers, Jean-Philip Eimecke

Re: Clustering Carrot2 + Solr

2009-01-13 Thread Jean-Philip EIMECKE
Thank you so much Grant Cheers -- Jean-Philip Eimecke jpeime...@gmail.com

Re: Clustering Carrot2 + Solr

2009-01-08 Thread Jean-Philip EIMECKE
hunks FAILED -- saving rejects to file NOTICE.txt.rej patching file LICENSE.txt Reversed (or previously applied) patch detected! Assume -R? [n] n Apply anyway? [n] n Skipping patch. 7 out of 7 hunks ignored -- saving rejects to file LICENSE.txt.rej patching file contrib/clustering/lib/solr-carrot2

Re: Clustering Carrot2 + Solr

2009-01-08 Thread Jean-Philip EIMECKE
Thanks for considering my problem Cheers, Jean-Philip Eimecke

Clustering Carrot2 + Solr

2009-01-07 Thread Jean-Philip EIMECKE
Hi! I want to establish a system of clustering but i don't know how i must realize this operation. I have seen that the use of SOLR-769 Patch was advised but I don't know what I must do with clustering-libs.tar and SOLR-769.patch. Can you explain me the procedure to run clustering with Solr

Re: Clustering Carrot2 + Solr

2009-01-07 Thread Otis Gospodnetic
Message From: Jean-Philip EIMECKE jpeime...@gmail.com To: solr-user@lucene.apache.org Sent: Wednesday, January 7, 2009 6:46:18 AM Subject: Clustering Carrot2 + Solr Hi! I want to establish a system of clustering but i don't know how i must realize this operation. I have seen that the use

Re: Clustering Carrot2 + Solr

2009-01-07 Thread Grant Ingersoll
EIMECKE wrote: Hi! I want to establish a system of clustering but i don't know how i must realize this operation. I have seen that the use of SOLR-769 Patch was advised but I don't know what I must do with clustering-libs.tar and SOLR-769.patch. Can you explain me the procedure to run clustering