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

How to run showcase with Solr 8 or greater ? #14

Open
codyburleson opened this issue Jun 14, 2019 · 1 comment
Open

How to run showcase with Solr 8 or greater ? #14

codyburleson opened this issue Jun 14, 2019 · 1 comment

Comments

@codyburleson
Copy link

codyburleson commented Jun 14, 2019

The README instructs the following, which does not work in Solr 8:

:solr> cd example
:example> java -jar start.jar
:example> cd exampledocs
:exampledocs> java -jar post.jar *.xml

There is no start.jar in SOLR_HOME/example. I tried the following:

bin/solr -e exampledocs

However, that prints the following error:

ERROR: Unsupported example exampledocs! Please choose one of: cloud, dih, schemaless, or techproducts

Is there a way that we can run the Showcase using Solr-8.0.0 or higher?

@bjonnh
Copy link

bjonnh commented Aug 12, 2020

In case someone still has this need:

bin/solr create_core -c collection1 -d sample_techproducts_configs
bin/post -c collection1 example/exampledocs/*

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

2 participants