Solrcloud rolling backup

2020-04-05 Thread Karthik K G
Hi Team, Currently there is no functionality to delete a Solrcloud backup. We are already creating directories with backup name in the shared location. We should have some API to delete the Solrcloud backup as this would benefit the community to have rolling backups. If there is one already implem

Garbage Collection Metrics

2019-03-17 Thread Karthik K G
Hi Team, I was looking for Old GC duration time metrics, but all I could find was the API for this "/solr/admin/metrics?wt=json&group=jvm&prefix=gc.G1- Old-Generation", but I am not sure if this is for 'gc_g1_gen_o_lastgc_duration'. I tried to hookup the IP to the jconsole and was looking for the

Does providing Zookeeper FQDN with port number solve the multiple connections problem

2018-10-09 Thread Karthik K G
Hi Team, We have a scenario where we give the Zookeeper FQDN to our Solr Application. When we use this we are seeing that zookeeper is accepting connections from all Solr nodes every minute. When we provide the Zookeeper FQDN with the port number, we are seeing that there is a single connectio

Re: Solr data type for date faceting

2010-08-18 Thread Karthik K
adding facet.query=timestamp:[20100601+TO+201006312359]&facet.query=timestamp:[20100701+TO+201007312359]... in query should give the desired response without changing the schema or re-indexing.

Re: Solr data type for date faceting

2010-08-18 Thread Karthik K
Thanks Mark. Yeah, storing it as 'tint' would be quite efficient.As i cannot re-index the massive data, please let me know if the changes i make in schema reflect to the already indexed data? I am not sure how type checking happens in solr. You can then do a facet query, specifying your desired r

Solr data type for date faceting

2010-08-18 Thread Karthik K
I have a field storing timestamp as text (MMDDHHMM). Can i get the results as i get with date faceting? (July(30),August(54) etc) As per my knowledge Solr currently doesn't support range faceting, even if it does in the future , text will not be recognized as integer/long. Tried for a workarou

Re: Solr Reports

2010-08-16 Thread Karthik K
Lucidgaze might help. Karthik

Re: Load cores without restarting/reloading Solr

2010-08-05 Thread Karthik K
Can some one please answer this. Is there a way of creating/adding a core and starting it without having to reload Solr ?

Re: Multiple solr servers Vs Katta

2010-08-03 Thread Karthik K
Hi, I thought having around a TB of data to search is when katta should come into picture. Thanks a lot, can you please point me to or elaborate more on how to manage increasing index. Any standard strategies?

Multiple solr servers Vs Katta

2010-08-01 Thread Karthik K
Hi, I have about 20 indexes each of size around 30-35 GB. All of it is on one machine and i want to make it searchable. I can have about 5 solr servers each with 2-3 indexes merged and search on different shards or use katta. Please let me know which is the better option. Thanks, karthik

Speed up Solr Index merging

2010-07-29 Thread Karthik K
I need to merge multiple solr indexes into one big index. The process is very slow. Please share any tips to speed it up. Will optimizing the indexes before merging help? Thanks, Karthik

Solr Statistics, num docs

2010-07-15 Thread Karthik K
Hi, Is numDocs in solr statistics equal to the total number of documents that are searchable on solr? I find that this number is very low in my case compared to the total number of documents indexed. Please let me know the possible reasons for this. Thanks, Karthik

Re: Solr index optimizing help

2010-07-14 Thread Karthik K
yeah, that happened :( ,lost lot of data because of it. Can some one explain the terms numDocs and maxDoc ?? will the difference indicate the duplicates?? Thank you, karthik

Re: Solr index optimizing help

2010-07-13 Thread Karthik K
Thanks a lot for the reply, is it independent of merge factor?? My index size reduced a lot (almost by 40%) after optimization and i am worried that i might have lost the data. I have no deletes at all but a high merge factor. Any suggestions? Thanks, Karthik

Solr index optimizing help

2010-07-13 Thread Karthik K
Hi, What will be the size of the index after optimizing? I know it increases during the process but what will the size after the optimization is done? Is it dependent on the merge factor during indexing? Please reply, Thanks, Karthik