Verifying creation of index #1809
ahsanbagwan
started this conversation in
Elide 4
Replies: 1 comment
-
I'm not sure about the application.yaml settings. We usually set the hibernate settings directly:
index on startup should be set to true if you are not running a separate solr or elasticsearch cluster. You should see lucene files get created in the indexBase directory. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This application is running as docker container. Also when I run this on local I don't see a
/var/solr
created.true
?So I have this code in the application.yml
and the
indexOnStartup
is set totrue
like soBeta Was this translation helpful? Give feedback.
All reactions