/solr/admin/metrics fails when there are transient cores

2018-07-09 Thread nandakishorek
My environment is as follows * Solr 7.2.1 in standalone mode. * 32GB heap * 150 cores with data getting continuously ingested to ~10 cores and all of the cores queried. * transient cache size is set to 30. The solr.xml is as follows 32 true ${configSetBaseDir:configsets}

Re: Solr OpenNLP named entity extraction

2018-07-09 Thread Jerome Yang
Hi Steve, Put models under " ${solr.solr.home}/lib/ " is not working. I check the "ZkSolrResourceLoader" seems it will first try to find modes in config set. If not find, then it uses class loader to load from resources. Regards, Jerome On Tue, Jul 10, 2018 at 9:58 AM Jerome Yang wrote: >

Re: Solr OpenNLP named entity extraction

2018-07-09 Thread Jerome Yang
Thanks Steve! On Tue, Jul 10, 2018 at 5:20 AM Steve Rowe wrote: > Hi Jerome, > > See the ref guide[1] for a writeup of how to enable uploading files larger > than 1MB into ZooKeeper. > > Local storage should also work - have you tried placing OpenNLP model > files in ${solr.solr.home}/lib/ ? -

Re: AddReplica to shard with lowest node count

2018-07-09 Thread Duncan, Adam
Thanks for your responses. I’ve tried to get more familiar with the Autoscaling API. I’ve applied a nodeAdded trigger but I’m stuck trying to think of a cluster policy that would suit my scenario; something like “All new nodes need must have one replica from each available collection” Is this

Re: Solr OpenNLP named entity extraction

2018-07-09 Thread Steve Rowe
Hi Jerome, See the ref guide[1] for a writeup of how to enable uploading files larger than 1MB into ZooKeeper. Local storage should also work - have you tried placing OpenNLP model files in ${solr.solr.home}/lib/ ? - make sure you do the same on each node. [1]

Re: Sum and aggregation on nested documents field

2018-07-09 Thread Mikhail Khludnev
If you have TTC_i as a function query on child level, and apply score=total on the parent query. On Mon, Jul 9, 2018 at 10:11 AM jeebix wrote: > Hello everybody, > > First, an example of a parent document with 2 nested documents : > > { > "id":"10891.10893.142693", >

Solr Cloud Intermittent Backup Failure

2018-07-09 Thread jwrenn
Hello Everyone, I have a Solr Cloud cluster running 6.4.2 supporting a large Sitecore install. As part of our CI/CD pipeline we deploy many times a day to a blue/green set-up in AWS. In order to keep our Solr collections in sync across these deployments we create a temporary snapshot at the

Register now for ApacheCon and save $250

2018-07-09 Thread Rich Bowen
Greetings, Apache software enthusiasts! (You’re getting this because you’re on one or more dev@ or users@ lists for some Apache Software Foundation project.) ApacheCon North America, in Montreal, is now just 80 days away, and early bird prices end in just two weeks - on July 21. Prices will

Sum and aggregation on nested documents field

2018-07-09 Thread jeebix
Hello everybody, First, an example of a parent document with 2 nested documents : { "id":"10891.10893.142693", "parent_i":10891, "asso_i":10893, "personne_i":142693, "etat_technique_s":"avec_documents", "zone_scolaire_s":"B",

RE: cmd to enable debug logs

2018-07-09 Thread Prateek Jain J
Thanks Rahul. Regards, Prateek Jain Team: Totoro Mobile: +353 894 391716 -Original Message- From: Rahul Chhiber Sent: 09 July 2018 12:10 PM To: solr-user@lucene.apache.org Subject: RE: cmd to enable debug logs Use -v option in the bin/solr start command. Regards, Rahul Chhiber

Re: Delta import not working with Oracle in Solr

2018-07-09 Thread Alexandre Rafalovitch
I think you are moving so fast it is hard to understand where you need help. Can you setup one clean smallest issue (maybe as test) and try our original suggestions. Otherwise, nobody has enough attention energy to figure out what is happening. And even then, this list is voluntary help, we are

RE: cmd to enable debug logs

2018-07-09 Thread Rahul Chhiber
Use -v option in the bin/solr start command. Regards, Rahul Chhiber -Original Message- From: Prateek Jain J [mailto:prateek.j.j...@ericsson.com] Sent: Monday, July 09, 2018 4:26 PM To: solr-user@lucene.apache.org Subject: cmd to enable debug logs Hi All, What's the command (from

cmd to enable debug logs

2018-07-09 Thread Prateek Jain J
Hi All, What's the command (from CLI) to enable debug logs for a core in solr? To be precise, I am using solr 4.8.1. I looked into admin guide and it talks about how to do it from UI but nothing from CLI perspective. Any help pointers will be of help. Note: I can't update solrconfig.xml.

Re: CDCR traffic

2018-07-09 Thread Greenhorn Techie
Amrit, Further to the below conversation: As I understand, Solr supports SSL encryption between nodes within a Solr cluster and as well communications to and from clients. In the case of CDCR, assuming both the source and target clusters are SSL enabled, can we say that the source clusters’

Re: Solr Kerberos Authentication

2018-07-09 Thread Greenhorn Techie
Hi, Any thoughts on this please? Thanks On 5 July 2018 at 15:06:26, Greenhorn Techie (greenhorntec...@gmail.com) wrote: Hi, In the solr documentation, it is mentioned that blockUnknown property for Authentication plugin has the default value of false, which means any authenticated users will