Solr node removed from zookeeper

2015-10-28 Thread andreic9203
Hi. I have a big issue with the Solr Cloud environment. After developing a solution based on SolrCloud into a safe environment (safe means stable and fast internet connection, moderate number of documents, etc), the solution reached the production. Because in production we have a lack of hardwar

Re: Solr node removed from zookeeper

2015-10-28 Thread andreic9203
Thanks Charlie for the quick answer. What good for if I cannot hold the instances of Zookeeper on separate machines? Andrei -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-node-removed-from-zookeeper-tp4236931p4236936.html Sent from the Solr - User mailing list arch

Solr replicas - stop replication and start again

2014-10-20 Thread andreic9203
Hello, I have a problem which I can't figure out how to solve it. For a little scenario, I've setup a cluster with two nodes, one shard, and two replicas, and both nodes connected to an external ZooKeeper. Great, but now I want to stop replication for an amount of time (or more precisely, to stop

Re: Solr replicas - stop replication and start again

2014-10-20 Thread andreic9203
Thank you for your answer, But, how do you 'revive' the replica after that? I tried with add replica, but creates another one...(a solr_node3_replica) Odd solution, but if you solved the problem with reviving the old replica, it could a viable solution. Thank you, Andrei -- View this message

Re: Solr replicas - stop replication and start again

2014-10-20 Thread andreic9203
Another idea, I turned off the replica in which I want to insert data and then to process them, I started again, BUT, without -DzkHost, or -DzkRun, so the new started solr instance. I put my data into it, I stopped again, and I started with -DzkHost that points to my zoo keeper. But the problem i

Re: Solr replicas - stop replication and start again

2014-10-20 Thread andreic9203
Hello Michael, Do you want to say, the replication from solr, that with master-slave? Thank you, Andrei -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-replicas-stop-replication-and-start-again-tp4164931p4164965.html Sent from the Solr - User mailing list archive at N

Re: Solr replicas - stop replication and start again

2014-10-20 Thread andreic9203
Exactly, So what good to delete my replica if I can't then to put it back? Is supposed that this replica contains data, older data, but still updated, which I need them, so to delete my replica, to create another one, to copy all documents and then to put the new documents and processing them, se

Re: Solr replicas - stop replication and start again

2014-10-20 Thread andreic9203
Oh, I'll give it a try and then I'll let you know if it works for me or not. Thank you very much. Meanwhile, everyone who has an idea are free to share it with us :) -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-replicas-stop-replication-and-start-again-tp4164931p41

SOLRJ - query with ChildDocTransformerFactory

2014-11-02 Thread andreic9203
Hello, I have a little problem. In Solr index I have a lot of nested documents. I figured out the query for fetching the childrens which is the following: Nested doc example: 1 I am the parent PARENT 1.1 I am the 1st child

Re: SOLRJ - query with ChildDocTransformerFactory crash because of the javabin parser

2014-11-03 Thread andreic9203
Hello, And to answer to my question...:D Was a little, let's say mistake, in my query. Instead of fl=[child parentFilter="cat:PARENT" childFilter="cat:CHILD"] should be fl=id,[child parentFilter="cat:PARENT" childFilter="cat:CHILD"] Awkward, because if you put the query and the filter in URL or

Get groups which has the number of elements greater than...

2014-12-15 Thread andreic9203
Hello, I have a query which group my documents based on a field. The returned groups could have any number of documents. If you take a look to one of the groups, you'll see something like: "groupValue": "", "doclist": { *"numFound": 3,* "start": 0, "d

Re: Get groups which has the number of elements greater than...

2014-12-15 Thread andreic9203
Hello lboutros, That's the solution that I read about it, but I didn't tested yet. Probably tomorrow. I'll let you know if it works for me, but from what I've seen, seems to be exactly what I need. Thank you for your answer, Andrei -- View this message in context: http://lucene.472066.n3.nabb

Re: Get groups which has the number of elements greater than...

2014-12-16 Thread andreic9203
Hello again lboutros, The faceting seems to bring only the pivot field with the associated counting. It's ok, but it's not what I want. Do you know a way to bring also the documents? I don't know, look at this example Faceting-Pivot(DecisionTree)Faceting

Re: Get groups which has the number of elements greater than...

2014-12-17 Thread andreic9203
Hello, First, thank you for the quick answer. Second, This is exactly my current problem. I'm doing this with 2 queries, but with the current performance issues, I want to change the implementation. Now I am using grouping and then I take the count and set that count to the all grouped documents

Re: Get groups which has the number of elements greater than...

2014-12-17 Thread andreic9203
Ok, if you have a bit of time, you can explain your last comment on this example, please? { "name": "Table", "user": "admin", "updateDate": "2012-12-31T15:31:16.012Z", "id": "svsKXRqbVhqZa-SznsU8FUII", "type": 1, "groupSignature": "5FJHzWke16auaB2hdq

Re: Get groups which has the number of elements greater than...

2014-12-17 Thread andreic9203
Hello again, So, what you are saying is to create the collections and documents with this in mind, and what I want couldn't be done from querying? Yes, but my index is already big, and this kind of operation is hard to be done... Thank you for the idea. If I didn't understand as it should be, pl