High system cpu usage while starting solr

2014-11-07 Thread mizayah
Hello, Im running few solr cores on one pretty good server. After some time i discover that restarting solr makes queries last longer. What i see is that after restart jvm usage is realy low and raise slowly while system cpu ussage is high. My select queries are realy slow during that time. Af

Fast question about replication between solr version

2014-09-18 Thread mizayah
I cant't find anywhere inofrmation about replication between solr version. Is it possible replicate between example solr 4.2 and 4.10 without any problems? What i need is to upgrade version and don't wona re-index all from beginning. -- View this message in context: http://lucene.472066.n3.na

Re: slow performance on simple filter

2014-06-09 Thread mizayah
I'm really at dead point. Mine indeks is 5,6GM and about 8mln documments. Field i'm using for filter is simple as hell. Can it be that other fields affect my search if i only do filter query? solr/puls-objects-prod/select?q=*%3A*&fq=class_name:License mine results: 831 *:* class_name:

Re: slow performance on simple filter

2014-05-31 Thread mizayah
i show you my full query it's rly simple one q=*:* and fq=class_name:CdnFile debug q shows that process of q takes so long. single filter is critical here. And cache is ot an option here. It work well but i need to know why such sipmple filter can takes so long. class_name:CdnFile 421.0

slow performance on simple filter

2014-05-14 Thread mizayah
Hey, I got pretty big index with about 7 mln doccuments. I got pretty slow query when i ask about common word. Nothing changes when i ask by q or fq. params={fl=score,class_name&indent=true&q=*:*&wt=xml&fq=class_name:CdnFile} hits=5594978 status=0 QTime=408 It't not about my hardware tho. I w

solr 3.6 hang for few seconds, need help

2013-04-29 Thread mizayah
Hi, Im running solr 3.6 on tomcat, under some traffic about 20r/s I got 6 different cores on it. I was testing one by quering every 1 second with simple request and time param. INFO: [core1] webapp=/solr3.4-tomcat path=/select params= ... 1:55:05 ... Apr 29, 2013 1:55:06 PM org.apache.solr.cor

Re: SolrCloud new zookeper node on different ip/ replicate between two clasters

2013-02-11 Thread mizayah
Thx Mark "The replication handler can be setup to replicate to another dc. " Erm, i dont get it. I can setup replication between two solr cloud this way or just solrcloud->solr? "You can also put nodes in both dcs" Indexing will slow rly much if I understad well solrcluoud replica and leader (re

Re: SolrCloud new zookeper node on different ip/ replicate between two clasters

2013-02-11 Thread mizayah
This is good sollution. One thing here is rly unyoing. The double indexing. Is there a way to replicate to another dc? Seams solrcloud cant use his ealier replication. Would be nice if i can replicate somehow between two soulrcloud. -- View this message in context: http://lucene.472066.n3.na

Re: SolrCloud new zookeper node on different ip/ replicate between two clasters

2013-02-08 Thread mizayah
I dont think its so simple. First I need to have at last 3 zoo to keep failver for one server. Second after one zoo die, i need restart of all solrs. Maybe i define simply question. Two data centers. How to replicate two solr claster between two datacenters? In no SolrClaud there is repeater, if

Way to lock solr for incoming writes

2013-01-16 Thread mizayah
Is there a way to lock solr for writes? I don't wona use solr integrated backup because i'm using ceph claster. What I need is to have consistent data for few seconds to make backup. -- View this message in context: http://lucene.472066.n3.nabble.com/Way-to-lock-solr-for-incoming-writes-tp4033

Re: SolrCloud removing shard (how to not loose data)

2013-01-11 Thread mizayah
Seams I'm to lazy. I found this http://wiki.apache.org/solr/MergingSolrIndexes, and it works rly. -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-removing-shard-how-to-not-loose-data-tp4032138p4032508.html Sent from the Solr - User mailing list archive at Nabble.co

Re: SolrCloud removing shard (how to not loose data)

2013-01-11 Thread mizayah
Mark, I know i still have access to data and i can woke ap shard again. What i want to do is. I have 3 shards on 3 nodes, one on each. Now i discower that i dont need 3 nodes and i want only 2. So i want to remove shard and put data from it to these who left. Is there way to index that data wit

SolrCloud removing shard (how to not loose data)

2013-01-10 Thread mizayah
Lets say i got one collection with 3 shards. Every shard contains indexed data. I want to unload one shard. Is there any way for data from unloaded shard to be not lost? How to remove shard with data withoud loosing them? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr

auto warm up cache and new data

2012-04-26 Thread mizayah
Please help me understand that. What wil happen if if have cached data and thay change after comit and i have autowarm set up. Old cached data will be still accesible in cache so i will get old data? That means if autowarm copy all needed data to new cache probably i will never see new data? Cache

Different solr config under tomcat.

2012-04-17 Thread mizayah
Is there a way to use different path for solrconfig.xml, like solrconfig_slave.xml for instance under tomcat? I dont want run cores. I know how to do it with cores, but i want to have single instance. Is there any parameter which i can use to say tomcat to use solrconfig_slave.xml? Pls help -- V

Re: solr 3.5 and indexing performance

2012-02-23 Thread mizayah
Ok i found it. Its becouse of Hunspell which now is in solr. Somehow when im using it by myself in 3.4 it is a lot of faster then one from 3.5. Dont know about differences, but is there any way i use my old Google Hunspell jar? -- View this message in context: http://lucene.472066.n3.nabble.com

Re: solr 3.5 and indexing performance

2012-02-22 Thread mizayah
i got it all commnented in updateHandler, im prety sure there is no default autocommit iorixxx wrote > >> I wanted to switch to new version of solr, exactelly to 3.5 >> but im getting >> big drop of indexing speed. > > Could it be configuration in solrconfig.xml? > -- View this message

solr 3.5 and indexing performance

2012-02-22 Thread mizayah
Hello, I wanted to switch to new version of solr, exactelly to 3.5 but im getting big drop of indexing speed. I'm using 3.1 and after few tests i discower that 3.4 do it a lot of better then 3.5 My schema is really simple few field using "text" type field /

SOLR

2012-02-10 Thread mizayah
Is there any way to score not being affected by duplicated input in query? When i have record with field title: "The GIRL with the dragon tattoo" If query is: "girl" it get less score then "girl girl girl". It find word in the same position, why score is growing? I need it to know if record i f