Re: Remove schema.xml in favor of managed-schema

2018-06-17 Thread S G
I think my query got misinterpreted. I only wanted to know if schema.xml offer anything that managed-schema does not. Best, SG On Sat, Jun 16, 2018 at 6:45 PM Erick Erickson wrote: > Currently, there are no restrictions on hand-editing config files, > mutable or not. > > The rub is that any

Re: Solr basic auth

2018-06-17 Thread Jan Høydahl
Of course, but Dinesh explicitly set blockUnknown=true below, so in this case ALL requests must have credentials. There is currently no feature that lets Solr accept any request by other rules, all requests are forwarded to the chosen authentication plugin. -- Jan Høydahl, search solution

Streaming expressions and fetch()

2018-06-17 Thread Dariusz Wojtas
Hi, I am trying to use streaming expressions with SOLR 7.3.1. I have successfully used innerJoin, leftOuterJoin and several other functions but failed to achieve expected results with the fetch() function. Example below is silmplfied, in reality the base search() function uses fuzzy matching and

Re: code v.s. schema for BEST_COMPRESSION mode

2018-06-17 Thread Zahra Aminolroaya
Thanks -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Broken pipe when indexing in solr using ConcurrentUpdateSolrClient

2018-06-17 Thread BIBI Yassin
Hello, Sometimes we have "broken pipe" error when indexing 40 000 000 of documents using ConcurrentUpdateSolrClient in java. I have find on google that's probably is because à time out. But in ConcurrentUpdateSolrClient we can't configure timeout. For example the last broken pie was for

Re: code v.s. schema for BEST_COMPRESSION mode

2018-06-17 Thread Tomás Fernández Löbbe
The schema configuration in your first link is the way to tell Solr to use a particular compression mode in the Lucene index (the second link). So yes, the schema change should be enough. On Sun, Jun 17, 2018 at 6:39 AM Zahra Aminolroaya wrote: > I want to reduce the size of indexed and stored

Solr Issue after the DSE upgrade

2018-06-17 Thread Umadevi Nalluri
I am getting Connection refused (Connection refused) when I am runnind reload_core with dsetool after we setup jmx , this issue is happening since the dse upgrade to 5.0.12 , can some one please help with this issue is this a bug? Is there a work around for this? Thanks Kantheti