Thanks ,
I am really looking forward to the SolrInfoMBeanHandler .
As of now I am working with the parsing idea .
--
View this message in context:
http://lucene.472066.n3.nabble.com/Cache-hits-exposed-by-API-tp930602p962654.html
Sent from the Solr - User mailing list archive at Nabble.com.
I knew that the jsp page= http://localhost:8983/solr/admin/stats.jsp
shows the different statistics but actually I am trying to read the hit
rate of the solr cache's via a Java Code.That's why I asked if the same is
exposed via Solr API's...Please share if you know about the same.
Thank
This is just an enquiry.I just wanted to know if the cache hit rates of solr
exposed via the API of solr?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Cache-hits-exposed-by-API-tp930602p930602.html
Sent from the Solr - User mailing list archive at Nabble.com.
hi ,
I am fectching the following details programatically :
---
---
Name :: /replication
Class :: org.apache.solr.handler.ReplicationHandler
Version :: $Revision: 829682 $
Description :: ReplicationHandler provides replication of index
Thanks for the info , using the above properties solved the issue .
--
View this message in context:
http://lucene.472066.n3.nabble.com/jmx-issue-with-solr-tp828478p829057.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi,
I am trying to start solr with the following command :
java -Dsolr.solr.home="./example-DIH/solr/" -Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=3000
On doing so an error is reported :
Error: Password file read access must be restricted: C:\Program
Files\Java\jdk1.
6.
hello,
i need to access the solr mbeans displayed in jconsole to access the
attributes of solr using codes( java)
JMXServiceURL address = new
JMXServiceURL("service:jmx:rmi:///jndi/rmi://:/jmxrmi");
JMXConnector conn = JMXConnectorFactory.connect(address);
hi,
lukeresponse api's in solr provide info about the maximum no of documents
etc..
but does any one know how to get the same programatically.???
I have used the piece of code below:
LukeResponse lukeResponse = new LukeResponse();
String indexD
hi,
I am using the piece of code given below
ReplicationHandler handler2 = new ReplicationHandler();
System.out.println( handler2.getDescription());
NamedList statistics = handler2.getStatistics();
hi,
I am using the piece of code given below
ReplicationHandler handler2 = new ReplicationHandler();
System.out.println( handler2.getDescription());
NamedList statistics = handler2.getStatistics();
hi,
I need to monitor the index for the following information:
1. Size of the index
2 Last time the index was updated.
Although I did an extensive search of the API's i cant find something which
does the same( as mentioned above)
please help
--
View this message in context:
http://n3.n
@ all
Thanks all , the problem is resolved :-D
its seems the solr which i downloaded was corrupt ( eer got corrupted )
so i reinstalled it and it worked fine thanks for ur suggestions
.:handshake:
Na_D wrote:
>
> @ Noble Paul : what exactlly do u mean by pasting the DI
0 at 7:01 PM, Na_D wrote:
>>
>> yes i did check the location of the data-config.xml
>>
>> its in the folder example-DIH/solr/db/conf
>> --
>> View this message in context:
>> http://old.nabble.com/error-while-using-the-DIH-handler-tp27702772p2770.htm
yes i did check the location of the data-config.xml
its in the folder example-DIH/solr/db/conf
--
View this message in context:
http://old.nabble.com/error-while-using-the-DIH-handler-tp27702772p2770.html
Sent from the Solr - User mailing list archive at Nabble.com.
i tried using the DIH in solr using the steps as mentioned in :
http://wiki.apache.org/solr/DataImportHandler#datasource
http://wiki.apache.org/solr/DataImportHandler#datasource
on running the command ::java -Dsolr.solr.home="./example-DIH/solr/" -jar
start.jar
i.e. when i use the DIH/exam
15 matches
Mail list logo