Re: Cache hits exposed by API

2010-07-13 Thread Na_D
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

Diiferences in avgRequestsPerSecond of Solr ..

2010-06-29 Thread Na_D
hi , I am fectching the following details programatically : --- --- Name :: /replication Class :: org.apache.solr.handler.ReplicationHandler Version :: $Revision: 829682 $ Description :: ReplicationHandler provides replication of

Cache hits exposed by API

2010-06-29 Thread Na_D
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.

Re: Cache hits exposed by API

2010-06-29 Thread Na_D
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.

jmx issue with solr

2010-05-19 Thread Na_D
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.

Re: jmx issue with solr

2010-05-19 Thread Na_D
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.

solrDynamicMbeans access

2010-04-26 Thread Na_D
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://host:port/jmxrmi); JMXConnector conn =

luke responses of solr

2010-04-22 Thread Na_D
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

Re: Obtaining SOLR index size on disk

2010-04-05 Thread Na_D
hi, I am using the piece of code given below ReplicationHandler handler2 = new ReplicationHandler(); System.out.println( handler2.getDescription()); NamedList statistics =

Re: cheking the size of the index using solrj API's

2010-04-05 Thread Na_D
hi, I am using the piece of code given below ReplicationHandler handler2 = new ReplicationHandler(); System.out.println( handler2.getDescription()); NamedList statistics = handler2.getStatistics();

cheking the size of the index using solrj API's

2010-04-02 Thread Na_D
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:

error while using the DIH handler

2010-02-23 Thread Na_D
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

Re: error while using the DIH handler

2010-02-23 Thread Na_D
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.

Re: error while using the DIH handler

2010-02-23 Thread Na_D
@ Noble Paul : what exactlly do u mean by pasting the DIH part ??? if that means specifing the handler then yes i did specify the handler in the solrconfig.xml Noble Paul നോബിള്‍ नोब्ळ्-2 wrote: can you paste the DIH part in your solrconfig.xml ? On Tue, Feb 23, 2010 at 7:01 PM, Na_D

Re: error while using the DIH handler

2010-02-23 Thread Na_D
@ 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 DIH part