> You should be able to paramaterize hte table name in the SQL using a
> request parameter...
>
> https://wiki.apache.org/solr/DataImportHandler#Accessing_request_parameters
>
>
> Best
> Erick
>
> On Wed, Sep 7, 2011 at 9:00 AM, Tobias Rübner wrote:
> > Thanks for yo
On Wed, Sep 7, 2011 at 12:15 PM, Shalin Shekhar Mangar <
shalinman...@gmail.com> wrote:
> On Wed, Sep 7, 2011 at 1:45 PM, Tobias Rübner wrote:
>
> > Hi,
> >
> > I want to trigger the data import handler remotly using the solrj api.
> > So I added a dih request ha
Hi,
I want to trigger the data import handler remotly using the solrj api.
So I added a dih request handler to my solr config and tried to call the
handler as described here
http://wiki.apache.org/solr/SolJava
ModifiableSolrParams params = new ModifiableSolrParams();
params.set("qt", "/dataimport
e
> true
> 0.005
>
>
>
>
> true
> true
> true
> true
> suggestion
> 50
> 50
>
>
> suggest
>
> /
>
> Query like that:
>
>
> http://localhost:8080/solr/core.01/suggest?q=wordPrefix&shards=localhost:8080/solr/core.01,localhos
Hi,
I try to use the suggest component (solr 3.3) with multiple cores.
I added a search component and a request handler as described in the docs (
http://wiki.apache.org/solr/Suggester) to my solrconfig.
That works fine for 1 core but querying my solr instance with the shards
parameter does not qu