Re: Rule-based replication or sharing

2018-10-01 Thread Varun Thacker
https://lucene.apache.org/solr/guide/7_5/solrcloud-autoscaling-policy-preferences.html Let me know if this works for you. ( Looks like my previous email had some formatting issues ) On Mon, Oct 1, 2018 at 10:17 PM Varun Thacker wrote: > Hi Chuck, > > I was chatting with Nobl

Re: Rule-based replication or sharing

2018-10-01 Thread Varun Thacker
Hi Chuck, I was chatting with Noble offline and he suggested we could use this starting 7.5 *{replica:'#EQUAL', shard : ''#EACH' , sysprop.az :'#EACH'}* where "az" is a sysprop while starting each solr instance ( -Daz=us-east-1 ) It's documented https://lucene.apache.org/sol

Re: Solr 7.4 and log4j2 JSONLayout

2018-09-06 Thread Varun Thacker
Hi, Where did you add the jackson core and databind libs under? Maybe it's conflicting with the JARs that Solr already ships? Solr already comes with jackson dependencies server/solr-webapp/webapp/WEB-INF/lib/ | grep jackson jackson-annotations-2.9.5.jar jackson-core-2.9.5.jar jackson-core-as

[ANNOUNCE] Apache Solr 6.6.1 released

2017-09-07 Thread Varun Thacker
7 September 2017, Apache Solr™ 6.6.1 available The Lucene PMC is pleased to announce the release of Apache Solr 6.6.1 Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting, facete

Re: Limiting the number of queries/updates to Solr

2017-08-04 Thread Varun Thacker
Hi Hrishikesh, I think SOLR-7344 is probably an important addition to Solr. It could help users isolate analytical queries ( streaming ) , search queries and indexing requests and throttle requests Let's continue the discussion on the Jira On Thu, Aug 3, 2017 at 2:03 AM, Rick Leir wrote: > > >

Re: CDCR - how to deal with the transaction log files

2017-07-14 Thread Varun Thacker
https://issues.apache.org/jira/browse/SOLR-11069 is tracking why is LASTPROCESSEDVERSION=-1 on the source cluster always On Fri, Jul 14, 2017 at 11:46 AM, jmyatt wrote: > Thanks for the suggestion - tried that today and still no luck. Time to > write a script to naively / blindly delete old log

Re: CDCR - how to deal with the transaction log files

2017-07-10 Thread Varun Thacker
lean if this value is -1. > > Sean > > On 7/10/17, 5:18 PM, "Varun Thacker" wrote: > > After disabling the buffer are you still seeing documents being > replicated > to the target cluster(s) ? > > On Mon, Jul 10, 2017 at 1:07 PM, Xie, Sean wrote:

Re: CDCR - how to deal with the transaction log files

2017-07-10 Thread Varun Thacker
After disabling the buffer are you still seeing documents being replicated to the target cluster(s) ? On Mon, Jul 10, 2017 at 1:07 PM, Xie, Sean wrote: > After several experiments and observation, finally make it work. > The key point is you have to also disablebuffer on source cluster. I don’t

Re: async backup

2017-06-26 Thread Varun Thacker
Hi Damien, A backup command with async is supposed to return early. It is start the backup process and return. Are you using the REQUESTSTATUS ( http://lucene.apache.org/solr/guide/6_6/collections-api.html#collections-api ) API to validate if the backup is complete? On Sun, Jun 25, 2017 at 10:28

Re: Invalid shift value (64) in prefixCoded bytes (is encoded value really an INT?)

2017-06-06 Thread Varun Thacker
Does this happen on a fresh Solr 6.3 ( as mentioned on SOLR-10806 ) or was the index existing with some other version and then upgraded to 6.3 ? Is the problem reproducible for you? On Tue, Jun 6, 2017 at 7:26 AM, S G wrote: > Hi, > > We are seeing some very bad performance on our performance

JSON Facet API : numBuckets and count clarification

2017-05-23 Thread Varun Thacker
Here is my current understanding of how these counts work numBuckets : Is supposed to tell the user how many unique buckets were seen in the facet calculation. Given that we currently don't do refinements this number can be equal or less than the actual number of unique buckets count : The total

Re: solr /export handler - behavior during close()

2017-05-16 Thread Varun Thacker
Hi Joel,Susmit I created https://issues.apache.org/jira/browse/SOLR-10698 to track the issue @Susmit looking at the stack trace I see the expression is using JSONTupleStream . I wonder if you tried using JavabinTupleStreamParser could it help improve performance ? On Tue, May 16, 2017 at 9:39 AM

Re: Disk Usage anomoly across shards/replicas

2016-03-05 Thread Varun Thacker
> numDocs:34,775,193 > maxDoc:45,409,362 > deletedDocs:10,634,169 > > > > /home/s123/solr/data/de_shard2_replica2 = 66G > > numDocs:34,775,193 > maxDoc:44,181,734 > deletedDocs:9,406,541 > > > > Thanks, > Rob > > > > > > -- Regards, Varun Thacker

Re: Commit after every document - alternate approach

2016-03-02 Thread Varun Thacker
re that all the documents which are put >> into MQ gets indexed in SOLR. Is there any other way of getting this done ? >> Please let me know. >> If we do a batch indexing, is there any chances we can identify if some >> documents is missed from indexing ? >> >> Thanks >> Sangeetha >> >> > -- > Monitoring * Alerting * Anomaly Detection * Centralized Log Management > Solr & Elasticsearch Support * http://sematext.com/ > > -- Regards, Varun Thacker

Re: [ISSUE] After restoring data to a Solrcloud instance

2016-03-02 Thread Varun Thacker
ase throw some light on this, so > we can proceed and fix this issue. > > Regards, > Janit > > On Tue, Mar 1, 2016 at 12:05 PM, Varun Thacker > wrote: > >> Hi Janit, >> >> Please ask these questions the solr-user mailing list. There is no point >> in

Re: [ISSUE] After restoring data to a Solrcloud instance

2016-02-29 Thread Varun Thacker
gt;> Hi, >> >> We have been facing the problem of corrupted solr index, after restoring >> our data. When we restore the data, the status shows 'success' after some >> time. But later, when we make some config changes and then try to stop the >> instance and restart it with the new configurations - the index is >> corrupted. >> >> Can someone throw light on the reason that might lead to this problem, or >> is there something we are missing in the restore process ? Some help would >> be greatly appreciated as this is a high priority task for us. >> >> Hope to receive a positive and prompt reply. >> >> Regards, >> Janit >> > > -- Regards, Varun Thacker

Re: solr suggester not working with shards

2014-10-08 Thread Varun Thacker
.nabble.com/solr-suggester-not-working-with-shards-tp4163261p4163265.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Varun Thacker http://www.vthacker.in/

Re: BlendedInfixSuggester index write.lock failures on core reload

2014-08-19 Thread Varun Thacker
nent.java:722) > at org.apache.solr.core.SolrCore$6.call(SolrCore.java:1753) > at java.util.concurrent.FutureTask.run(FutureTask.java:262) > at > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:745) > > Any ideas? > > Thanks, > Zisis T. > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/BlendedInfixSuggester-index-write-lock-failures-on-core-reload-tp4152984.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Varun Thacker http://www.vthacker.in/

