Solr limit in words search - take 2

2021-11-17 Thread Scott
My apologies for the previous e-mail…should have never sent that as html I am facing a weird issue, possibly caused by my config. I have indexed a document which has a field called subject, subject is defined as:                                                                            

RE: Solr limit in words search - take 2

2021-11-17 Thread Scott
relevant issues: https://issues.apache.org/jira/browse/LUCENE-7398 https://issues.apache.org/jira/browse/LUCENE-4312 Michael On Wed, Nov 17, 2021 at 11:18 AM Scott wrote: > My apologies for the previous e-mail…should have never sent that as > html > > I am facing a weird i

RE: Solr limit in words search - take 2

2021-11-17 Thread Scott
ex-time analysis type (split or catenate). Some relevant issues: https://issues.apache.org/jira/browse/LUCENE-7398 https://issues.apache.org/jira/browse/LUCENE-4312 Michael On Wed, Nov 17, 2021 at 11:18 AM Scott wrote: > My apologies for the previous e-mail…should have never sent that as >

RE: Solr limit in words search - take 2

2021-11-17 Thread Scott
x27;ll be curious to know whether the addition of FlattenGraphFilter helps in your case, though! Michael On Wed, Nov 17, 2021 at 12:57 PM Scott wrote: > Could this be related ? > > > https://solr.apache.org/guide/6_6/filter-descriptions.html#FilterDescr > iptions-WordDelimiter

RE: Solr limit in words search

2021-11-17 Thread Scott
- From: Shawn Heisey Sent: Wednesday, November 17, 2021 6:50 PM To: users@solr.apache.org Subject: Re: Solr limit in words search On 11/17/21 9:00 AM, Scott Q. wrote: > I am facing a weird issue, possibly caused by my config. > > I have indexed a document which has a field called subject, subject is

RE: Solr limit in words search

2021-11-18 Thread Scott
Thanks - did it work as expected on your install ? Scott -Original Message- From: Shawn Heisey Sent: Thursday, November 18, 2021 1:01 AM To: users@solr.apache.org Subject: Re: Solr limit in words search On 11/17/2021 9:36 PM, Scott wrote: > Thanks Shawn, not sure if you saw, bu

Solr Cloud Node re-join issue

2021-12-10 Thread Scott
Having a bit of weird issue. We run a 4 node Solr Cloud , version 8.6.2 and for the most part it's been going quite well for more than 2 years now. We have to restart them occasionally to free up ram but I guess that's normal. Last night one of the nodes went into swap, used up all memory

RE: Solr Cloud Node re-join issue

2021-12-10 Thread Scott
s to host after such a crash ? Thanks -Original Message- From: Scott Sent: Friday, December 10, 2021 2:38 PM To: users@solr.apache.org Subject: Solr Cloud Node re-join issue Having a bit of weird issue. We run a 4 node Solr Cloud , version 8.6.2 and for the most part it's been

RE: Solr Cloud Node re-join issue

2021-12-11 Thread Scott
d Node re-join issue On 12/10/2021 12:38 PM, Scott wrote: > Having a bit of weird issue. > > We run a 4 node Solr Cloud , version 8.6.2 and for the most part it's > been going quite well for more than 2 years now. We have to restart > them occasionally to free up ram bu

RE: Solr Cloud Node re-join issue

2021-12-12 Thread Scott
NICE SIZE RES SWAP STATEC TIME WCPU COMMAND 57116 solr 165 520 235G23G0 uwait 1 36:20 9.60% java Is it normal for the process to occupy in memory more than the configured 16g ? Best, Scott -Original Message- From: Shawn Hei

RE: Solr Cloud Node re-join issue

2021-12-13 Thread Scott
So you're saying that Solr can use additional memory on top of what Xmx limits ? It appears the resident size keeps on increasing, swap was used at some point but it's not actively paging now. In FreeBSD you can use procstat or vmstat for more info root@solrcloud4:/usr/home/scott # p

RE: Solr Cloud Node re-join issue

