Thanks much . This was useful.
On Thu, Aug 22, 2013 at 2:24 PM, Shalin Shekhar Mangar <
shalinman...@gmail.com> wrote:
> 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://localho
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 wrote:
> I am not using dih for indexi
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
Yes, you can invoke
http://:/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 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"
You know the size of CSV files and you can calculate it if you want.
2013/8/21 Prasi S
> 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 x
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