Hi Otis, I have to index some huge amount of data that's around Billions of records, since indexing via HTTP post mechanism will be a slow and lethargic due to network delay hence I am indexing through EmbeddedSolrServer to create index which I can later upload to different Shards in SolrCloud, although copy pasting the index is possible but I was looking out for some other alternative which can take care of copying it to shard and its replicas. Is copying manually good and only approach because the index size may grow upto a TB or so.
Looking out for your response. Thanks! On Thu, May 29, 2014 at 7:52 PM, Otis Gospodnetic < otis.gospodne...@gmail.com> wrote: > Hi, > > On Wed, May 28, 2014 at 4:25 AM, Vineet Mishra <clearmido...@gmail.com > >wrote: > > > Hi All, > > > > Has anyone tried with building Offline indexes with EmbeddedSolrServer > and > > posting it to Shards. > > > > What do you mean by "posting it to shards"? How is that different than > copying them manually to the right location in FS? Could you please > elaborate? > > Otis > -- > Performance Monitoring * Log Analytics * Search Analytics > Solr & Elasticsearch Support * http://sematext.com/ > > > > > FYI, I am done building the indexes but looking out for a way to post > these > > index files on shards. > > Copying the indexes manually to each shard's replica is possible and is > > working fine but I don't want to go with that approach. > > > > Thanks! > > >