2021-12-13 Thread Scott
, stack, threadlocal, mapped memory, etc. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Dec 13, 2021, at 7:53 AM, Scott wrote: > > So you're saying that Solr can use additional memory on top of what Xmx > limits ? It appears the reside

RE: Fresh Installation with Status and Access Issues

2024-10-29 Thread Scott Hollenbeck
Thanks for that reminder - I now have access! I'm still not sure of what's going on with iptables, though. I added an ACCEPT rule for traffic from my remote machine to the beginning of the chain, and that got rid of the blocking problem. I'll finish debugging that later with TRAC

RE: Fresh Installation with Status and Access Issues

2024-10-28 Thread Scott Hollenbeck
Thanks for the suggestion. Unfortunately it didn't help. Scott -Original Message- From: Thorsten Heit Sent: Monday, October 28, 2024 10:42 AM To: users@solr.apache.org Subject: Re: Fresh Installation with Status and Access Issues Hi, > Attempts to connect to the server

RE: Fresh Installation with Status and Access Issues

2024-10-28 Thread Scott Hollenbeck
that has something to do with the status I see when I run "systemctl status solr", which is "active (exited)". What might cause that? I don't see anything obvious in any of the solr log files. Scott -Original Message- From: Rigolin, Dario Sent: Monday, Octo

RE: Fresh Installation with Status and Access Issues

2024-10-28 Thread Scott Hollenbeck
Why enable it? I've already noted that tcp/8983 is enabled using iptables. With ufw disabled it's not blocking anything. Scott -Original Message- From: Jose, Manu Sent: Monday, October 28, 2024 9:49 AM To: users@solr.apache.org Subject: AW: Fresh Installation with Status

RE: Fresh Installation with Status and Access Issues

2024-10-28 Thread Scott Hollenbeck
Thanks for the suggestion. I should have mentioned that ufw is disabled. Scott -Original Message- From: Rigolin, Dario Sent: Monday, October 28, 2024 3:00 AM To: users@solr.apache.org Subject: Re: Fresh Installation with Status and Access Issues Hi you have probably ufw (ubuntu

Fresh Installation with Status and Access Issues

2024-10-27 Thread Scott Hollenbeck
URGP=0 Can someone please help me understand what's going on here? Why is the service not in an active (running) state? Why is iptables blocking the connection request when the port is open? Thank you, Scott

Preserving Settings Across Upgrades?

2021-07-20 Thread Scott Hollenbeck
e the keystore and security.json files, and re-edit bin/solr.in.sh to change the TLS/SSL settings. There has to be a better way - what am I missing? Scott

limiting term facets

2021-08-26 Thread Scott Derrick
There is a mincount when requesting a type: terms facet, limiting the return buckets to at least this number, default 1 I need a maxcount, limiting the return buckets to less than a specified number. I'm interested in the rare words, not the common words. thanks, Scott

Does a type of facet.contains=. exist?

2021-08-26 Thread Scott Derrick
ement? I tried facet.contains=. and did not get the desired results. thanks, Scott

trailing space added to fields

2021-09-06 Thread Scott Derrick
last! Will find me at cor: Shawmut Ave. & Pleasant St. a few doors from 66 S. Ave, further downtown. Hope you will find time to come in. Not yet settled, but like much better. Hope you are prospering. Wanted to see you last Sabbath eve but too tired In love Mary – ", "closer":"Boston Sept 9. 1884 . ", "id":"3272bf21-e6c2-4053-85ef-db3ec5a7f0ae", "_version_":1710182653070671872},| I'm guessing its the XPathEntityProcessor that is doing it but I'm certainly open to pilot error! Any ideas how I can get rid of the trailing space? thanks, Scott

Re: trailing space added to fields

2021-09-07 Thread Scott Derrick
Alexandre, perfect!!! There is a built in white space trim factory, TrimFieldUpdateProcessorFactory that I added to the default chain and now all is good! thanks again, Scott On 9/7/21 7:32 AM, Alexandre Rafalovitch wrote: The general answer is to add

Using collapse and expand results

2021-09-22 Thread Scott Derrick
I was using result grouping but the docs recommend using collapse expand I tried this simple request and am seeing an error I don't understand? responseHeader: { status: 500, QTime: 4, params: { q: "type:(incoming_correspondence)", fl: "title,author,origin,origGeo,

Re: Using collapse and expand results

2021-09-22 Thread Scott Derrick
Rahul, Thanks, the field I was using was text_general. Switching to a String fixed the issue. Scott

Sorting Collapse/Expand results

2021-09-25 Thread Scott Derrick
objects in each group, not the order of the groups. I'm trying to not have to post process the results into a sorted order. thanks, Scott

XPathEntityProcessor

2021-10-25 Thread Scott Derrick
searchable? thanks, Scott

XPathEntityProcessor not indexing all instances of nodes defined in config?

2021-10-29 Thread Scott Derrick
ead the published version. There are "note" nodes at the xpath="/TEI/teiHeader//note" but only the last is stored and searchable?  This is happening to all instances where there are multiple nodes in the xpath.  Only the last node is stored? Is there something wrong with my config file? thanks, Scott

Re: XPathEntityProcessor not indexing all instances of nodes defined in config?

2021-10-29 Thread Scott Derrick
.\" See page 21 of Eddy's \n Poems \n to read the published version.", "A10004 is a draft of Eddy's poem \" Woman's Rights ,\" published on page 21 of Poems .", "Jesus Christ"],| Scott On 10/29/21 10:22 AM, Scott Derrick wrote: I have th

