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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
/
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
19 matches
Mail list logo