Re: Decision on Number of shards and collection

2018-04-11 Thread Denis Bazhenov
Hello. The answer will depend on the context of the system. I'll give you my point of view from perspective of developing and supporting medium to large scale search systems (400M documents, 40 shards, about 20 collections, 30-40+ physical servers) Basically, I'd recommend: 1. if there are di

analyzer context during search

2018-04-11 Thread Chris Tomlinson
Hello, I’m working on a project where it would be most helpful for getWrappedAnalyzer() in an extension to DelegatingAnalyzerWrapper to have access to more than just the fieldName. The scenario is that we are working with several languages: Tibetan, Sanskrit and Chinese; that each have several

Re: Indexing fails on the way

2018-04-11 Thread neotorand
Thanks for Bringing I will post it there Regards neo -- Sent from: http://lucene.472066.n3.nabble.com/Lucene-Java-Users-f532864.html - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-

Re: Indexing fails on the way

2018-04-11 Thread Adrien Grand
Hi Neo, You will likely find better help on the solr-user mailing-list. This mailing list is for questions about Lucene. Le mer. 11 avr. 2018 à 12:21, neotorand a écrit : > with Solrcloud What happens if indexing is partially completed and ensemble > goes down.What are the ways to Resume.In one

Re: Decision on Number of shards and collection

2018-04-11 Thread Adrien Grand
Hi noetorand, You will likely find better help on the solr-user mailing-list. This mailing list is for questions about Lucene. Le mer. 11 avr. 2018 à 12:16, neotorand a écrit : > Hi Team > First of all i take this opportunity to thank you all for creating a > beautiful place where people can ex

Indexing fails on the way

2018-04-11 Thread neotorand
with Solrcloud What happens if indexing is partially completed and ensemble goes down.What are the ways to Resume.In one of the scenario i am using 3 ZK Node in ensemble.Lets say i am indexing 5 million data and i have partially indexed the data and ZK ensemble goes down. What should be the best ap

Decision on Number of shards and collection

2018-04-11 Thread neotorand
Hi Team First of all i take this opportunity to thank you all for creating a beautiful place where people can explore ,learn and debate. I have been on my knees for couple of days to decide on this. When i am creating a solr cloud eco system i need to decide on number of shards and collection.

Re: SortingMergePolicy is removed in 7.2.1?

2018-04-11 Thread Adrien Grand
Making it easier to use was exactly the goal. You should expect some performance improvements as well as index sorting is now performed directly by flushes and merges. Le mer. 11 avr. 2018 à 04:33, Yonghui Zhao a écrit : > Thanks Eric, my project only depends on lucene, so I can't find classes i