dataimport only works with curl

2021-11-04 Thread Scott Derrick
-7.7.2.jar -rw-r--r-- 1 root root   40568 May 28  2019 solr-dataimporthandler-extras-7.7.2.jar I don't understand why the update works using the httpd interface but not the web interface? thanks, Scott

Re: dataimport only works with curl

2021-11-07 Thread Scott Derrick
nfig The %2F between update and tei looks suspicious! 2F is the ASCII number for the /, but why is it the only slash not uriencoded? I have attached a screenshot file:///home/scott/Desktop/Screenshot%20at%202021-11-07%2014-35-48.png If I press the Execute button I get another 404 message in

Re: dataimport only works with curl

2021-11-07 Thread Scott Derrick
text/plain; charset=UTF-8 5 On 11/4/21 9:31 AM, Shawn Heisey wrote: On 11/4/21 9:38 AM, Scott Derrick wrote: If I go to my solr service website, select a core, go to the dataimport page

Re: dataimport only works with curl

2021-11-07 Thread Scott Derrick
Here is the link to the solr web page when I go to the Dataimport page https://photos.app.goo.gl/AiEEnsB4TcUizWhT6 Here is a link to the DataImport page after I press the Execute button https://photos.app.goo.gl/sq2rNto4kDFV1Jzy8 thanks, Scott On 11/4/21 9:36 AM, Alexandre Rafalovitch

Re: dataimport only works with curl

2021-11-08 Thread Scott Derrick
ave the issue. I just tried it on a Windoze box with Firefox and edge and saw same issue. thank again, Scott On 11/7/21 6:59 PM, Shawn Heisey wrote: On 11/7/2021 3:44 PM, Scott Derrick wrote: the address in the debugger is https://xxx.org/solr/mbepp/update%2Ftei?_=1636324054429&a

Solr limit in words search

2021-11-17 Thread Scott Q.
I am facing a weird issue, possibly caused by my config. I have indexed a document which has a field called subject, subject is defined as:                                                                                                                                                

Re: Solr upgrade 3.6.1 TO 8.10.1 : ERROR Data at the root level is invalid. Line 1, position 1.

2021-11-17 Thread Scott Q.
I'm no expert but I see you're expecting XML and as far as I know, the default response in Solr 8 is JSON. Maybe check that ? On Wednesday, 17-11-2021 at 11:16 Heller, George A III CTR (USA) wrote: We have an existing ASP>NET C# application that currently uses Solr 3.6.1 for indexing and s