Re: How to grab matching stats in Similarity class

2014-08-11 Thread Varun Thacker
his object. Is there any other way we could > make the similarity class aware of the global matching stats? > > I'd highly appreciate any help. > > Thanks, > Hamid -- Regards, Varun Thacker http://www.vthacker.in/

Re: Solr ranking query..

2014-02-04 Thread Varun Thacker
ut for the > boost query, I am unable to figure it out. Could you be kind enough to > point me to an example or maybe advice a bit more on that one? > > Thanks for your help, > Chris > > > On Tue, Feb 4, 2014 at 3:14 PM, Varun Thacker >wrote: > > > Hi Chris, >

Re: Duplicate Facet.FIelds cause same results, should dedupe?

2014-02-04 Thread Varun Thacker
gt; > "facet.field": > > > ["prac_spec_heir","all_proc_name_code","all_cond_name_code"," > > > prac_spec_heir","{!ex=exgender}gender","{!ex=expayor}payor_code_name"], > > > > > > -- > > > Bill Bell > > > billnb...@gmail.com > > > cell 720-256-8076 > > > > > > > > > -- > Bill Bell > billnb...@gmail.com > cell 720-256-8076 > -- Regards, Varun Thacker http://www.vthacker.in/

Re: Solr ranking query..

2014-02-04 Thread Varun Thacker
strative Office of the Courts North Carolina General > Assembly Department of Administration Department of > Agriculture Department of Commerce Department of > Correction Department of Crime Control & Public Safety > Department of Cultural Resources Department of Environment and > Natural Resources Department of Health and Human Services > Department of Insurance Department of Justice Department > of Juvenile Justice and Delinquency Prevention Department of > Labor Department of Public Instruction Department of > Revenue Department of State Treasurer Department of > Transportation Department of the Secretary of State Office > of State Personnel Office of the Governor Office of the > Lt. Governor Office of the State Auditor Office of the > State Controller Legal Sites North Carolina North Carolina Bar > Association North Carolina State Bar North Carolina Administrative > Code North Carolina Register Federal United States Code Code of > Federal Regulations U.S. Federal Courts Finder US Supreme Court > - U.S Supreme Court Rulings Library of Congress Public Access to Court > Electronic Records (PACER) Other American Bar Association - > Section of Administrative Law & Regulatory Practice - > Administrative Procedure Database American Association of Law > Libraries Administrative Codes & Registers Cornell's Legal Information > Institute - Administrative Law Links Law.com, Law Dictionary > National Association of Administrative Law Judges National Center for > State Courts | OAH Home | Hearings | Rules | Civil Rights | Forms | > Links | Privacy Policy | Disclaimer | If you have any questions or > comments, please e-mail: oah.postmas...@oah.nc.gov > North Carolina State Agencies, Legal > Sites, North Carolina, Federal, Other, > > 1709924 > 0.0 > Links > 2176 > 18887 > 77 > Y > www ncoah com links html > 2013-11-02T22:15:25.907Z > 1450632050861146113 > > NOW > > -- Regards, Varun Thacker http://www.vthacker.in/

