RE: Migrate Solr 3.4 w/ solr-1255 GeoHash to Solr 4

2013-03-08 Thread Parks, Harley
Yes. Success. I was able to successfully migrate solr 3.4 w/ solr-2155 solrconfig.xml and schema.xml; but I had to rebuild the database (solr index data folder). fieldType name=geohash_rpt class=solr.SpatialRecursivePrefixTreeFieldType geo=true distErrPct=0 maxLevels=12

RE: Migrate Solr 3.4 w/ solr-1255 GeoHash to Solr 4

2013-03-07 Thread Parks, Harley
Hi David Smiley: We use a 3rd party software to load Solr 3.4 so the behavior needs to be transparent with the migration to 4.1, but I was expecting that I would need to rebuild the solr database. I moved/added the old solr 3.4 core to solr 4.1, with only minor modification (commented out

RE: Migrate Solr 3.4 w/ solr-1255 GeoHash to Solr 4

2013-03-07 Thread Parks, Harley
David Smiley: Because we use a 3rd party software.. I checked to see if this would still worked... search query still works. But adding data seems to be broken, likely because of the geohash type. So, below is the log file, which tells me to upgrade If possible, it would be great to simply

Migrate Solr 3.4 w/ solr-1255 GeoHash to Solr 4

2013-03-06 Thread Parks, Harley
I'm having trouble migrating the geohash fields from my Solr 3.4 schema to the Solr 4 schema. this is the 3.4 type and class: fieldType name=geohash class=solr2155.solr.schema.GeoHashField length=12/ is the below Solr 4 spatial type the right configuration to implement data being stored in