log4j zero day exploit

2021-12-11 Thread Scott Derrick
_OPTS -Dlog4j2.formatMsgNoLookups=true" I restarted solr but would like to verify my instance is running with the log4j2 setting. I can't figure out how to see what SOLR_OPTS it started with? thanks, Scott |

log4j zero day exploit

2021-12-11 Thread Scott Derrick
_OPTS -Dlog4j2.formatMsgNoLookups=true" I restarted solr but would like to verify my instance is running with the log4j2 setting. I can't figure out how to see what SOLR_OPTS it started with? thanks, Scott |

log4j2 exploit

2021-12-11 Thread Scott Derrick
figured out how to echo the solr_opts in startup Scott

Log4J saga (CVE-2021-45046)

2021-12-15 Thread Scott Derrick
/log4j-api-2.11.0.jar ./contrib/prometheus-exporter/lib/log4j-slf4j-impl-2.11.0.jar If I replace them all with version 2.16 will that clear this up?  DO I have to change anything else? thanks, Scott

Nashorn deprecation warning

2022-02-09 Thread Scott Q.
Does anyone know how to get rid of the warning message: Warning: Nashorn engine is planned to be removed from a future JDK release it accumulates quickly in my solr-8983-console.log file - I usually restart solr and remove that file once it reaches 2Gb in size. I tried adding -Dnashorn.args='--no

Re: Nashorn deprecation warning

2022-02-09 Thread Scott Q.
recation-warning=true' But just a guess. Regards Bernd Am 09.02.22 um 10:34 schrieb Scott Q.: > Does anyone know how to get rid of the warning message: Warning: > Nashorn engine is planned to be removed from a future JDK release > > it accumulates quickly in my solr-8983-conso

Re: Nashorn deprecation warning

2022-02-09 Thread Scott Q.
! Scott On Wednesday, 09-02-2022 at 08:36 Bernd Fehling wrote: After a deeper look into this, my next guess is setting the nashorn.args option to the begin of all other options and use: -Dnashorn.args.prepend=--no-deprecation-warning The "prepend" will set this as first option to na

Is solr what I want, or something else?

2022-04-16 Thread Jay Scott
I apologize if I've gone overboard in asking my question, but I have had trouble making myself understood, especially when I don't know the proper terminology. I have the impression (perhaps mistaken) that I can use solr to search for ISBN and get a list of all the ISBNs found in any of the indexe

Re: Is solr what I want, or something else?

2022-04-17 Thread Jay Scott
j. On Sun, Apr 17, 2022 at 11:03 AM dmitri maziuk wrote: > On 2022-04-16 9:25 PM, Jay Scott wrote: > > > I want to do all of this locally -- not use the cloud or > > anything like that. > > Can you fire up a docker container? These days it's not that hard to > s

dataimport problem

2023-09-02 Thread Scott Derrick
I'm having a separate issue on a specific search return and I think it is related to this one document.  I've looked in the solr logs and don't see any reference to a failed document on import? How do I find out what document is failing on import?  I tried passing &debug=true curl 'http://localhost:8983/solr/mbepp/update/tei?command=full-import&clean=true&debug=true' but then it only processes 10 documents and stops? very frustrating. Scott

Solr 9.3.0: NumberRangePrefixTree error

2023-09-09 Thread Scott Vanderbilt
Hello. I hope I'm posting this to the right place. The Solr web site seems to direct initial queries for support here. Running Solr 9.3.0 on JRE 17.0.7+8-LTS-224, with Solarium 6.3.1 as middleware. When I submit a query on a field of type solr.DateRangeField, I get the following error: 202

solr status 401 Error

2023-09-23 Thread Scott Hollenbeck
I'm running solr 8.11.2 on a single server. I have the server configured to support basic authentication, which works fine when I connect to the server on port 8983 using a web browser. The problem I'm having is that the command fails with an "HTTP ERROR 401 require authentication" error when I try

