This is just what I needed, thank you so much for the quick response! It's
really appreciated!
Mark
On Tue, Jan 27, 2009 at 9:59 PM, Noble Paul നോബിള് नोब्ळ् <
noble.p...@gmail.com> wrote:
> There is a patch given for SOLR-883 .
>
> On Wed, Jan 28, 2009 at 9:43 AM, Noble Paul നോബിള് नोब्ळ्
>
There is a patch given for SOLR-883 .
On Wed, Jan 28, 2009 at 9:43 AM, Noble Paul നോബിള് नोब्ळ्
wrote:
> I shall give a patch today
>
> On Tue, Jan 27, 2009 at 11:58 PM, Mark Ferguson
> wrote:
>> Oh I see, thanks for the clarification.
>>
>> Unfortunately this brings me back to same problem I
I shall give a patch today
On Tue, Jan 27, 2009 at 11:58 PM, Mark Ferguson
wrote:
> Oh I see, thanks for the clarification.
>
> Unfortunately this brings me back to same problem I started with: implicit
> properties aren't available when managing indexes through the REST api. I
> know there is a
Oh I see, thanks for the clarification.
Unfortunately this brings me back to same problem I started with: implicit
properties aren't available when managing indexes through the REST api. I
know there is a patch in the works for this issue but I can't wait for it.
Is there any way to share the solr
The behavior is expected
properties set in solr.xml are not implicitly used anywhere.
you will have to use those variables explicitly in solrconfig.xml/schema.xml
instead of hardcoding dataDir in solrconfig.xml you can use it as a
variable $$dataDir
BTW there is an issue (https://issues.apache.org
Hi,
In my solr.xml file, I am trying to set the dataDir property the way it is
described in the CoreAdmin page on the wiki:
However, the property is being completed ignored. It is using whatever I
have set in the solrconfig.xml file (or ./data, the default value, if I set
nothing in that fi