Re: Integrate nutch with solr

2018-10-22 Thread Dinesh Sundaram
Thanks Shawn for the reply, yes I do have some questions on the solr too. can you please share the steps for solr side to integate the nutch or no steps are needed in solr? On Thu, Oct 18, 2018 at 8:35 PM Shawn Heisey wrote: > On 10/18/2018 12:35 PM, Dinesh Sundaram wrote: > > Can y

Integrate nutch with solr

2018-10-18 Thread Dinesh Sundaram
Hi Team, Can you please share the steps to integrate nutch 2.3.1 with solrcloud 7.1.0. Thanks, Dinesh Sundaram

solr allow read permission to anonymous/guest user

2018-06-28 Thread Dinesh Sundaram
Hi, Is there any option to allow read permissions to anonymous/guest user? expecting to prompt credentials only if any update or delete operations. Thanks, Dinesh Sundaram

Re: solr basic authentication

2018-06-27 Thread Dinesh Sundaram
/21/18 11:40 AM, Dinesh Sundaram wrote: > > is there any way to disable basic authentication for particular domain. i > > have proxy pass from a domain to solr which is always asking credentials > so > > wanted to disable basic auth only for that domain. is there any way? >

Re: Solr basic auth

2018-06-27 Thread Dinesh Sundaram
ted? > > You could also suggest in a new JIRA issue to extend Solr's auth feature > to allow a chain of AuthPlugins, and if the request passes any of them it > is let through. > > -- > Jan Høydahl, search solution architect > Cominvent AS - www.cominvent.com > > >

Re: Solr basic auth

2018-06-21 Thread Dinesh Sundaram
e client, not username/password? > >> > >> Jan > >> > >> Sendt fra min iPhone > >> > >>> 14. jun. 2018 kl. 22:24 skrev Dinesh Sundaram >: > >>> > >>> Hi, > >>> > >>> I have configured

solr basic authentication

2018-06-21 Thread Dinesh Sundaram
Hi, is there any way to disable basic authentication for particular domain. i have proxy pass from a domain to solr which is always asking credentials so wanted to disable basic auth only for that domain. is there any way? Thanks, Dinesh Sundaram.

Solr basic auth

2018-06-14 Thread Dinesh Sundaram
Hi, I have configured basic auth for solrcloud. it works well when i access the solr url directly. i have integrated this solr with test.com domain. now if I access the solr url like test.com/solr it prompts the credentials but I dont want to ask this time since it is known domain. is there any

solr search connectivity error with shards

2018-06-06 Thread Dinesh Sundaram
Hi, I have a domain called test.com to process solr search queries with 2 solr instances like below. second URL[2] works fine but I dont want to show up the localhost, portnumber to the end user so I tried to configure like first URL[1] but it is not working. I have the proxy pass in test.com