RE: solr status 401 Error

2023-09-23 Thread Scott Hollenbeck
Thanks for the reply. I’m actually trying to get a 9.3.0 instance up, running, and accessible from my web browser, so the lack of a back port isn’t an issue for me. I’ll take a look at the ticket. Scott From: Eric Pugh Sent: Saturday, September 23, 2023 9:45 AM To: users

9.0.3 Server Running, Connection Refused

2023-09-23 Thread Scott Hollenbeck
when I switch to an installed older (8.11.2) installed version of solr. Did I miss something during the installation and configuration steps for this 9.0.3 instance? Thanks, Scott

RE: 9.0.3 Server Running, Connection Refused

2023-09-23 Thread Scott Hollenbeck
security manager is enabled. This may have implications too depending on your deployment -Tim On Sat, Sep 23, 2023 at 2:16 PM Scott Hollenbeck wrote: > I'm running a single instance of solr server 9.0.3. > > However, I can't connect to the server using a web browser or command li

Error Creating Core Caused by: solr.scripting.xslt.XSLTResponseWriter

2023-09-24 Thread Scott Hollenbeck
t's in my data directory. Here's the definition: 5 Can someone help me understand what failed here? Did I miss something in my server configuration? Thanks, Scott

RE: Error Creating Core Caused by: solr.scripting.xslt.XSLTResponseWriter

2023-09-24 Thread Scott Hollenbeck
Sorry, yes, 9.3.0. I found the problem, though. I needed to add "scripting" to the value of SOLR_MODULES in bin/solr.in.sh. That is, I changed this: SOLR_MODULES=analysis-extras to this: SOLR_MODULES=analysis-extras,scripting With that fix I was able to create the core without err

Solr 9.3.0: NumberRangePrefixTree error

2023-10-17 Thread Scott Vanderbilt
Hello. I posted the message below to this list back on 9 September, but it didn't seem to elicit a response. Trying again in the hopes someone can lend some assistance, for which I would be most grateful. Thanks

SOLR 8.11.2 Cloud issue

2023-10-22 Thread Scott Q.
I have SOLR 8.11.2 running with 5 nodes in Cloud configuration and it works great. In fact it was an upgrade from an earlier version that's been stable for a few years. Since upgrading to 8.11.2 the WEB UI no longer displays the Cloud menu on the left. I can still access it via direct URL because

Re: SOLR 8.11.2 Cloud issue

2023-10-22 Thread Scott Q.
un, 22 Oct, 2023, 3:36 pm Scott Q., wrote: > I have SOLR 8.11.2 running with 5 nodes in Cloud > configuration and it works great. In fact it was an upgrade from an > earlier version that's been stable for a few years. > > > Since upgrading to 8.11.2 the WEB UI no longer disp

Re: SOLR 8.11.2 Cloud issue

2023-10-23 Thread Scott Q.
mbers are taking a lead on that front. On Mon, 23 Oct, 2023, 11:47 am Scott Q., wrote: > Hmm...yes. > > Attaching image - this is when I access the ~cloud URL via direct link. > But notice there's no Cloud menu on the left side... > > > If I access the direct links > On

Indexed Content Lost on Restart

2023-11-01 Thread Scott Hollenbeck
I'm running a single instance of Solr 9.4.0. I've noticed that when the solr service is restarted, or when the server is rebooted and the service starts, the indexed content seems to disappear from my solr cores and needs to be re-indexed. This wasn't happening when running Solr 8.x, and I'm not su

RE: Indexed Content Lost on Restart

2023-11-01 Thread Scott Hollenbeck
porleder Sent: Wednesday, November 1, 2023 1:47 PM To: users@solr.apache.org Subject: Re: Indexed Content Lost on Restart Do you commit? On Wed, Nov 1, 2023 at 1:40 PM Scott Hollenbeck wrote: > > I'm running a single instance of Solr 9.4.0. I've noticed that when the solr > service i

