Funnelback patch 15.12.0.12
-
Released: 2018-03-21
-
Applies to: v15.12.0
-
Internal reference: SUPPORT-2635 SUPPORT-2630
Description
-
Fixes a bug where analytics would skip query logs when the query was run with a gscope that was not all numbers.
-
Fixes a bug where query processing would not complete if the query contained an isolated colon in it.
-
Fixes a bug where query processing would not complete if the query contained "%" in it when search sessions are enabled.
Deployment
-
(Windows) Stop currently running crawls.
-
Stop the Jetty web server and the Funnelback daemon.
-
If bin/outliers-log-processing.pl is called directly on the command line, take note of the perl referenced in the #! line.
-
Deploy the provided files on top of an existing install, backing up all replaced files.
-
If bin/outliers-log-processing.pl is called directly on the command line, update the perl referenced in the #! line.
-
To support extended tweets, add "cb.setTweetModeExtended(true);" after the "ConfigurationBuilder cb = new ConfigurationBuilder();" line in the twitter custom_gather.groovy script.
-
Start the Jetty web server and the Funnelback daemon.
-
(Windows) Start crawls as needed.