Slight typo: formerly called “composite ID routing” should read formerly called “implicit routing”
On Tue, Jul 25, 2017 at 9:57 AM, Walter Underwood <wun...@wunderwood.org> wrote: > Solr is not Oracle. Designs that might be great for Oracle can be terrible > for Solr. > > Solr really does not do this automatically, so you won’t find that. If your > job is to find that feature, you will fail. If your job is “find or write the > feature”, you will be writing it. > > As I said before, you will need to write automation to create daily shards. > You will need to configure manual shard routing (formerly called “composite > ID routing”). Documents sent to Solr will need IDs that work with manual > routing. You will need automation to delete old shards. You will also need to > manage where the shards are created to keep load and disk usage distributed. > If you want search to keep working after a failure, you will also need to > create and delete additional shards as replicas. > > wunder > Walter Underwood > wun...@wunderwood.org > http://observer.wunderwood.org/ (my blog) > > >> On Jul 22, 2017, at 4:02 AM, m rehman kahloon <mrehman_kahl...@yahoo.com> >> wrote: >> >> Hi Sir Walter, >> >> Ya, you are right, i am trying to create a structure like >> oracle partitioning. >> >> each day partition like each day shard. >> >> already creted date wise shards and loading time using specific shard name >> to load data. >> >> but my R&D is to find a way, not to use shard name using loading >> time,solrcloud automatically load data into predefined shard/date specific >> shard. >> >> Is there any way to perfome this? >> >> Once again thanks Sir. >> >> >> >> >> >> >> >> -- >> View this message in context: >> http://lucene.472066.n3.nabble.com/Need-guidance-solrcloud-shardings-with-date-interval-tp4346936p4347250.html >> Sent from the Solr - User mailing list archive at Nabble.com. >