AW: AW: AW: CoreContainer#createAndLoad, existing cores not loaded

2015-01-30 Thread Clemens Wyss DEV
reitag, 30. Januar 2015 07:38 An: solr-user@lucene.apache.org Betreff: AW: AW: AW: CoreContainer#createAndLoad, existing cores not loaded > The recommendation these days is to NOT use the embedded server We would love to, as it is clear that this is not the "Solr-way" to go. The reas

Re: AW: AW: AW: CoreContainer#createAndLoad, existing cores not loaded

2015-01-30 Thread Shawn Heisey
On 1/29/2015 11:37 PM, Clemens Wyss DEV wrote: >> The recommendation these days is to NOT use the embedded server > We would love to, as it is clear that this is not the "Solr-way" to go. The > reason for us building upon EmbeddedSolrServer is, we have more than > 150sites, each with ist own inde

AW: AW: AW: CoreContainer#createAndLoad, existing cores not loaded

2015-01-29 Thread Clemens Wyss DEV
etreff: Re: AW: AW: CoreContainer#createAndLoad, existing cores not loaded On 1/29/2015 10:15 AM, Clemens Wyss DEV wrote: >> to put your solr home inside the extracted WAR > We are NOT using war's > >> coreRootDirectory > I don't have this property in my sorl.xml > >

Re: AW: AW: CoreContainer#createAndLoad, existing cores not loaded

2015-01-29 Thread Shawn Heisey
On 1/29/2015 10:15 AM, Clemens Wyss DEV wrote: >> to put your solr home inside the extracted WAR > We are NOT using war's > >> coreRootDirectory > I don't have this property in my sorl.xml > >> If there will only be core.properties files in that cores directory > Again, I see no core.properties f

AW: AW: CoreContainer#createAndLoad, existing cores not loaded

2015-01-29 Thread Clemens Wyss DEV
going the "bleeding edge"-way! -Ursprüngliche Nachricht- Von: Shawn Heisey [mailto:apa...@elyograg.org] Gesendet: Donnerstag, 29. Januar 2015 18:10 An: solr-user@lucene.apache.org Betreff: Re: AW: CoreContainer#createAndLoad, existing cores not loaded On 1/29/2015 12:13 AM, Clemen

AW: AW: CoreContainer#createAndLoad, existing cores not loaded

2015-01-29 Thread Clemens Wyss DEV
ng my cores through CoreContainer.createCore( CordeDescriptor). The folder(s) are created but no core.properties file -Ursprüngliche Nachricht- Von: Shawn Heisey [mailto:apa...@elyograg.org] Gesendet: Donnerstag, 29. Januar 2015 17:28 An: solr-user@lucene.apache.org Betreff: Re: AW: CoreContainer#createAndL

Re: AW: CoreContainer#createAndLoad, existing cores not loaded

2015-01-29 Thread Shawn Heisey
On 1/29/2015 12:13 AM, Clemens Wyss DEV wrote: > BTW: > None of my core folders contains a core.properties file ... ? Could it be due > to the fact that I am (so far) running only EmbeddedSolrServer, hence no real > Solr-Server? I'm not sure how it's working without core.properties files, unless

Re: AW: CoreContainer#createAndLoad, existing cores not loaded

2015-01-29 Thread Shawn Heisey
On 1/29/2015 12:08 AM, Clemens Wyss DEV wrote: > Thx Shawn. I am running latest-greatest Solr (4.10.3) > Solr home is e.g. > /opt/webs//WebContent/WEB-INF/solr > the core(s) reside in > /opt/webs//WebContent/WEB-INF/solr/cores > Should these be found by core discovery? > If not, how can I configur

AW: CoreContainer#createAndLoad, existing cores not loaded

2015-01-29 Thread Clemens Wyss DEV
solr-user@lucene.apache.org Betreff: AW: CoreContainer#createAndLoad, existing cores not loaded Thx Shawn. I am running latest-greatest Solr (4.10.3) Solr home is e.g. /opt/webs//WebContent/WEB-INF/solr the core(s) reside in /opt/webs//WebContent/WEB-INF/solr/cores Should these be found by core disc

AW: CoreContainer#createAndLoad, existing cores not loaded

2015-01-28 Thread Clemens Wyss DEV
2015 08:08 An: solr-user@lucene.apache.org Betreff: AW: CoreContainer#createAndLoad, existing cores not loaded Thx Shawn. I am running latest-greatest Solr (4.10.3) Solr home is e.g. /opt/webs//WebContent/WEB-INF/solr the core(s) reside in /opt/webs//WebContent/WEB-INF/solr/cores Should these be

AW: CoreContainer#createAndLoad, existing cores not loaded

2015-01-28 Thread Clemens Wyss DEV
-user@lucene.apache.org Betreff: Re: CoreContainer#createAndLoad, existing cores not loaded On 1/28/2015 8:52 AM, Clemens Wyss DEV wrote: > My problem: > I create cores dynamically using container#create( CoreDescriptor ) and then > add documents to the very core(s). So far so go

Re: CoreContainer#createAndLoad, existing cores not loaded

2015-01-28 Thread Shawn Heisey
On 1/28/2015 8:52 AM, Clemens Wyss DEV wrote: > My problem: > I create cores dynamically using container#create( CoreDescriptor ) and then > add documents to the very core(s). So far so good. > When I restart my app I do > container = CoreContainer#createAndLoad(...) > but when I then call contain

CoreContainer#createAndLoad, existing cores not loaded

2015-01-28 Thread Clemens Wyss DEV
My problem: I create cores dynamically using container#create( CoreDescriptor ) and then add documents to the very core(s). So far so good. When I restart my app I do container = CoreContainer#createAndLoad(...) but when I then call container.getAllCoreNames() an empty list is returned. What core