Re: Dynamically loading Elevation Info

2013-04-22 Thread Saroj C
From: Ravi Solr To: "solr-user@lucene.apache.org" Date: 22-04-2013 23:27 Subject: Re: Dynamically loading Elevation Info If you place the elevate.xml in the data directory of your index it will be loaded every time a commit happens. Thanks Ravi Kiran Bhaskar On Mon, Apr 22, 20

Re: Dynamically loading Elevation Info

2013-04-22 Thread Chris Hostetter
: In-Reply-To: <1366609851170-4057812.p...@n3.nabble.com> : References: <1366383543826-4057312.p...@n3.nabble.com> : : <1366609851170-4057812.p...@n3.nabble.com> : Subject: Dynamically loading Elevation Info https://people.apache.org/~hossman/#threadhijack Thread Hijacking on Mailing Lists Wh

Re: Dynamically loading Elevation Info

2013-04-22 Thread Ravi Solr
If you place the elevate.xml in the data directory of your index it will be loaded every time a commit happens. Thanks Ravi Kiran Bhaskar On Mon, Apr 22, 2013 at 7:38 AM, Erick Erickson wrote: > I believe (but don't know for sure) that the QEV file is re-read on > core reload, which the same a

Re: Dynamically loading Elevation Info

2013-04-22 Thread Erick Erickson
I believe (but don't know for sure) that the QEV file is re-read on core reload, which the same app that modifies the elevator.xml file could trigger with an http request, see: http://wiki.apache.org/solr/CoreAdmin#RELOAD At least that's what I would try first. Best Erick On Mon, Apr 22, 2013 a