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 aut

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 > wrote: > > HI everybody, > > I am trying to setup solrcloud on ubuntu and somehow the grap

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 additio

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 wrote: > > Hi, > > I’m trying to use the new basic auth plugin for Solr 5.3 and it doesn’t seem > to be working quite r

Re: Issue Using Solr 5.3 Authentication and Authorization Plugins

2015-09-01 Thread Kevin Lee
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 wrote: >> Anyone else running into any issues trying to get

Re: Issue Using Solr 5.3 Authentication and Authorization Plugins

2015-09-01 Thread Kevin Lee
in 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 and >> HTML stuff. But if you per

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 just

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 that

Re: Issue Using Solr 5.3 Authentication and Authorization Plugins

2015-09-02 Thread Kevin Lee
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:31 PM, Kevin Lee wrote: >

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 ty

Re: Issue Using Solr 5.3 Authentication and Authorization Plugins

2015-09-04 Thread Kevin Lee
> > On Wed, Sep 2, 2015 at 5:11 PM, Noble Paul 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 wrote: >>> I’ve found that completely exiting Chrome or Firefox and

Re: Issue Using Solr 5.3 Authentication and Authorization Plugins

2015-09-04 Thread Kevin Lee
> upload the security.json again for it to take effect. >>> >>> - Kevin >>> >>>> On Sep 3, 2015, at 10:29 PM, Noble Paul wrote: >>>> >>>> Both these are committed. If you could test with the latest 5.3 branch >>>> i

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 to

Re: Issue Using Solr 5.3 Authentication and Authorization Plugins

2015-09-08 Thread Kevin Lee
n & 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 wrote: > >> Noble, >> >> Does SOLR-8000 need to be

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: 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 wrote: > > Hi, > > Is there a way to use CloudSolrClient and connect to a Zookeeper instance

Re: CloudSolrClient Connect To Zookeeper with ACL Protected files

2015-11-18 Thread Kevin Lee
- 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:44, Kevin Lee wrote: > >