Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to create index - java.lang.ClassNotFoundException: org.elasticsearch.index.analysis.url.UrlTokenizerFactory #30

Open
cthorner opened this issue Nov 19, 2017 · 0 comments

Comments

@cthorner
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant