Re: SolrCloud+HDFS disappointed indexing performance

2015-05-04 Thread xinwu
Can someone help me ? -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-HDFS-disappointed-indexing-performance-tp4203155p4203852.html Sent from the Solr - User mailing list archive at Nabble.com.

SolrCloud+HDFS disappointed indexing performance

2015-04-29 Thread xinwu
Hi, I have a huge amount of log files which are stored in HDFS need to be indexed. And I did some tests,the result follows: http://lucene.472066.n3.nabble.com/file/n4203155/tests1.png Then several questions: 1. Why HDFS showed such disappointed performance? 2. If each doc size is about

Re: Solr: IndexNotFoundException: no segments* file HdfsDirectoryFactory

2015-01-08 Thread xinwu
Hi,did you solve this problem? I met the same problem when I setted up solr+hdfs. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-IndexNotFoundException-no-segments-file-HdfsDirectoryFactory-tp4138737p4178034.html Sent from the Solr - User mailing list archive at

Re: Create collection dynamically in my program

2014-09-09 Thread xinwu
. Thanks! -Xinwu -- View this message in context: http://lucene.472066.n3.nabble.com/Create-collection-dynamically-in-my-program-tp4156601p4157742.html Sent from the Solr - User mailing list archive at Nabble.com.

Create collection dynamically in my program

2014-09-03 Thread xinwu
the clusterState in debug mode , there was not myCollection-20140903 in it. But,there was myCollection-20140903 in zk clusterstate.json actually. Is there something wrong in my way? If there is new way or better way to create collection dynamically? Thanks! -Xinwu

Check the collection status ?

2013-10-15 Thread xinwu
Hi ,all I want to know how to check the collection status by using the solrj in solrCloud. Ps:I created one independent collection every day ,the name may looks like collection-20131015. By the way , where can I find the solrj api document? Thank You. -- View this message in

Re: Check the collection status ?

2013-10-15 Thread xinwu
Really,really appreciate for your reply. Thank you. -- View this message in context: http://lucene.472066.n3.nabble.com/Check-the-collection-status-tp4095620p4095756.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Multiple schemas in the same SolrCloud ?

2013-10-11 Thread xinwu
Hi,kamaci. Is that means I just need to upload new config files ,and do not need to reload every node in solrCloud ,when I want to change my configurations? -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-schemas-in-the-same-SolrCloud-tp4094279p4094908.html Sent

Re: Multiple schemas in the same SolrCloud ?

2013-10-10 Thread xinwu
Thank you,kamaci. -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-schemas-in-the-same-SolrCloud-tp4094279p4094594.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Multiple schemas in the same SolrCloud ?

2013-10-10 Thread xinwu
Thank you ,Shawn. I solved that problem by using the -Dbootstrap_conf=true configuration instead of the -Dbootstrap_confdir=/opt/Solr_home/collection1/conf -Dcollection.configName=solrConfig on startup. But,another problem showed up. I had two collections (collection1,collection2) when I

Re: Multiple schemas in the same SolrCloud ?

2013-10-10 Thread xinwu
Thank you,Shawn. Thank you,everyone. All your answers help me a lot.Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-schemas-in-the-same-SolrCloud-tp4094279p4094850.html Sent from the Solr - User mailing list archive at Nabble.com.

Multiple schemas in the same SolrCloud ?

2013-10-09 Thread xinwu
Hi all, I want to use the multiple schemas in the same solrCloud, is it allowed? If it is allowed,how? These schemas may have no relation. Thank You. Dai. -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-schemas-in-the-same-SolrCloud-tp4094279.html Sent from

Re: Multiple schemas in the same SolrCloud ?

2013-10-09 Thread xinwu
I remember I must put the -Dbootstrap_confdir=/opt/Solr_home/collection1/conf -Dcollection.configName=solrConfig in the catalina.sh . Is it means that solrCloud must have one ,and only one, schema? -- View this message in context:

Re: SolrCloud: Programmatically create multiple collections?

2013-08-14 Thread xinwu
Hey Shawn .Thanks for your reply. I just want to access the base_url easily by a short instanceDir name. -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-Programmatically-create-multiple-collections-tp3916927p4084480.html Sent from the Solr - User mailing list

Re: SolrCloud: Programmatically create multiple collections?

2013-08-14 Thread xinwu
Thank you Ani. -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-Programmatically-create-multiple-collections-tp3916927p4084485.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SolrCloud: Programmatically create multiple collections?

2013-08-13 Thread xinwu
HI,Mark. When I managed collections via the Collections API. How can I set the 'instanceDir' name? eg:http://localhost:8983/solr/admin/collections?action=CREATEname=mycollectionnumShards=3replicationFactor=4 My instanceDir is 'mycollection_shard2_replica1'. How can I change it to 'mycollection'?