Re: Programmatic Basic Auth on CloudSolrClient

2021-03-04 Thread Mark H. Wood
ty. This is not > > useful if two collection required two separate set of credentials and they > > are parallelly accessed. > > Thanks in advance. > > -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc Description: PGP signature

Tangent: old Solr versions

2020-10-28 Thread Mark H. Wood
or > help - likely they are in set it and forget it mode. Oh, there are quite a few instances of Solr 4 out there as well. Many of them will be moving to v7 or v8, probably starting in the next 6-12 months. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdu

Re: Solr queries slow down over time

2020-09-25 Thread Mark H. Wood
nt sequence to start working. So yes, there *is* a better way. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc Description: PGP signature

Re: Need to update SOLR_HOME in the solr service script and getting errors

2020-09-17 Thread Mark H. Wood
service script, and 'chown' Solr's entire working directories tree to be owned by that user. Then, refrain from ever running Solr as 'root' or the problem may recur. Use the normal service start/stop mechanism for controlling your Solr instances. -- Mark H. Wood Lead Technology Analyst Univers

Re: [EXTERNAL] Getting rid of Master/Slave nomenclature in Solr

2020-06-29 Thread Mark H. Wood
worth the gain. So, my wish-list for Solr includes either (a) abolish standalone so the decision is taken out of my hands, or (b) port some of the cloud-only APIs back to the standalone layer. I haven't spent a moment's thought on how difficult either would be -- as I said, just a wish. -- Mark

Re: [EXTERNAL] Getting rid of Master/Slave nomenclature in Solr

2020-06-24 Thread Mark H. Wood
ee calling it a "herd" or suchlike. Now I'll try to shut up again. :-) -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc Description: PGP signature

Re: [EXTERNAL] Getting rid of Master/Slave nomenclature in Solr

2020-06-19 Thread Mark H. Wood
But this is an emotional issue, not a logical one. If doing X makes people angry, and we don't want to make those people angry, then perhaps we should not do X. > i think it is better to use the metaphor of copying rather than one of > hierarchy. language has so many (unintended) consequenc

Re: Getting rid of Master/Slave nomenclature in Solr

2020-06-18 Thread Mark H. Wood
Primary / satellite? -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc Description: PGP signature

Re: Script to check if solr is running

2020-06-05 Thread Mark H. Wood
use, > so the next best thing might be to check every 15 minutes or so if it's > running and run it if it has stopped. I've used Monit for things that must be kept running: https://mmonit.com/monit/ -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue Universi

Re: 404 response from Schema API

2020-05-15 Thread Mark H. Wood
On Thu, May 14, 2020 at 02:47:57PM -0600, Shawn Heisey wrote: > On 5/14/2020 1:13 PM, Mark H. Wood wrote: > > On Fri, Apr 17, 2020 at 10:11:40AM -0600, Shawn Heisey wrote: > >> On 4/16/2020 10:07 AM, Mark H. Wood wrote: > >>> I need to ask Solr 4.10 for th

Re: 404 response from Schema API

2020-05-14 Thread Mark H. Wood
On Thu, May 14, 2020 at 03:13:07PM -0400, Mark H. Wood wrote: > Anyway, I'll be reading up on how to upgrade to 5. (Hopefully not > farther, just yet -- changes between, I think, 5 and 6 mean I'd have > to spend a week reloading 10 years worth of data. For now I don't > want to go

Re: 404 response from Schema API

2020-05-14 Thread Mark H. Wood
On Fri, Apr 17, 2020 at 10:11:40AM -0600, Shawn Heisey wrote: > On 4/16/2020 10:07 AM, Mark H. Wood wrote: > > I need to ask Solr 4.10 for the name of the unique key field of a > > schema. So far, no matter what I've done, Solr is returning a 404. > > > > This wor

Re: Solr Ref Guide Redesign coming in 8.6

2020-04-29 Thread Mark H. Wood
* insensitive -- takes a lot of wheel motion to move the panel just a bit. (I'm aware that a lot of the things I complain about in "modern" web sites are the things that make them "modern". So, I'm an old fossil. :-) Firefox 68.7.0esr, Gentoo Linux. -- Mark H. Wood Lea

