wt=xml not defaulting the results to xml format

2020-08-06 Thread yaswanth kumar
Can someone help me on this ASAP? I am using solr 8.2.0 and below is the snippet from solrconfig.xml for one of the configset, where I am trying to default the results into xml format but its giving me as a json result. all 10 pkey xml Can

Re: Cybersecurity Incident Report

2020-08-06 Thread Man with No Name
You’re absolutely right. Some of these are shadow jars and sone directly used. Like netty, we're securing the communication using tls and the netty cve applies. So going back to the initial question, what would be the best way to report this, so that it can be looked at? On Fri, Jul 24, 2020 at

Re: org.apache.lucene.util.fst.FST taking up lot of Java Heap Memory

2020-08-06 Thread sanjay dutt
FieldType defined with class solr.SpatialRecursivePrefixTreeFieldType In this we are adding points only although collection has few fields with points data and then other fieldTypes as well. And one of the queries looks like (my_field: [45,-94 TO 46,-93]+OR+my_field: [42,-94 TO 43,-93]) Thanks

Re: Solr 8.5.2 - Solr shards param does not work without localhost

2020-08-06 Thread Shawn Heisey
On 8/6/2020 6:03 PM, gnandre wrote: Please ignore the space between. I have updated the calls by removing space below: http://my.domain.com/solr/core/select?q=*:*=0=10= my.domain.com/solr/another_core=* http://my.domain.com/solr/core/select?q=*:*=0=10= localhost:8983/solr/another_core=*

Re: Solr 8.5.2 - Solr shards param does not work without localhost

2020-08-06 Thread gnandre
Please ignore the space between. I have updated the calls by removing space below: http://my.domain.com/solr/core/select?q=*:*=0=10= my.domain.com/solr/another_core=* http://my.domain.com/solr/core/select?q=*:*=0=10= localhost:8983/solr/another_core=* On Thu, Aug 6, 2020 at 7:59 PM gnandre

Re: Solr 8.5.2 - Solr shards param does not work without localhost

2020-08-06 Thread Shawn Heisey
On 8/6/2020 5:59 PM, gnandre wrote: http://my.domain.com/solr/core/select?q=*:*=0=10= my.domain.com /solr/another_core=* Ir does not work in Solr 8.5.2 anymore unless I pass localhost instead of my domain in shards param value as follows: http://my.domain.com/solr/core/select?q=*:*=0=10=

Solr 8.5.2 - Solr shards param does not work without localhost

2020-08-06 Thread gnandre
Hi, In Solr 6.3 I was able to use following shards query: http://my.domain.com/solr/core/select?q=*:*=0=10= my.domain.com /solr/another_core=* Ir does not work in Solr 8.5.2 anymore unless I pass localhost instead of my domain in shards param value as follows:

copyField from empty multivalue

2020-08-06 Thread matthew sporleder
I have a copyField: But sometimes preview () is not populated. It appears that the "catchall" field does not get created when preview has no content in it. Can I use required=false or similar on a copyField? Thanks, Matt

Re: Replication of Solr Model and feature store

2020-08-06 Thread Monica Skidmore
I would be interested in the answer here, as well. We're using LTR successfully on Solr 7.3 and Solr 8.3 in cloud mode, but we're struggling to load a simple, test model on 8.3 in master/slave mode. The FeatureStore appears to load, but we're not sure it's loading correctly, either. Here are

Backups in SolrCloud using snapshots of individual cores?

2020-08-06 Thread Bram Van Dam
Hey folks, Been reading up about the various ways of creating backups. The whole "shared filesystem for Solrcloud backups"-thing is kind of a no-go in our environment, so I've been looking for ways around that, and here's what I've come up with so far: 1. Stop applications from writing to solr

Re: Pull Replica compaints about UpdateLog being disabled when DocBasedVersionConstraintsProcessorFactory

2020-08-06 Thread Erick Erickson
See: SOLR-14715 > On Aug 6, 2020, at 1:58 AM, Tomás Fernández Löbbe > wrote: > > This is an interesting bug. I’m wondering if we can completely skip the > initialization of UpdateRequestProcessorFactories in PULL replicas... > > On Wed, Aug 5, 2020 at 8:40 AM Erick Erickson > wrote: > >>

Suggester not suggesting but spellchecker is

2020-08-06 Thread Philip Smith
Hello, Any advice on the following suggester not suggesting issue would be very welcome. I can get suggestions when using a spell checker but not when using the suggester. Both types are querying the same suggestion field. I'm using the following settings: