You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Maria Vazquez <ma...@dexone.com> on 2011/08/24 01:33:36 UTC

Solr support for stored procedures

Does Solr support calling stored procedures in the data-config.xml?

        <entity name="taxonomy"
                rootEntity="true"
                dataSource="db_qa"
                query="{ CALL getTaxonomyData ( Œmain¹ ) }"
                transformer="RegexTransformer"
                onError="continue">


Thanks!
Maria



Re: Solr support for stored procedures

Posted by Maria Vazquez <ma...@dexone.com>.
Thank you Erick!


On 8/24/11 9:37 AM, "Erick Erickson" <er...@gmail.com> wrote:

> This question is more suited to the user's list, please post any additional
> questions/comments over there. This list is intended for internal Lucene/Solr
> development discussions....
> 
> But I don't think so. See: https://issues.apache.org/jira/browse/SOLR-1262
> 
> Best
> Erick
> 
> On Tue, Aug 23, 2011 at 7:33 PM, Maria Vazquez <ma...@dexone.com>
> wrote:
>> Does Solr support calling stored procedures in the data-config.xml?
>> 
>>        <entity name="taxonomy"
>>                 rootEntity="true"
>>                 dataSource="db_qa"
>>                 query="{ CALL getTaxonomyData ( Œmain¹ ) }"
>>                 transformer="RegexTransformer"
>>                 onError="continue">
>> 
>> 
>> Thanks!
>> Maria
>> 
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: Solr support for stored procedures

Posted by Erick Erickson <er...@gmail.com>.
This question is more suited to the user's list, please post any additional
questions/comments over there. This list is intended for internal Lucene/Solr
development discussions....

But I don't think so. See: https://issues.apache.org/jira/browse/SOLR-1262

Best
Erick

On Tue, Aug 23, 2011 at 7:33 PM, Maria Vazquez <ma...@dexone.com> wrote:
> Does Solr support calling stored procedures in the data-config.xml?
>
>        <entity name="taxonomy"
>                 rootEntity="true"
>                 dataSource="db_qa"
>                 query="{ CALL getTaxonomyData ( ‘main’ ) }"
>                 transformer="RegexTransformer"
>                 onError="continue">
>
>
> Thanks!
> Maria
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org