In solr reference guide, I read that need to go to next major version and
cannot jump ahead next major verison, as indexes will not work. I did not
attempt from 5.3 to 7.x or 8.x though.
Thanks,
Ilango
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
Shawn,
Is it advisable to goto 6.6 or 6.0 from 5.3.0 ?'
Thanks,
Ilango
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
Thanks Shawn. It worked after i explicitly mentioned docValues=False for the
fields am using in managed-schema.
So in case if I need to re index from scratch in new version, is there any
better way of doing that quickly ?
Thanks,
Ilango
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User
Am trying to upgrade from solr (cloud mode ) 5.3 to 6.0. My ZK version is
3.4.6
I updated the schema from 6.0 and started back solr as 6.0. All the old data
is present. I have a UI, where all the files are displayed ( by search from
solr).
When I add new data , faceting is not working and having i
Am trying to upgrade my solr (cloud mode ) from 5.3 to 6.0 version. My Zk
verison is 3.4.6.
After updating schema and starting solr as 6.0, all the nodes health look
fine. When I add new files and they goto all the shards, faceting stops
working. I have a UI where the files are displayed ( search
I upgraded my AD solr cloud environment from solr5.3 to 6.0 and everything
worked fine.
But when i did QA, after the upgrade stats and facet queries are not working
as expected.
when I run
q=APPL_TOKN_ID_s:testApplication2&facet.limit=100&facet.field=CTNT_FILE_PATH_NM_s&fl=CTNT_FILE_PATH_NM_s&star
Am using external zookeeper ensemble (3.4.6) and solr cloud (5.3).
Have 2 shards for a collection in solr cloud. Have 2 datacenters DC1 and
Dc2.
Each shard has 2 nodes, 1 on DC1 and another on DC2.
We have added DC1 nodes to solr-DC1 load balancer and DC2 nodes to solr-DC2
load balancer.
The applic