You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying out version 1.0.0 of this plugin in my test environment (ES 1.4.4), so this may be something that is already fixed in newer versions(I'm getting same issue with 2.4.x version of plugin). It seems that the plugin is loaded but the UrlTokenizerFactory is not found. Any idea of what might be going on?
Caused by: org.elasticsearch.common.settings.NoClassSettingsException: Failed to load class setting [type] with value [url]
at org.elasticsearch.common.settings.ImmutableSettings.loadClass(ImmutableSettings.java:471)
at org.elasticsearch.common.settings.ImmutableSettings.getAsClass(ImmutableSettings.java:459)
at org.elasticsearch.index.analysis.AnalysisModule.configure(AnalysisModule.java:298)
... 16 more
Caused by: java.lang.ClassNotFoundException: org.elasticsearch.index.analysis.url.UrlTokenizerFactory
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.elasticsearch.common.settings.ImmutableSettings.loadClass(ImmutableSettings.java:469)
Also, unrelated, can I use this plugin to find all documents with a specific url field that has the same host and path but different query parameters?
Sorry if this is not the right place to ask these questions. If so, where should I post them?
Cheers,
Carl
The text was updated successfully, but these errors were encountered:
I'm trying out version 1.0.0 of this plugin in my test environment (ES 1.4.4), so this may be something that is already fixed in newer versions(I'm getting same issue with 2.4.x version of plugin). It seems that the plugin is loaded but the UrlTokenizerFactory is not found. Any idea of what might be going on?
Also, unrelated, can I use this plugin to find all documents with a specific url field that has the same host and path but different query parameters?
Sorry if this is not the right place to ask these questions. If so, where should I post them?
Cheers,
Carl
The text was updated successfully, but these errors were encountered: