Re: Best example solrconfig.xml?

2020-12-15 Thread Walter Underwood
Thanks. Yeah, already enabled the ClassicIndexSchemaFactory. Nice tip about uninvertible=false. The circuit breakers look really useful. I was ready to front each server with nginx and let it do the limiting. I’ve now seen both Netflix and Chegg search clusters take out the entire site because

Re: Best example solrconfig.xml?

2020-12-15 Thread Erick Erickson
I’d start with that config set, making sure that “schemaless” is disabled. Do be aware that some of the defaults have changed, although the big change for docValues was there in 6.0. One thing you might want to do is set uninvertible=false in your schema. That’ll cause Solr to barf if you,

Best example solrconfig.xml?

2020-12-15 Thread Walter Underwood
We’re moving from 6.6 to 8.7 and I’m thinking of starting with an 8.7 solrconfig.xml and porting our changes into it. Is this the best one to start with? solr/server/solr/configsets/_default/conf/solrconfig.xml wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my

An Error related Apache tika

2020-12-15 Thread fujii.ruka...@mitsubishichem-sys.co.jp
Hi, All I get this error when I try to get the contents of a Microsoft Office document (.xls) using Apache Tika. Error 500 java.lang.NoSuchMethodError: ‘org.apache.poi.hssf.record.common.ExtRst org.apache.poi.hssf.record.common.UnicodeString.getExtendedRst()’ Apache tika can extract many

Re: Solr Collection Reload

2020-12-15 Thread Erick Erickson
Well, there’s no information here to help. The first thing I’d check is what the Solr logs are saying. Especially if you’ve changed any of your configuration files. If that doesn’t show anything, I'd take a thread dump and look at that, perhaps there’s some deadlock. But that said, a reload

Re: [SOLR-8.5.2] Commit through curl command is causing delay in issuing commit

2020-12-15 Thread raj.yadav
Hi All, For further investigation, I have raised a JIRA ticket. https://issues.apache.org/jira/browse/SOLR-15045 In case, anyone has any information to share, feel free to mention it here. Regards, Raj -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html