Re: Solr 7.2.1 - unexpected docvalues type

2019-11-11 Thread Antony Alphonse
Thank you both. I will look into the options. -AA On Mon, Nov 11, 2019 at 6:05 AM Emir Arnautović < emir.arnauto...@sematext.com> wrote: > Hi Antony, > Like Erick explained, you still have to preprocess your field in order to > be able to use doc values. What you can do is use

Re: Solr 7.2.1 - unexpected docvalues type

2019-11-09 Thread Antony Alphonse
ne in schema ver 1.6. Thanks, Antony On Sat, Nov 9, 2019 at 7:52 AM Erick Erickson wrote: > We can’t answer whether you should change the field type for two reasons: > > 1> It depends on y

Re: Solr 7.2.1 - unexpected docvalues type

2019-11-08 Thread Antony Alphonse
> > Hi Shawn, > I will try that solution. Also I had to mention that the queries that fail with this error has the "group.field":"lowercase". Should I change the field type? Thanks, Antony

Solr 7.2.1 - unexpected docvalues type

2019-11-08 Thread Antony Alphonse
Hi, I shared the collection and re-indexed the data with the same schema. But one of the field is throwing the below error. Any suggestions? ERROR (qtp672320506-32) [c: s:shard3 r:core_node01 x:_shard3_replica_n69] o.a.s.h.RequestHandlerBase java.lang.IllegalStateException: unexpected

subscribe - renew

2019-11-06 Thread Antony Alphonse

Solr 7.2.1 OOME

2019-11-06 Thread Antony Alphonse
Hi, I am trying to get some help on frequent OOME I am seeing in my collection. I have a single shard with four replicas. Each replica runs on a 10G heap. I have around 12 mil documents with size on disk around 15G. From the plot below, it looks to me that full GC are taking longer time. I am

Reg: Solr Segment level cache

2019-10-30 Thread lawrence antony
Dear Sir Do Solr support segment level cache, so that if only a single segment changed then only a small portion of the cached data needs to be refreshed. -- with thanks and regards, lawrence antony.

Re: Undefined field - solr 7.2.1 cloud

2019-09-25 Thread Antony A
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

Re: Undefined field - solr 7.2.1 cloud

2019-09-24 Thread Antony A
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

Re: Undefined field - solr 7.2.1 cloud

2019-09-04 Thread Antony A
open 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

Re: Undefined field - solr 7.2.1 cloud

2019-09-04 Thread Antony A
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

Re: Undefined field - solr 7.2.1 cloud

2019-08-29 Thread Antony A
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

Re: Undefined field - solr 7.2.1 cloud

2019-08-29 Thread Antony A
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/2

Undefined field - solr 7.2.1 cloud

2019-08-29 Thread Antony A
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

Last Modified Timestamp

2018-12-19 Thread Antony A
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

Re: Basic Auth Permission

2018-12-04 Thread Antony A
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).

Re: Collection specific permission not working

2018-12-04 Thread Antony A
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

Re: Basic Auth Permission

2018-12-04 Thread Antony A
ot;name": "update", "role": ["user1", "admin"]}, {"collection": "name", "name": "collection-admin-read", "role": ["user1", "admin"]}, {"collection": "name&qu

Re: Collection API - ADDREPLICA

2018-08-02 Thread Antony A
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

Re: Collection API - ADDREPLICA

2018-08-01 Thread Antony A
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

Collection API - ADDREPLICA

2018-08-01 Thread Antony A
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":[

Collection level Permission

2018-06-18 Thread Antony A
["colname1, colname2, colname3"], "path": "/select", "role": ["dev"], "index": 1}, Thanks, Antony

Basic Auth Permission

2018-06-08 Thread Antony A
r"]} I am still not able to restrict another user from accessing other collection files like solrconfig, solr-data-config etc. If it possible to define permission at collection-level to this path? Thanks, Antony

Re: Shard size variation

2018-04-30 Thread Antony A
>>> You need 2X the minimum index size in disk space 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. >>> >>&

Re: Shard size variation

2018-04-30 Thread Antony A
t; > treated. Please stop cruelty to 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, G

Re: Shard size variation

2018-04-30 Thread Antony A
et me know. Thanks AA On Mon, Apr 30, 2018 at 10:04 AM, Shawn Heisey <apa...@elyograg.org> 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 ar

Shard size variation

2018-04-30 Thread Antony A
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

Re: Solr 7.2

2018-04-13 Thread Antony A
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 <apa...@elyograg.org> wrote:

Re: Solr 7.2

2018-04-12 Thread Antony A
this helps. Thanks On Thu, Apr 12, 2018 at 2:06 PM, Antony A <antonyaugus...@gmail.com> 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

Solr 7.2

2018-04-12 Thread Antony A
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=ADDREPLICA=collection_name=shard1 and

Re: Apache Nutch 1.5.1 + Apache Solr 4.0

2012-11-12 Thread Antony Steiner
Thank you very much. Everything is working fine now. Best regards Antony

Apache Nutch 1.5.1 + Apache Solr 4.0

2012-11-08 Thread Antony Steiner
Hello my name is Antony and I'm new to apache nutch and solr. I want to crawl my website and therefore I downloaded nutch to do this. This works fine. But no I would like to integrate nutch with solr. Im running this on my unix system. Im trying to follow this tutorial: http://wiki.apache.org

Re: Apache Nutch 1.5.1 + Apache Solr 4.0

2012-11-08 Thread Antony Steiner
Hi, Thank you for your sugestion. Nope, it didn't change anything. Should I post the full stacktrace? Regards Antony 2012/11/8 Markus Jelsma markus.jel...@openindex.io Hi, Your Nutch schema likely points to the old EnglishPorterFilter that doesn't exist anymore. You can change

Re: Apache Nutch 1.5.1 + Apache Solr 4.0

2012-11-08 Thread Antony Steiner
) at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:358) ... 45 more Regards Antony 2012/11/8 Markus Jelsma markus.jel...@openindex.io Hi - it fixes it here. Please post the full stack trace. -Original message- From:Antony Steiner ant.stei...@gmail.com Sent: Thu 08-Nov-2012 15

Solr and inner joins1

2011-04-14 Thread Antony Corfield [awc]
solr query? Or should I simply use an sql database for this type of query.. Any help or guidance would be much appreciated. Thanks, Antony -- Antony Corfield Project developer AEIOU Project Tel. 01970 628724 http://aeiouproject.blogspot.com/