Re: Encryption to Solr indexes – Using Custom Codec

2016-06-20 Thread Don Bosco Durai
Mohit, just curious. Have you considered just encrypting the volume where there index is stored? It will be done at the OS level and performance wise it will be much better and easier to manage. Would it address your requirement? Or is it purely academic exercise for you. Bosco From: "Sidana

Re: Questions on SolrCloud core state, when will Solr recover a "DOWN" core to "ACTIVE" core.

2016-04-29 Thread Don Bosco Durai
Hi Li I got into very similar situation like you. The GC was taking much longer than the zookeeper timeout configured. I had 3 nodes in the SolrCloud and very often I would have my entire cluster totally messed up. Increasing the zookeeper timeout eventually helped. But before that, I was able

Re: Release date for Solr 6.0

2016-04-07 Thread Don Bosco Durai
Congratulations. Does this release mandate minimum JDK 1.8? Thanks Bosco On 4/7/16, 9:11 AM, "Anshum Gupta" wrote: >Hi Ben, > >The vote for 6.0 just passed about an hour ago and it should just a matter >of at the most 3-4 days depending on the availability of the release >manager before

Re: Adding configset in SolrCloud via API

2016-04-06 Thread Don Bosco Durai
); Thanks Bosco On 4/6/16, 5:02 PM, "Shawn Heisey" wrote: >On 4/6/2016 3:26 PM, Don Bosco Durai wrote: >> I want to automate the entire process from my Java process which is not >> running on any of the servers were SolrCloud is running. In short, I don’t >> ha

Re: Adding configset in SolrCloud via API

2016-04-06 Thread Don Bosco Durai
27;m not positive - I >>> could be totally wrong on that one. >>> >>> My point is that I uploaded the configs from a machine that had no >>> collection yet... it worked fine to set up then configs in Zookeeper. >>> Later, I issued the create collection co

Re: Adding configset in SolrCloud via API

2016-04-06 Thread Don Bosco Durai
those lines >> but it's been on hold. >> >> -Anshum >> >>> On Apr 6, 2016, at 12:21 PM, Don Bosco Durai wrote: >>> >>> Is there an equivalent of server/scripts/cloud-scripts/zkcli.sh -zkhost >>> $zk_host -cmd upconfig -confdir $co

Adding configset in SolrCloud via API

2016-04-06 Thread Don Bosco Durai
Is there an equivalent of server/scripts/cloud-scripts/zkcli.sh -zkhost $zk_host -cmd upconfig -confdir $config_folder -confname $config_name using APIs? I want to bootstrap by uploading the configs via API. Once the configs are uploaded, I am now able to do everything else via API. Thanks B

Re: Facet shows deleted values...

2016-01-04 Thread Don Bosco Durai
your autowarm period is long and you're still >> getting an old searcher when you run your tests? >> >> Assuming that you commit(), then wait a few minutes, do you see >> inaccurate facets? If so, what are the >> exact steps you follow? >> >> Best,

Facet shows deleted values...

2015-12-29 Thread Don Bosco Durai
I am purging some of my data on regular basis, but when I run a facet query, the deleted values are still shown in the facet list. Seems, commit with expunge resolves this issue (http://grokbase.com/t/lucene/solr-user/106313v302/deleted-documents-appearing-in-facet-fields ). But it seems, commi

Re: how to secure standalone solr

2015-12-11 Thread Don Bosco Durai
>Anyone told me how to secure standalone solr . Recently there were few discussion on this. In short, it is not tested and there doesn’t seem to a plan to test it. >1.)using Kerberos Plugin is a good practice or any other else. The answer depends how you are using it. Where you are deploying it,

Re: secure solr 5.3.1

2015-12-10 Thread Don Bosco Durai
gt; > > addprinc HTTP/192.168.0.107 >> > >> > > ktadd -k /tmp/107.keytab HTTP/192.168.0.107 >> > >> > > >> > >> > > Then copy the

Re: secure solr 5.3.1

2015-12-09 Thread Don Bosco Durai
t; It should be possible to run it in standalone mode, but it is not something >> that has been well test yet. >> >> On Tue, Dec 8, 2015 at 11:02 PM, Don Bosco Durai wrote: >> >> > It was tested and meant to work only in SolrCloud mode. >> > >

Re: secure solr 5.3.1

2015-12-08 Thread Don Bosco Durai
ce/display/solr/Kerberos+Authentication+Plugin?focusedCommentId=61331746#comment-61331746 2015-12-08 17:14 GMT+00:00 Don Bosco Durai : > Not sure exactly what you mean here. Even if you are running in SolrCloud, > you can access it using URL. So there won't be any change on the c

Re: secure solr 5.3.1

2015-12-08 Thread Don Bosco Durai
osting shoud be Cloud web hosting? or dont need a web server having cloud..? 2015-12-08 1:58 GMT+00:00 Don Bosco Durai : > Have you considered running your Solr as SolrCloud with embedded zookeeper? > > If you do, you have multiple options. Basic Auth, Kerberos and > authori

Re: Issue with Querying Solr

2015-12-08 Thread Don Bosco Durai
You only have 261 documents. That shouldn't be a problem, unless your document size is huge. I feel, the problem still exists somewhere. You have just deferred it... Bosco On Tue, Dec 8, 2015 at 6:48 AM -0800, "Salman Ansari" wrote: Thanks Andrea and Alexandre for your responses.

Re: secure solr 5.3.1

