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 they got into a stable congested 
state. People just don’t believe that will happen until they see it.

wunder
Walter Underwood
wun...@wunderwood.org
http://observer.wunderwood.org/  (my blog)

> On Dec 15, 2020, at 6:31 PM, Erick Erickson  wrote:
> 
> 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, say, sort, facet, group on a field that 
> does _not_ have docValues=true. I suspect this will cause no surprises for 
> you, but it’s kind of a nice backstop to keep from having surprises in terms 
> of heap size…
> 
> Best,
> Erick
> 
>> On Dec 15, 2020, at 6:56 PM, Walter Underwood  wrote:
>> 
>> 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 blog)
>> 
> 



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, say, sort, facet, group on a field that does 
_not_ have docValues=true. I suspect this will cause no surprises for you, but 
it’s kind of a nice backstop to keep from having surprises in terms of heap 
size…

Best,
Erick

> On Dec 15, 2020, at 6:56 PM, Walter Underwood  wrote:
> 
> 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 blog)
> 



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 blog)



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 documents (.xlsx, .docx, .pptx, .pdf, etc.), but 
this error mainly occurs when extracting .xls documents.
We searched for a solution to this error but couldn't find it.
The versions of the tools using are:
Solr 8.6.3
openjdk 11.0.9.1
poi-4.1.1.jar
poi-ooxml-4.1.1.jar

Could you please tell me why this error occurred?

Thanks.
Ruka Fujii


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 shouldn’t take more time
than a startup…

Best,
Erick

> On Dec 14, 2020, at 5:44 PM, Moulay Hicham  wrote:
> 
> Hi,
> 
> I have an issue with the collection reload API. The reload seems to be
> hanging. It's been in the running state for many days.
> 
> Can you please suggest any documentation which explains the reload
> task under the hood steps?
> 
> FYI. I am using solr 8.1
> 
> Thanks,
> 
> Moulay



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