Member since
09-24-2013
5
Posts
2
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
19690 | 09-25-2013 11:15 AM |
08-06-2015
10:46 AM
First, try to index only couple of records. If that doesn't work then recheck the data values and data types used. If it works then index the data in small batches ... I faced a similar issue if more than 200 records are indexed.
... View more
10-16-2013
09:09 AM
We are working on such a feature, should be available soon. Meanwhile you can work around it by touching all cells without significantly modifying them, e.g. by updating the timestamp. Wolfgang.
... View more
10-04-2013
08:14 AM
Hi Chris, I tried your suggestions... and various alternatives: [zk: localhost:2181(CONNECTED) 8] ls /
[configs, solr,n1:2181, zookeeper, solr.xml, solr,n1.hdc:2181, solr]
[zk: localhost:2181(CONNECTED) 9] ls /solr
[clusterstate.json, aliases.json, solr.xml, live_nodes, overseer, collections, overseer_elect]
[zk: localhost:2181(CONNECTED) 10] ls /solr/collections
[]
[zk: localhost:2181(CONNECTED) 11] ls /solr,n1:2181
[solr]
[zk: localhost:2181(CONNECTED) 12] ls /solr,n1:2181/solr
[configs]
[zk: localhost:2181(CONNECTED) 13] ls /solr,n1:2181/solr/configs
[collection4]
[zk: localhost:2181(CONNECTED) 14] ls /solr,n1.hdc:2181/solr
[configs]
[zk: localhost:2181(CONNECTED) 15] ls /solr,n1.hdc:2181/solr/configs
[collection2, collection1]
[zk: localhost:2181(CONNECTED) 16] Btw, my nodes are all in the domain hdc.
... View more