Solr is used to manage lists of indexes.
We have a database containing documents of different types.
Each document type is defined by a list of properties and we want to associate
some of these properties with lists of indexes to help users during query.
For example:
The property contains a text
With embedded solr (1.3.0) sometime a SolrException happens.
I don't understand why : I have not been able to find a scenario.
org.apache.solr.common.SolrException: No such core: core0
at
org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:112)
at
org.apac