Re: Solr index getting replaced instead of merged

2017-08-31 Thread David Hastings
>Can anyone tell is it possible to paginate the data using Solr UI?

use the start/rows input fields using standard array start as 0,  ie
start=0, rows=10
start=10, rows=10
start=20, rows=10


On Thu, Aug 31, 2017 at 8:21 AM, Agrawal, Harshal (GE Digital) <
harshal.agra...@ge.com> wrote:

> Hello All,
>
> If I check out clear option while indexing 2nd table it worked.Thanks
> Gurdeep :)
> Can anyone tell is it possible to paginate the data using Solr UI?
> If yes please tell me the features which I can use?
>
> Regards
> Harshal
>
> From: Agrawal, Harshal (GE Digital)
> Sent: Wednesday, August 30, 2017 4:36 PM
> To: 'solr-user@lucene.apache.org' <solr-user@lucene.apache.org>
> Cc: Singh, Susnata (GE Digital) <susnata.si...@ge.com>
> Subject: Solr index getting replaced instead of merged
>
> Hello Guys,
>
> I have installed solr in my local system and was able to connect to
> Teradata successfully.
> For single table I am able to index the data and query it also but when I
> am trying for multiple tables in the same schema and doing indexing one by
> one respectively.
> I can see datasets getting replaced instead of merged .
>
> Can anyone help me please:
>
> Regards
> Harshal
>
>
>


RE: Solr index getting replaced instead of merged

2017-08-31 Thread Agrawal, Harshal (GE Digital)
Hello All,

If I check out clear option while indexing 2nd table it worked.Thanks Gurdeep :)
Can anyone tell is it possible to paginate the data using Solr UI?
If yes please tell me the features which I can use?

Regards
Harshal

From: Agrawal, Harshal (GE Digital)
Sent: Wednesday, August 30, 2017 4:36 PM
To: 'solr-user@lucene.apache.org' <solr-user@lucene.apache.org>
Cc: Singh, Susnata (GE Digital) <susnata.si...@ge.com>
Subject: Solr index getting replaced instead of merged

Hello Guys,

I have installed solr in my local system and was able to connect to Teradata 
successfully.
For single table I am able to index the data and query it also but when I am 
trying for multiple tables in the same schema and doing indexing one by one 
respectively.
I can see datasets getting replaced instead of merged .

Can anyone help me please:

Regards
Harshal




Re: Solr index getting replaced instead of merged

2017-08-30 Thread Gurdeep Singh
Not sure how you are doing indexing. Try adding clean=false in your indexing 
command/script when you do second table indexing.





> On 30 Aug 2017, at 7:06 PM, Agrawal, Harshal (GE Digital) 
>  wrote:
> 
> Hello Guys,
> 
> I have installed solr in my local system and was able to connect to Teradata 
> successfully.
> For single table I am able to index the data and query it also but when I am 
> trying for multiple tables in the same schema and doing indexing one by one 
> respectively.
> I can see datasets getting replaced instead of merged .
> 
> Can anyone help me please:
> 
> Regards
> Harshal
> 
> 


Solr index getting replaced instead of merged

2017-08-30 Thread Agrawal, Harshal (GE Digital)
Hello Guys,

I have installed solr in my local system and was able to connect to Teradata 
successfully.
For single table I am able to index the data and query it also but when I am 
trying for multiple tables in the same schema and doing indexing one by one 
respectively.
I can see datasets getting replaced instead of merged .

Can anyone help me please:

Regards
Harshal