>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 A
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
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 Terad