2015-12-07 Thread Don Bosco Durai
Have you considered running your Solr as SolrCloud with embedded zookeeper? If you do, you have multiple options. Basic Auth, Kerberos and authorization support. Bosco On 12/7/15, 7:03 AM, "kostali hassan" wrote: >How I shoud secure my server of solr 5 .3.1 in single-node Mode. I Am >se

Re: Solr 5: Schema.xml vs. Managed Schema - which is advisable?

2015-12-03 Thread Don Bosco Durai
My experience is, once managed-schema is created, then schema.xml even if present is ignored. When both are present, you will get a warning in the Solr log. I have stopped using schema.xml. Actually, I use it once, start Solr and after it generates managed-schema, I export it and pretty much ju

Re: Setting up Solr on multiple machines

2015-11-29 Thread Don Bosco Durai
ue is related to Windows command >as mentioned here >http://stackoverflow.com/questions/28837827/solr-5-0-unable-to-start-solr-with-zookeeper-ensemble > > >On Sun, Nov 29, 2015 at 10:55 PM, Don Bosco Durai wrote: > >> It is highly recommended to list all, but for testing, you

Re: Setting up Solr on multiple machines

2015-11-29 Thread Don Bosco Durai
the point is: do I really need to list all the zookeepers in the >ensemble when starting solr or I can just specify one of them? > >On Sun, Nov 29, 2015 at 10:45 PM, Don Bosco Durai wrote: > >> You might want to check the logs for why solr is not starting up. >> >&

Re: Setting up Solr on multiple machines

2015-11-29 Thread Don Bosco Durai
You might want to check the logs for why solr is not starting up. Bosco On 11/29/15, 11:30 AM, "Salman Ansari" wrote: >Thanks for your reply. > > > >Actually I am following the official guide to start solr using (on Windows >machines) > > > >bin/solr start -e cloud -z zk1:2181,zk2:2182,zk3:2

Re: Setting up Solr on multiple machines

2015-11-29 Thread Don Bosco Durai
For 2a, assuming you want to tell Solr where to store the local indexes, in SolrCloud I have generally updated the solr.in.sh for the variable SOLR_HOME=. Make sure solr.xml is in that folder and optionally zoo.cfg. For 2b, as Erick mentioned, you need all three params. Solr by default will exp

Re: Security Problems

2015-11-22 Thread Don Bosco Durai
st a UI) role covering the whole UI. More >sophisticated UIs are, for sure, possible, but I for one haven't thought >that far yet. > >Upayavira > >On Sat, Nov 21, 2015, at 09:42 PM, Don Bosco Durai wrote: >> In traditional web interface application, the URLs can be configured a

Re: Security Problems

2015-11-21 Thread Don Bosco Durai
In traditional web interface application, the URLs can be configured as public->authenticated->authorized. Which is very similar to what you are suggesting. >I tried out BasicAuthPlugin today. Surprised that not admin UI is protected. My suggestion would be to differentiate between Web Interfac

Re: shard range is empty...

2015-11-20 Thread Don Bosco Durai
tions API and shouldn't have led to that state. Have >you had similar issues before? > >I'm also wondering if you already had something from previous runs/installs >on the fs/zk. > >On Fri, Nov 20, 2015 at 10:26 AM, Don Bosco Durai wrote: > >> Anshum, >> >&g

Re: shard range is empty...

2015-11-20 Thread Don Bosco Durai
't use the Collections API to create the collection. > > > > > >On Fri, Nov 20, 2015 at 9:39 AM, Don Bosco Durai wrote: > >> I created a 3 shard cluster, but seems for one of the shard, the range is >> empty. Anyway to fix it without deleting and

Re: shard range is empty...

2015-11-20 Thread Don Bosco Durai
I am using Solr 5.2 version. Thanks Bosco On 11/20/15, 9:39 AM, "Don Bosco Durai" wrote: >I created a 3 shard cluster, but seems for one of the shard, the range is >empty. Anyway to fix it without deleting and recreating the collection? > >2015-11-20 08:59:50,901

shard range is empty...

2015-11-20 Thread Don Bosco Durai
I created a 3 shard cluster, but seems for one of the shard, the range is empty. Anyway to fix it without deleting and recreating the collection? 2015-11-20 08:59:50,901 [solr,writer=0] ERROR apache.solr.client.solrj.impl.CloudSolrClient (CloudSolrClient.java:902) - Request to collection my_col

Re: User Authentication

2015-08-24 Thread Don Bosco Durai
a single core. > >Steve > >On Mon, Aug 24, 2015 at 4:12 PM, Don Bosco Durai wrote: > >> Just curious, is Kerberos an option for you? If so, mostly all your 3 >>use >> cases will addressed. >> >> Bosco >> >> >> On 8/24/15, 12:18 PM, "

Re: User Authentication

2015-08-24 Thread Don Bosco Durai
Just curious, is Kerberos an option for you? If so, mostly all your 3 use cases will addressed. Bosco On 8/24/15, 12:18 PM, "Steven White" wrote: >Hi Noble, > >Is everything in the link you provided applicable to Solr 5.2.1? > >Thanks > >Steve > >On Mon, Aug 24, 2015 at 2:20 PM, Noble Paul wr

Re: dataDir config

2015-07-15 Thread Don Bosco Durai
I also feel having dataDir configurable helps deployments in enterprise easy. Generally software are installed in root disk e.g. /opt/solr and if the data folder is within it, then it will require root drive to be expanded as Solr index increases or need to be optimized, etc. Having data folder con