Re: Solr/lucene "planet" + recommendations for blogs to follow

2016-11-30 Thread hairymcclarey
Just noticed that FeatherCast have also put out three podcasts from Apache Big Data Seville about Solr and SolrCloud, these hit my feed on Monday. On Wednesday, November 23, 2016 12:55 PM, Charlie Hull wrote: Hi all, We also blog about various Solr topics at www.flax.co.uk/blog and al

Re: Solr/lucene "planet" + recommendations for blogs to follow

2016-11-23 Thread hairymcclarey
I've also tried searching for stuff like this, personally I really like podcasts as you fit them in when you have no time (or brain power) to read. There are a bunch of old podcasts but most are no longer active (but still have some good content). The only one that I know that occasionally still

Re: (solrcloud) Importing documents into "implicit" router

2016-10-21 Thread hairymcclarey
Which link are you talking about? On Friday, October 21, 2016 8:09 PM, Customer wrote: Useless shit which should be deleted from the Internet, because this confuses people instead of helping them. On 21/10/16 09:46, hairymccla...@yahoo.com.INVALID wrote: > Couple more good links for

Re: Load balancing with solr cloud

2016-10-21 Thread hairymcclarey
>>> Yes, that's possible.  It's what I was thinking about when I mentioned >>>"...general case flow".  That capability is relatively new, and not the >>>default, which is why I didn't mention it. Yes, thought you probably meant that, was just adding it explicitly. >>> And load balancing for relia

Re: Load balancing with solr cloud

2016-10-21 Thread hairymcclarey
As I understand it for non-SolrCloud aware clients you have to manually load balance your searches, see ymonad's answer here: http://stackoverflow.com/questions/22523588/loadbalancer-and-solrcloud This is from 2014 so maybe this has changed now - would be interested to know as well. Also, for in

Re: (solrcloud) Importing documents into "implicit" router

2016-10-21 Thread hairymcclarey
Couple more good links for this: https://lucidworks.com/blog/2013/06/13/solr-cloud-document-routing/ and http://stackoverflow.com/questions/15678142/how-to-add-shards-dynamically-to-collection-in-solr (see Jay's answer about implicit routers - it's a better explanation than the docs in my view!)

Re: INVALID in email address

2016-10-13 Thread hairymcclarey
Thanks, never saw that before from yahoo. On Thursday, October 13, 2016 12:18 PM, Hasan Diwan wrote: The "From" field in your email client is set to that. However, your "Reply-To" is correct. As to the deeper reason "why", it's a fairly easy-to-defeat workaround for spam.. -- H On 13 O

INVALID in email address

2016-10-13 Thread hairymcclarey
Anyone know why this appears after my email address when I reply to a thread in the user group?

Re: questions about shard key

2016-10-12 Thread hairymcclarey
See here: https://lucidworks.com/blog/2013/06/13/solr-cloud-document-routing/ The default is to take 16 bits from the prefix and 16 from the ID. Not sure about the second part of your question, maybe someone else can answer that. On Wednesday, October 12, 2016 9:26 PM, "Huang, Daniel" wro

Re: London Lucene Hackday is now running

2016-10-10 Thread hairymcclarey
Will this be on the flax blog or somewhere else? Interested to read what you're doing with streaming. On Friday, October 7, 2016 5:24 PM, Charlie Hull wrote: Yes I'll blog about it and we'll try and get as much as possible captured in the Github folder. If you've got ideas for Tuesday

Re: (ANNOUNCEMENT) Solr Examples reading group

2016-10-10 Thread hairymcclarey
Rick Leir said:> I commonly do a diff of the xmls to see what has changed in a new  > release, or what differs in an example.  The indentation is often  >  'tidied up' in different ways, making the diff almost useless. Perhaps I  > need to run an xml formatter before doing any diff's on xml's. Als

Re: Archiving documents

2016-09-30 Thread hairymcclarey
You can also look at sharding options for SolrCloud, e.g. with implicit sharding you can choose a sharding field and SolrCloud will index your docs into shards based on this field. You could have two shards (and also replicate your main shard if you want for distributed searches and fault toler