Re: Clearing old nodes from zookeper without restarting solrcloud cluster

2013-07-18 Thread Luis Carlos Guerrero Covo
, unload a core to unregister it from the cluster and shutdown host at the end. This way you could have clear cluster state. On 16 July 2013 14:41, Luis Carlos Guerrero Covo lcguerreroc...@gmail.com**wrote: Thanks, I was actually asking about deleting nodes from the cluster state not cores

Re: Clearing old nodes from zookeper without restarting solrcloud cluster

2013-07-16 Thread Luis Carlos Guerrero Covo
don't think that is possible. If you delete clusterstate.json from zookeeper, you will need to restart the nodes.. I could be very wrong about this Saqib On Mon, Jul 15, 2013 at 8:50 PM, Luis Carlos Guerrero Covo lcguerreroc...@gmail.com wrote: I know that you can

Clearing old nodes from zookeper without restarting solrcloud cluster

2013-07-15 Thread Luis Carlos Guerrero Covo
Hi, Is there an easy way to clear zookeeper of all offline solr nodes without restarting the cluster? We are having some stability issues and we think it maybe due to the leader querying old offline nodes. thank you, Luis Guerrero

Re: Clearing old nodes from zookeper without restarting solrcloud cluster

2013-07-15 Thread Luis Carlos Guerrero Covo
I know that you can clear zookeeper's data directoy using the CLI with the clear command, I just want to know if its possible to update the cluster's state without wiping everything out. Anyone have any ideas/suggestions? On Mon, Jul 15, 2013 at 11:21 AM, Luis Carlos Guerrero Covo lcguerreroc

Content based recommender using lucene/solr

2013-06-28 Thread Luis Carlos Guerrero Covo
Hi, I'm using lucene and solr right now in a production environment with an index of about a million docs. I'm working on a recommender that basically would list the n most similar items to the user based on the current item he is viewing. I've been thinking of using solr/lucene since I already

Re: Content based recommender using lucene/solr

2013-06-28 Thread Luis Carlos Guerrero Covo
/impractical. I'm at a very preliminary stage right now with this and would love some suggestions from experienced users. thank you, Luis Guerrero -- Luis Carlos Guerrero Covo M.S. Computer Engineering (57) 3183542047

Re: Content based recommender using lucene/solr

2013-06-28 Thread Luis Carlos Guerrero Covo
Covo M.S. Computer Engineering (57) 3183542047 -- Luis Carlos Guerrero Covo M.S. Computer Engineering (57) 3183542047

data consistency in solrcloud cluster deployed in aws

2013-06-14 Thread Luis Carlos Guerrero Covo
Hi, I currently have solrcloud setup with single shards and two nodes behind a load balancer in aws. I also have an additional node in the cluster which is outside the load balancer (not receiving any client requests) importing data into the cluster using data import handler. So that takes my

Re: data consistency in solrcloud cluster deployed in aws

2013-06-14 Thread Luis Carlos Guerrero Covo
Guerrero -- Luis Carlos Guerrero Covo M.S. Computer Engineering (57) 3183542047

Grouping search results by field returning all search results for a given query

2013-05-09 Thread Luis Carlos Guerrero Covo
Hi, I'm using solr to maintain an index of items that belong to different companies. I want the search results to be returned in a way that is fair to all companies, thus I wish to group the results such that each company has 1 item in each group, and the groups of results should be returned

Re: Grouping search results by field returning all search results for a given query

2013-05-09 Thread Luis Carlos Guerrero Covo
=1group.field=companyidgroup.offset=1 …would return the second item in each companyid group matching your current query. Jason On May 9, 2013, at 10:30 AM, Luis Carlos Guerrero Covo lcguerreroc...@gmail.com wrote: Hi, I'm using solr to maintain an index of items that belong