Email alerts with streaming expressions

2021-09-06 Thread Dan Rosher
Hi, I was wondering if anyone had tried email alerts with streaming expressions, and what their experience was if attempting this with say 12 million emails / day? Traditionally this might have been done with a database cursor iterator daily. I was thinking if something like the following pseudoc

Re: Email alerts with streaming expressions

2021-09-06 Thread Eric Pugh
I don’t have a specific answer for you, but I do think this is a great use for streaming expressions! I believe that with Solr you will need to monitor the process yourself, that there isn’t any support for restarting the daemon if it burps. I know in some commercial products that they ta

Re: Email alerts with streaming expressions

2021-09-06 Thread Charlie Hull
Are you trying to monitor a stream of emails for certain patterns? In which case you might look at the Lucene Monitor https://lucene.apache.org/core/8_2_0/monitor/index.html?overview-summary.html https://issues.apache.org/jira/browse/LUCENE-8766, which was originally Luwak - at my previous comp

Re: Email alerts with streaming expressions

2021-09-06 Thread Yuval Paz
Me and my team are building upon this solcolator: https://github.com/SOLR4189/solcolator Currently the processor is build for Solr 6.5.1, we are working on updating our Solr and I hope to release a complete version of our Solcolator as open source then (it will be for version 8.6.x). Making it a

Re: Vulnerabilities in SOLR 8.8.2

2021-09-06 Thread Cassandra Targett
We have replied to this person’s “monthly reminders” multiple times but they are apparently not subscribed to the list, so they do not see them. It’s almost becoming a troll at this point, to repeatedly attempt to shame a community for not answering but not bothering to join the community to kno

Re: Vulnerabilities in SOLR 8.8.2

2021-09-06 Thread dmitri maziuk
On 2021-09-06 2:26 PM, Cassandra Targett wrote: We have replied to this person’s “monthly reminders” multiple times but they are apparently not subscribed to the list, so they do not see them. It’s almost becoming a troll at this point, to repeatedly attempt to shame a community for not answer

trailing space added to fields

2021-09-06 Thread Scott Derrick
I'm indexing .xml documents and using the XPathEntityProcessor for data importing.  Here is a snippet of my conf file