Re: 404 response from Schema API

2020-04-16 Thread Mark H. Wood
et:8443/solr/isw6_3/schema/uniquekey > > If that’s not the case you need to mention your collection. But in > either case your collection name comes after /solr/. Thank you. I think that's what I have now. > > On Apr 16, 2020, at 12:07 PM, Mark H. Wood wrote: > > > &g

404 response from Schema API

2020-04-16 Thread Mark H. Wood
/schema/uniquekey' So does this: curl 'https://toolshed.wood.net:8443/isw6_3/solr/statistics/schema' We normally use the ClassicIndexSchemaFactory. I tried switching to ManagedIndexSchemaFactory but it made no difference. Nothing is logged for the failed requests. Ideas? -- Mark H. Wood

Re: Optimal size for queries?

2020-04-15 Thread Mark H. Wood
paging/ Thank you for the links. I think these will be very helpful. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc Description: PGP signature

Optimal size for queries?

2020-04-10 Thread Mark H. Wood
can improve the process enough to give a response to an ad-hoc query while-you-wait? -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc Description: PGP signature

Re: How do *you* restrict access to Solr?

2020-03-19 Thread Mark H. Wood
e between those who can do nothing to your Solr and those who can do *everything* to your Solr. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc Description: PGP signature

Re: Dependency log4j-slf4j-impl for solr-core:7.5.0 causing a number of build problems

2020-01-17 Thread Mark H. Wood
o be rid of this dependency altogether, but at least it may allow the spring-boot artifact to run, until the other problem is sorted. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc Description: PGP signature

Re: Dependency log4j-slf4j-impl for solr-core:7.5.0 causing a number of build problems

2020-01-16 Thread Mark H. Wood
h solr-core is not the only artifact with that dependency. The first thing I would do is examine the output of 'mvn dependency:tree' to see what has dragged log4j-slf4j-impl in even when it is excluded from solr-core. -- Mark H. Wood Lead Technology Analyst University Library Indiana University -

Get Solr to notice new core without restarting?

2019-12-13 Thread Mark H. Wood
the product, so I'm always creating and destroying instances. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc Description: PGP signature

Re: Active directory integration in Solr

2019-11-20 Thread Mark H. Wood
018/11/20/apache-solr-hadoop-authentication-plugin-ldap.html ADS also uses Kerberos, and Solr has a Kerberos authN plugin. Would that help? -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indiana

Re: Anyway to encrypt admin user plain text password in Solr

2019-11-14 Thread Mark H. Wood
re needed. The best one can usually do is to reduce the frequency at which some credential must be entered manually. Solr supplies several authentication mechanisms besides BasicAuth. Would one of those serve? -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue U

Re: Enumerating cores via SolrJ

2019-08-13 Thread Mark H. Wood
On Fri, Aug 09, 2019 at 03:45:21PM -0600, Shawn Heisey wrote: > On 8/9/2019 3:07 PM, Mark H. Wood wrote: > > Did I miss something, or is there no way, using SolrJ, to enumerate > > loaded cores, as: > > > >curl 'http://solr.example.com:8983/solr/admin/cores?a

Enumerating cores via SolrJ

2019-08-09 Thread Mark H. Wood
Did I miss something, or is there no way, using SolrJ, to enumerate loaded cores, as: curl 'http://solr.example.com:8983/solr/admin/cores?action=STATUS' does? -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan

Re: SOLR Suggester returns either the full field value or single terms only

2019-06-20 Thread Mark H. Wood
much context as will fit the available space, and don't worry about the rest. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc Description: PGP signature

Proper type(s) for adding a DatePointField value [was: problems with indexing documents]

2019-04-04 Thread Mark H. Wood
ow can I determine the set of Java types that is accepted as a new field value for a field whose field type's class attribute is X? And where should I have read that? -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan St

Re: problems with indexing documents

2019-04-02 Thread Mark H. Wood
h the solr > > distribution, (SolrExampleTests.java), document timestamp fields are > > added using the same AddField call I am attempting to use, so I am > > very confused. > > > > Thanks for any advice! > > > > Regards, > > Bill > > -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc Description: PGP signature