Re: How to run a subsequent update query to documents indexed from a dataimport query

2014-01-26 Thread Varun Thacker
; > >> the content of the documents imported from /dataimport. > > >> > > >> Currently I have configured my custom Stanbol Processor as below in my > > >> /dataimport handler. > > >> > > >> > > >> > > >> data-config.xml > > >> stanbolInterceptor > > >> > > >> > > >> > > >> > > >> > >> class="com.solr.stanbol.processor.StanbolContentProcessorFactory"/> > > >> > > >> > > >> > > >> > > >> What I need now is to separate the 2 processes of dataimport and > > >> stanbol-enhancement. > > >> So this is like runing a separate re-indexing process periodically > over > > >> the documents imported from /dataimport for Stanbol fields. > > >> > > >> The question is how to trigger my Stanbol update process to the > > documents > > >> imported from /dataimport? > > >> In Solr to trigger /update query we need to know the id and the fields > > of > > >> the document to be updated. In my case I need to run all the documents > > >> imported from the previous /dataimport process through a stanbol > > >> update.chain. > > >> > > >> Is there a way to keep track of the documents ids imported from > > >> /dataimport? > > >> Any advice or pointers will be really helpful. > > >> > > >> Thanks, > > >> Dileepa > > >> > > > > > > > > > > > -- Regards, Varun Thacker http://www.vthacker.in/

Re: Possible regression for Solr 4.6.0 - commitWithin does not work with replicas

2014-01-23 Thread Varun Thacker
de € 4.168.964,30 > Siège social : 8, rue du Sentier 75002 Paris > 425 093 069 RCS Paris > > Ce message et les pièces jointes sont confidentiels et établis à > l'attention exclusive de leurs destinataires. Si vous n'êtes pas le > destinataire de ce message, merci de le détruire et d'en avertir > l'expéditeur. > -- Regards, Varun Thacker http://www.vthacker.in/

Re: Resolve an issuse with SOLR

2013-12-09 Thread Varun Thacker
operty of the Capgemini Group. It is intended only for the > person to whom it is addressed. If you are not the intended recipient, you > are not authorized to read, print, retain, copy, disseminate, distribute, > or use this message or any part thereof. If you receive this message in > error, please notify the sender immediately and delete all copies of this > message. > -- Regards, Varun Thacker http://www.vthacker.in/

Re: Multiple facet fields in "defaults" section of a Request Handler

2013-10-24 Thread Varun Thacker
arams like that - you could probably write > a custom component that inspected the params and droped ones you don't > want, but this wouldn't make sense as generalized logic in the > FacetComponent since faceting on a field both with and w/o a tag > expclusion at the same time is a very common use case. > > > > > -Hoss > -- Regards, Varun Thacker http://www.vthacker.in/

Multiple facet fields in "defaults" section of a Request Handler

2013-10-23 Thread Varun Thacker
then whatever is provided by the client will be discarded. Putting the facet definitions in "appends" cases it to facet category 2 times. Is there a way where he does not have to provide all the facet.field parameters in the API call? -- Regards, Varun Thacker http://www.vthacker.in/