You can use the /admin/mbeans handler to get all system stats. You can
find stats such as "adds" and "cumulative_adds" under the update
handler section.

http://localhost:8983/solr/collection1/admin/mbeans?stats=true

On Thu, Aug 22, 2013 at 12:35 PM, Prasi S <prasi1...@gmail.com> wrote:
> I am not using dih for indexing csv files. Im pushing data through solrj
> code. But i want a status something like what dih gives. ie. fire a
> command=status and we get the response. Is anythin like that available for
> any type of file indexing which we do through api ?
>
>
> On Thu, Aug 22, 2013 at 12:09 AM, Shalin Shekhar Mangar <
> shalinman...@gmail.com> wrote:
>
>> Yes, you can invoke
>> http://<host>:<port>/solr/dataimport?command=status which will return
>> how many Solr docs have been added etc.
>>
>> On Wed, Aug 21, 2013 at 4:56 PM, Prasi S <prasi1...@gmail.com> wrote:
>> > Hi,
>> > I am using solr 4.4 to index csv files. I am using solrj for this. At
>> > frequent intervels my user may request for "Status". I have to send get
>> > something like in DIH " Indexing in progress.. Added xxx documents".
>> >
>> > Is there anything like in dih, where we can fire a command=status to get
>> > the status of indexing for files.
>> >
>> >
>> > Thanks,
>> > Prasi
>>
>>
>>
>> --
>> Regards,
>> Shalin Shekhar Mangar.
>>



-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to