RE: Indexed Content Lost on Restart

2023-11-01 Thread Scott Hollenbeck
-indexing the content has solved the problem, and data persists across server restarts. -Original Message- From: Scott Hollenbeck Sent: Wednesday, November 1, 2023 2:11 PM To: 'users@solr.apache.org' Subject: RE: Indexed Content Lost on Restart I'm unsure. I queue the conte

issue starting example core in new 8.11 install

2024-03-07 Thread Scott Derrick
it out and ran into this? thanks, Scott

Re: issue starting example core in new 8.11 install

2024-03-07 Thread Scott Derrick
single-node On 3/7/24 17:13, Dmitri Maziuk wrote: On 3/7/24 18:49, Scott Derrick wrote: ... When I use the core admin tool to add a core I get this error Error CREATEing SolrCore 'test': Unable to create core [test] Caused by: Can't find resource 'lang/contractions_it.

Re: issue starting example core in new 8.11 install

2024-03-07 Thread Scott Derrick
Runtime Private Build OpenJDK 64-Bit Server VM 19.0.2 19.0.2+7-Ubuntu-0ubuntu322.04 On 3/7/24 17:13, Dmitri Maziuk wrote: On 3/7/24 18:49, Scott Derrick wrote: ... When I use the core admin tool to add a core I get this error Error CREATEing SolrCore 'test': Unable to create

reindexing failing after move to new server

2024-03-08 Thread Scott Derrick
uot;: "", "statusMessages": { "Time Elapsed": "0:6:40.897", "Total Requests made to DataSource": "0", "Total Rows Fetched": "0", "Total Documents Processed": "0", "Total Documents Skipped": "0", "Full Dump Started": "2024-03-08 19:06:38", "Full Import failed": "2024-03-08 19:06:38" } } logging reveals || 3/8/2024, 11:06:38 AM ERROR true x:mbepp DataImporter Full Import failed | How can I show more debugging to figure out what is failing? thanks, Scott |||

Re: reindexing failing after move to new server

2024-03-08 Thread Scott Derrick
uests made to DataSource": "0", "Total Rows Fetched": "0", "Total Documents Processed": "0", "Total Documents Skipped": "0", "Full Dump Started": "2024-03-08 19:17:41", "Full Import failed": &

Re: reindexing failing after move to new server

2024-03-08 Thread Scott Derrick
Dmitri, Mucho thanks!  That did it.  The files our owned by the tomcat process, so adding solr to the tomcat group allowed read access to the files! thanks again, Scott On 3/8/24 11:49, Dmitri Maziuk wrote: On 3/8/24 13:38, Scott Derrick wrote: I'm actually indexing from xml files s

reindexing fails on a particular file

2024-03-08 Thread Scott Derrick
t change the output of the log file. Any ideas how to get the logger to output something useful? Scott

Content Encoding Error accessing web interface

2024-03-20 Thread Scott Derrick
. Any ideas as to why this is happening? thanks, Scott

Content Encoding Error accessing web interface

2024-03-20 Thread Scott Derrick
will be closing off port 8983 for production and need to be able to access the solr interface through apache. Any ideas as to why this is happening? thanks, Scott

Re: Slow system info

2025-03-26 Thread Scott Q.
version? Significant performance improvements were done recently with SOLR-17340 and SOLR-17441, respectively in versions 9.7 and 9.8. Le mer. 26 mars 2025 à 14:56, Scott Q. a écrit : > I run a 5 node Solr Cloud setup and for some reason the busier > the cluster gets, the slower this endpoint b

Solr cloud (apparently) losing leader

2025-05-16 Thread Scott Q.
I have a 6 node lightly used Solr cloud setup that seemingly at random loses its leader and then fails to recover on its own. Logs scroll on all machines with errors like: 2025-05-16 19:06:05.975 ERROR (qtp1378497201-42484) [c:dovecot s:shard8 r:core_node118 x:dovecot_shard8_replica_n117] o.a.s.u