Re: Need guidance solrcloud shardings with date interval

2017-07-22 Thread Shawn Heisey
On 7/22/2017 5:02 AM, m rehman kahloon wrote:
> but my R is to find a way, not to use shard name using loading
> time,solrcloud automatically load data into predefined shard/date specific
> shard.

The implicit router is the only one you can use when you're doing time
interval sharding, because it's the only one that allows the addition of
new shards after collection creation.

There is a reason that we are considering renaming the "implicit" router
to "manual" instead.

https://issues.apache.org/jira/browse/SOLR-6630

When you use the implicit router, you're completely in charge of
sharding.  There is no automation.  You must name the shards, create
them, delete them, and inform Solr during indexing about which shard
will get new documents.  If you want to only query a subset of the
shards in a collection, you are responsible for telling Solr that with
the shards parameter on the query.

If you want to come up with a way to patch the Solr source code to add a
new router that does automated time interval sharding, that will be welcome.

Thanks,
Shawn



Re: Need guidance solrcloud shardings with date interval

2017-07-22 Thread m rehman kahloon
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 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.


Re: Need guidance solrcloud shardings with date interval

2017-07-22 Thread m rehman kahloon
Thanks for your response,

 actually my per day data size is too big, round 400gb, so
thats why my plan to use date interval ,each shard will represent to pre
defined date. delete will not possible.

i am looking for some way, to perform automatically,  loading time not give
any shard name, document automatially load with respect to its date.

thanks,  waiting still guidance



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Need-guidance-solrcloud-shardings-with-date-interval-tp4346936p4347249.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Graph Visualizing tool

2017-07-22 Thread mganeshs
Tried this, but it's not working as expected.

http://solr.pl/en/2016/04/25/graph-visualization-using-solr-6/


Any of you used this or any other tool ? 



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Graph-Visualizing-tool-tp4347240p4347241.html
Sent from the Solr - User mailing list archive at Nabble.com.


Graph Visualizing tool

2017-07-22 Thread mganeshs
Hello Solr Experts,

Does, any one used any tool or plugin to visualize the graph data based
node_ids and edge_ids ? 

Pls suggest,



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Graph-Visualizing-tool-tp4347240.html
Sent from the Solr - User mailing list archive at Nabble.com.