Missing processor in example update request processor chain?

2020-12-28 Thread Walter Underwood
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

how to check num found

2020-12-28 Thread Dmitri Maziuk
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=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 can

Re: impressive improvement in documentation

2020-12-28 Thread S G
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

Recommended version of zookeeper for latest 8.7 or upcoming 8.8 version

2020-12-28 Thread S G
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!

Re:Re: Re:Re: Why do I get different results for the same query with two Solr versions?

2020-12-28 Thread xiefengchang
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. >