ou have “managed-schema” _and_ “schema.xml” in your configs? If
> you’re indeed using classic, you can remove managed-schema.
>
> All to make sure your’e operating as you think you are.
>
> Best,
> Erick
>
> > On Sep 24, 2019, at 3:58 PM, Antony A wrote:
> >
> > Hi
Hi,
I also observed that whenever the JVM crashes, the replicas does not have
the correct schema. Anyone seen similar behavior.
Thanks,
AA
On Wed, Sep 4, 2019 at 9:58 PM Antony A wrote:
> Hi,
>
> I have confirmed that ZK ensemble is external. Even though both
> managed-schema an
the schema and check
> that your field is there. BTW, the field will be explicitly stated in the
> solr log.
>
> Third thing I’d do is open the admin
> UI>>configsets>>the_configset_you’re_using and check which schema you’re
> using and again if the field is in the
Hi,
I ran the collection reload after a new "leader" core was selected for the
collection due to heap failure on the previous core. But I still have stack
trace with common.SolrException: undefined field.
On Thu, Aug 29, 2019 at 1:36 PM Antony A wrote:
> Yes. I do restart the cor
Yes. I do restart the cores on all the different servers. I will look at
implementing reloading the collection. Thank you for your suggestion.
Cheers,
Antony
On Thu, Aug 29, 2019 at 1:34 PM Shawn Heisey wrote:
> On 8/29/2019 1:22 PM, Antony A wrote:
> > I do restart Solr after changi
I do restart Solr after changing schema using "solr zk upconfig". I am yet
to confirm but I do have a daily cron that does "delta" import. Does that
process have any bearing on some cores losing the field?
On Thu, Aug 29, 2019 at 11:32 AM Shawn Heisey wrote:
> On 8/29/
Hi,
I am running on Solr cloud 7.2.1. I have 4 core collection. The fields are
available in the schema.xml in solr admin UI. This tells me zookeeper has
the correct schema. But unfortunately only the leader core has the correct
response to the query with the field while other cores are throwing th
Hello Solr Users,
I am trying to figure out if there was a reason for "Last Modified: about
20 hours ago" remaining unchanged after a full data import into solr. I am
running solr cloud on 7.2.1.
I do see this value and also the numDocs value change on a Delta import.
Thanks,
Antony
I run on Solr cloud 7.2.1
Sent from my mobile. Please excuse any typos.
> On Dec 4, 2018, at 2:57 PM, Terry Steichen wrote:
>
> I think there's been some confusion on which standalone versions support
> authentication. I'm using 6.6 in cloud mode (purely so the
> authentication will work). So
Just curious. Did you try by not making path variable as a list?
On Tue, Dec 4, 2018 at 11:15 AM yydpkm wrote:
> Hi,
> I am using standalone Solr 7.4. Right now I have 2 collections A and B.
> Users a and b. I want to let only a can read and query A, b can read and
> query B. But it doesn't work
Hi Rick,
This is how I was able to restrict permissions to user-role ( user1 ) to
its own collection. Hopefully it helps.
"permissions": [
{"name": "*", "path": "/dataimport", "params": {"command":
["status"]}, "role": "*"},
{"collection": "name", "path": "/admin/file", "role": ["us
I was able to run the collections API after upgrading all the replicas in
solr cloud.
Thanks,
Antony
On Wed, Aug 1, 2018 at 4:05 PM, Antony A wrote:
> I am running into this bug?
>
> https://issues.apache.org/jira/browse/SOLR-7055
>
> Can we help and let me know if there i
I am running into this bug?
https://issues.apache.org/jira/browse/SOLR-7055
Can we help and let me know if there is a work around?
Thanks,
Antony
On Wed, Aug 1, 2018 at 2:54 PM, Antony A wrote:
> Hi,
>
> I am running into issues adding replica to a collection. I am doing a
> in-p
Hi,
I am running into issues adding replica to a collection. I am doing a
in-place upgrade from 6.2.1 to 7.2.1. I checked the solr.jar and have the
7.2.1 version.
{
"responseHeader":{
"status":500,
"QTime":119},
"error":{
"metadata":[
"error-class","org.apache.solr.common.So
Hi,
I am trying to find some help with the format of the collection name under
permissions.
The collection can be "*", "null", "collection_name". Is there a way to
group a set of collections?
example:
This format is not working.
{"collection": ["colname1, colname2, colname3"], "path": "/select
Hello,
I am trying to get the path/params restricted to users of individual
collection through Solr UI.
Here is the permission that I have for an user.
{"collection": "collection_name", "path": "/admin/file", "role": ["
collection_user"]}
I am still not able to restrict another user from access
ace anyway, so don’t worry
>>> about keeping the indexes as small as possible. Worry about having enough
>>> headroom.
>>>
>>> If your indexes are 250 GB, you need 250 GB of free space.
>>>
>>> wunder
>>> Walter Underwood
>>>
Animals, become a Vegan"
> >
> > +91 73500 12833
> > deic...@gmail.com
> >
> > Facebook: https://www.facebook.com/deicool
> > LinkedIn: www.linkedin.com/in/deicool
> >
> > "Plant a Tree, Go Green"
> >
> > Make In India :
et me know.
Thanks
AA
On Mon, Apr 30, 2018 at 10:04 AM, Shawn Heisey wrote:
> On 4/30/2018 9:51 AM, Antony A wrote:
>
>> I am running two separate solr clouds. I have 8 shards in each with a
>> total
>> of 300 million documents. Both the clouds are indexing the document fro
Hi all,
I am trying to find if anyone has suggestion for the below.
I am running two separate solr clouds. I have 8 shards in each with a total
of 300 million documents. Both the clouds are indexing the document from
the same source/configuration.
I am noticing there is a difference in the size
Thank you Shawn & Edwin. It was a certificate error. I did not have the IPs
list in the SAN in the format required for IPs. After I updated the SAN
list, I was able to run the ADDREPLICA API correctly.
-Antony
On Thu, Apr 12, 2018 at 10:20 PM, Shawn Heisey wrote:
> On 4/12/2018 9:48 PM,
this helps.
Thanks
On Thu, Apr 12, 2018 at 2:06 PM, Antony A wrote:
> Hi,
>
> I am trying to add a replica to the ssl-enabled solr cloud with external
> zookeeper ensemble.
>
> 2018-04-12 18:26:29.140 INFO (qtp672320506-51) [ ]
> o.a.s.h.a.CollectionsHandler Invo
Hi,
I am trying to add a replica to the ssl-enabled solr cloud with external
zookeeper ensemble.
2018-04-12 18:26:29.140 INFO (qtp672320506-51) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=_solr&action=ADDREPLICA&collection=collection_name&shard=sha
23 matches
Mail list logo