Re: CloudSolrClient Connect To Zookeeper with ACL Protected files

2015-11-18 Thread Kevin Lee
roperties - see > https://cwiki.apache.org/confluence/display/solr/ZooKeeper+Access+Control. > But it would be nice to do this programmatically as well, maybe worth opening > a JIRA ticket? > > Alan Woodward > www.flax.co.uk > > > On 17 Nov 2015, at 16:4

Re: CloudSolrClient Connect To Zookeeper with ACL Protected files

2015-11-17 Thread Kevin Lee
Does anyone know if it is possible to set the ACL credentials in CloudSolrClient needed to access a protected resource in Zookeeper? Thanks! > On Nov 13, 2015, at 1:20 PM, Kevin Lee <kgle...@yahoo.com.INVALID> wrote: > > Hi, > > Is there a way to use CloudSolrClient and c

CloudSolrClient Connect To Zookeeper with ACL Protected files

2015-11-13 Thread Kevin Lee
Hi, Is there a way to use CloudSolrClient and connect to a Zookeeper instance where ACL is enabled and resources/files like /live_nodes, etc are ACL protected? Couldn’t find a way to set the ACL credentials. Thanks, Kevin

Re: Issue Using Solr 5.3 Authentication and Authorization Plugins

2015-09-08 Thread Kevin Lee
gt; wrote: > > Kevin & Noble, > > I'll take it on to test this. I've built from source before, and I've > wanted this authorization capability for awhile. > > On Fri, Sep 4, 2015 at 9:59 AM, Kevin Lee <kgle...@yahoo.com.invalid> wrote: > >> Noble, >&g

Re: Issue Using Solr 5.3 Authentication and Authorization Plugins

2015-09-04 Thread Kevin Lee
ture in solr too. Therefore, wanted >> to test and above info would help a lot to get started. >> >> Thanks. >> >> >> On Fri, Sep 4, 2015 at 1:45 PM, Kevin Lee <kgle...@yahoo.com.invalid> wrote: >> >>> Thanks, I downloaded the source and

Re: Config error mystery

2015-09-04 Thread Kevin Lee
Are you using a single instance or cloud? What version of Solr are you using? In your solrconfig.xml is the path to where you copied your library specified in a tag? Do you have a jar file for the Postgres JDBC driver in your lib directory as well? For simple setup in 5.x I copy the jars

Re: Issue Using Solr 5.3 Authentication and Authorization Plugins

2015-09-04 Thread Kevin Lee
anch > it would be helpful > > On Wed, Sep 2, 2015 at 5:11 PM, Noble Paul <noble.p...@gmail.com> wrote: >> I opened a ticket for the same >> https://issues.apache.org/jira/browse/SOLR-8004 >> >> On Wed, Sep 2, 2015 at 1:36 PM, Kevin Lee <kgle...@yahoo.c

Re: Error in creating a new collection

2015-09-03 Thread Kevin Lee
Configuration upload to zookeeper and collection creation are two separate things, although they can be accompished at the same time using /bin/solr. You can upload configurations before you create collections and you can have mutiple configurations uploaded to zookeeper at the same time. I

Re: Issue Using Solr 5.3 Authentication and Authorization Plugins

2015-09-02 Thread Kevin Lee
er uploading the new security.json and restarting the > web browser," > > The browser remembers your login , So it is unlikely to prompt for the > credentials again. > > Why don't you try the RELOAD operation using command line (curl) ? > > On Tue, Sep 1, 2015 at 10:3

Using bq param for negative boost

2015-09-02 Thread Kevin Lee
Hi, I’m trying to boost all results using the bq param with edismax where termA and termB do not appear in the field, but if phraseC appears it doesn’t matter if termA and termB appear. The following works and boosts everything that doesn’t have termA and termB in myField so the effect is

Re: Issue Using Solr 5.3 Authentication and Authorization Plugins

2015-09-01 Thread Kevin Lee
>> >> "If activating the authorization plugin doesn't protect the admin ui, >> how does one protect access to it?" >> >> One does not need to protect the admin UI. You only need to protect >> the relevant API calls . I mean it's OK to not protect the CSS a

Re: Issue Using Solr 5.3 Authentication and Authorization Plugins

2015-09-01 Thread Kevin Lee
I is not protected by any of these permissions. Only if you try > to perform a protected operation , it asks for a password. > > I'll investigate the restart problem and report my findings > >> On Tue, Sep 1, 2015 at 3:10 AM, Kevin Lee <kgle...@yahoo.com.invalid> wrote: >> Anyone else r

Re: DataImportHandler scheduling

2015-09-01 Thread Kevin Lee
While it may be useful to have a scheduler for simple cases, I think there are too many variables to make it useful for everyone's case. For example, I recently wrote a script that uses the data import handler api to get the status, kick off the import, etc. However, before allowing it to

Re: Issue Using Solr 5.3 Authentication and Authorization Plugins

2015-08-31 Thread Kevin Lee
Anyone else running into any issues trying to get the authentication and authorization plugins in 5.3 working? > On Aug 29, 2015, at 2:30 AM, Kevin Lee <kgle...@yahoo.com.INVALID> wrote: > > Hi, > > I’m trying to use the new basic auth plugin for Solr 5.3 and it doesn’t

Issue Using Solr 5.3 Authentication and Authorization Plugins

2015-08-29 Thread Kevin Lee
Hi, I’m trying to use the new basic auth plugin for Solr 5.3 and it doesn’t seem to be working quite right. Not sure if I’m missing steps or there is a bug. I am able to get it to protect access to a URL under a collection, but am unable to get it to secure access to the Admin UI. In

Re: Difficulties in getting Solrcloud running

2015-08-19 Thread Kevin Lee
Hi, Have you created a collection yet? If not, then there won’t be a graph yet. It doesn’t show up until there is at least one collection. - Kevin On Aug 19, 2015, at 5:48 AM, Merlin Morgenstern merlin.morgenst...@gmail.com wrote: HI everybody, I am trying to setup solrcloud on

Re: Upload core.properties to ZooKeeper

2015-08-06 Thread Kevin Lee
You should be able to use user defined properties within core.properties. However, it sounds like you are uploading core.properties to Zookeeper. In SolrCloud, core.properties is not uploaded to Zookeeper. You place core.properties within your core’s top level directory and the cores are