RE: Migrating to Solr 6.1.0 from 5.5.0

2016-10-06 Thread M, Arjun (Nokia - IN/Bangalore)
y/solr/Spatial+Search --Arjun -Original Message- From: David Smiley [mailto:david.w.smi...@gmail.com] Sent: Thursday, September 29, 2016 8:03 PM To: solr-user@lucene.apache.org Subject: Re: Migrating to Solr 6.1.0 from 5.5.0 Arjun, Your input is a POLYGON -- as seen in the error message. The &

Re: Migrating to Solr 6.1.0 from 5.5.0

2016-09-29 Thread David Smiley
Arjun, Your input is a POLYGON -- as seen in the error message. The "Try JTS" was hopefully a clue -- on https://cwiki.apache.org/confluence/display/solr/Spatial+Search search for "JTS" and you should see how to set the spatialContextFactory to JTS, and a mention of needing JTS jar. I'll try and

Re: Migrating to Solr 6.1.0 from 5.5.0

2016-09-27 Thread William Bell
the documentation is not good on this. Not sure how to fix it either. On Tue, Sep 27, 2016 at 3:41 AM, M, Arjun (Nokia - IN/Bangalore) < arju...@nokia.com> wrote: > Hi, > > We are getting the below errors when migrating Solr from 5.5.0 to > 6.1.0. Could anyone help in resolving the issue,

Migrating to Solr 6.1.0 from 5.5.0

2016-09-27 Thread M, Arjun (Nokia - IN/Bangalore)
Hi, We are getting the below errors when migrating Solr from 5.5.0 to 6.1.0. Could anyone help in resolving the issue, if you have come across this? org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:41569/solr/collection1

Some errors migrating to solr cloud

2015-12-04 Thread tedsolr
de with the ZK? Why didn't "solr stop -all" work? -- View this message in context: http://lucene.472066.n3.nabble.com/Some-errors-migrating-to-solr-cloud-tp4243594.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Lucene version error after migrating to Solr 3.5

2011-12-08 Thread Erick Erickson
OK, migrating to Solr 3.5 from what? But what it *looks* like is that you are running a 3.5 config (see luceneMatchVersion in solrconfig.xml) against a 3.3 Solr installation. In other words it might be that you're running the old code against a new schema. But I'll freely admi

Re: Lucene version error after migrating to Solr 3.5

2011-12-08 Thread Kissue Kissue
After migrating to Solr 3.5, i restart tomcat and i get the error below. Any ideas what i am doing wrong? SEVERE: org.apache.solr.common.SolrException: Invalid luceneMatchVersion 'LUCENE_35', valid values are: [LUCENE_20, LUCENE_21, LUCENE_22, LU CENE_23, LUCENE_24, LUCENE_29,

Re: Migrating to Solr

2010-03-01 Thread Chris Hostetter
: is this true, no downloaded copy of the documentprocessor : anywhere available? By the looks of that URL the SVN respository seems to have been hozed -- but more the point if people have questions about sesat.no code, then perhaps you should try emailing the "Contact us" address at the bottom

Re: Migrating to Solr

2010-02-25 Thread Bernd Fehling
Hi list, is this true, no downloaded copy of the documentprocessor anywhere available? Regards, Bernd Bernd Fehling schrieb: > Was anyone able to get a copy of: > http://sesat.no/svn/sesat-documentprocessor/ > > Unfortunately it is offline. > > Would be pleased to get a copy. > > Regards, >

Re: Need help Migrating to Solr

2010-01-14 Thread Sven Maurmann
Hi, since we did some kind of migration in a similar situation in the recent past, I might add some (hopefully helpful) remarks: If You use a Lucene-based application right now, You might already have an idea of which fields You want to store in Solr. Since You already do analyzing of fields

Re: Need help Migrating to Solr

2010-01-14 Thread Grant Ingersoll
I've done a fair number of migrations, but it's kind of hard to give generic advice on it. Specific questions as you dig in would be best. I'd probably, at least, just start with a simple schema that models most of your data and get Solr up and ingesting it. Then run some queries against it

RE: Need help Migrating to Solr

2010-01-13 Thread Harsch, Timothy J. (ARC-TI)[PEROT SYSTEMS]
-user@lucene.apache.org Subject: Need help Migrating to Solr Hi I am new to the solr technology. We have been using lucene for handling searching in our web application www.toostep.com which is a knowledge sharing platform developed in java using Spring MVC architecture and iBatis as the persistance fram

Need help Migrating to Solr

2010-01-12 Thread Abin Mathew
Hi I am new to the solr technology. We have been using lucene for handling searching in our web application www.toostep.com which is a knowledge sharing platform developed in java using Spring MVC architecture and iBatis as the persistance framework. Now that the application is getting very comple

Re: Migrating to Solr

2009-11-24 Thread Otis Gospodnetic
Except http://sesat.no/ hasn't been reachable for about 2 days now Google cache to the rescue! Otis - Original Message > From: Shashi Kant > To: solr-user@lucene.apache.org > Sent: Tue, November 24, 2009 10:05:30 AM > Subject: Re: Migrating to Solr > > He

Re: Migrating to Solr

2009-11-24 Thread Lance Norskog
Collections in FAST do not exist in Solr. A FAST collection can be implemented in Solr using facets or shards. The collection abstraction in FAST is actually more shard-like in semantics: it is a separate top-level set of content. This has strong ramifications for relevance: if collections have the

Re: Migrating to Solr

2009-11-24 Thread Tommy Molto
This is really a great source of migration. I guess i will have good questions after trying. But what i know that will be a little harder will be the use of collections (facets in Solr) and hierarquical navigators. On Tue, Nov 24, 2009 at 1:05 PM, Shashi Kant wrote: > Here is a link that might b

Re: Migrating to Solr

2009-11-24 Thread Shashi Kant
Here is a link that might be helpful: http://sesat.no/moving-from-fast-to-solr-review.html The site is choc-a-bloc with great information on their migration experience. On Tue, Nov 24, 2009 at 8:55 AM, Tommy Molto wrote: > Hi, > > I'm new at Solr and i need to make a "test pilot" of a migrati

Re: Migrating to Solr

2009-11-24 Thread Grant Ingersoll
I've done been involved with a fair share of these migrations now, what are you looking for? On Nov 24, 2009, at 8:55 AM, Tommy Molto wrote: > Hi, > > I'm new at Solr and i need to make a "test pilot" of a migration from Fast > ESP to Apache Solr, anyone had this experience before? > > > Att,

Re: Migrating to Solr

2009-11-24 Thread Lukáš Vlček
Hi, I think there were some links about FAST to Solr migration published recently. See: http://blog.isabel-drost.de/index.php/archives/110/moving-from-fast-to-solr However, as of writing those links are not working, not sure what happend... Regards, Lukas On Tue, Nov 24, 2009 at 2:55 PM, Tommy

Migrating to Solr

2009-11-24 Thread Tommy Molto
Hi, I'm new at Solr and i need to make a "test pilot" of a migration from Fast ESP to Apache Solr, anyone had this experience before? Att,