The documentation says that the default update request processor change invokes
LogUpdateProcessorFactory, DistributedUpdateProcessorFactory, then
RunUpdateProcessorFactory.
The example immediately below that, also in the default solrconfig.xml file, is
missing DistributedUpdateProcessorFactor
Hi all,
we're doing periodic database reloads from external sources and I'm
trying to figure out how to monitor for errors. E.g. I'd run a query
'?q=FOO:BAR&rows=0' and check if "numFound" > 0, that'd tell me if the
reload succeeded.
The check is done using nagios curl plugin, and while it c
One good way to achieve this is to use an alias 'current'
So the 'current' replaces the latest version string like 7.1 and 8.6 in the
URL.
And Google will most likely show the current version on top always as it
will see it as changing frequently, so will think that it is something more
important t
Hello,
What version of zookeeper is recommended for latest 8.7 or upcoming 8.8
version ?
Can we use the 3.6.2 version of zookeeper?
Thanks!
SOW default to false?
but this seems to be true right??
For Solr 7.5 I get
"parsedquery":"+(+(text1:ki7 (+text1:ki
+text1:7)))"
At 2020-12-28 01:13:29, "Tulsi Das" wrote:
>Hi ,
>Yes this look like related to sow (split on whitespace) param default
>behaviour change in solr 7.
>
>T