Hi Chris!
Could you describe your problem, how similar is it to mine?
Also, on which version of Solr are you encountering it?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Concurent-indexing-tp4095409p4095630.html
Sent from the Solr - User mailing list archive at Nabble.co
As a followup to another thread, where I described how my SolrCloud sometimes
just stops accepting updates
http://lucene.472066.n3.nabble.com/Concurent-indexing-td4095409.html
I have a question, is there a way to debug or analyze the update request?
Verbose output or anything else?
It happens for
Thanks for the tip!
I must mention that I am using Solr 4.4.0 and this problem only appears when
i'm doing the indexing in the SolrCloud configuration deployed on standalone
Jetty 9.0.6.
When I do the same operations on a modified example in Solr 4.4.0 with
embedded Jetty, indexing to a simple cor
Thank you!
I was worried because i was experimenting with this system, and at some
point i was processing 2 big files and both indexing processes had added
about 750k docs when suddenly Solr simply refused to accept any more added
docs. Querying was working fine but trying to add 1 more single doc
Hi,
I have a collection (numShards=3, replicationFactor=2) split on 2 machines.
Since the amount of data is huge I have to index, I would like start
multiple instances of the same process that would index data to Solr.
Is there any limitation or counter-indication is this area?
The indexing clie
Upload the new configuration and the use the collection API to reload you
collection
https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-ReloadaCollection
--
View this message in context:
http://lucene.472066.n3.nabble.com/Multiple-schemas-in-the-same-SolrCloud-tp409
Thank you,
But I'm afraid that wiki page does not cover my topic of interest
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-Cloud-Basic-Authentification-tp4094903p4094915.html
Sent from the Solr - User mailing list archive at Nabble.com.
Thank you!
I'm more interested in the SolrCloud architecture, with shards, shards
replicas and distributed index and search.
This are the features i use and would like to protect by some basic
authentification.
I imagine that there must be a way to have this, otherwise anybody could
mess with or
I've deployed a SolrCloud cluster in Jetty 9 using solr 4.4.0 and I would
like to add some basic authentification.
My question is how can I provide the credentials so that they're used in the
collection API when creating a new collection or by ZK?
Are there any useful docs/wiki on this topic?
Than
Thanks!
My only doubt is: upload a new set of configuration files to the same
configuration name like so:
Initial configuration:
zkcli.sh -zkhost localhost:9983 -cmd upconfig -confdir conf_initial/
-confname my_custom_config
and afterwards, to change it do:
zkcli.sh -zkhost localhost:9983 -cmd upc
On this topic, once you've uploaded you collection's configuration in ZK, how
can you update it?
Upload the new one with the same config name ?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Multiple-schemas-in-the-same-SolrCloud-tp4094279p4094729.html
Sent from the Solr -
Tried it and worked as expected with latest version of Jetty (.0.6 if I
remember correctly) and Solr 4.4.0
This tutorial should help you (it's verified by me and working):
http://dcvan24.wordpress.com/2013/05/16/how-to-deploy-solr-4-3-on-jetty-9/
--
View this message in context:
http://lucene.
Yes, the problem described in the ticket is what I'm also confronting with.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Collection-API-wrong-configuration-in-4-5-0-tp4094319p4094335.html
Sent from the Solr - User mailing list archive at Nabble.com.
Using Solr 4.4.0 the same scenarion behaves as expected.
Can anyone else try this, to check if it this only happens with 4.5.0 and if
so, is this a desired behaviour or a bug?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Collection-API-wrong-configuration-tp4094319p40943
I'm experimenting with SolrCloud using Solr 4.5.0 and the Collection API
What i did was:
1. upload configuration to ZK
zkcli.sh -cmd upconfig -zkhost 127.0.0.1:8993 -d
solr/my_custom_collection/conf/ -n my_custom_collection
2. create a collection using the api:
/admin/collections?action=CREATE&n
Just use
and
myCustomAppId
and worry of nothing else
--
View this message in context:
http://lucene.472066.n3.nabble.com/Can-I-use-app-specific-document-id-as-the-document-id-that-Solr-uses-for-internal-purposes-tp4093715p4093727.html
Sent from the Solr - User mailing list archive at Nabble.
Thank you!
My question is actually what's the difference in updating an indexed field
vs. updating a non-indexed field? Will updating an indexed field trigger a
"refresh" in the solr indexes while in the other case wouldn't?
--
View this message in context:
http://lucene.472066.n3.nabble.com/U
In the last Solr versions Atomic Updates were introduced
http://wiki.apache.org/solr/Atomic_Updates
I'm wondering, updating a field that is
stored="true" indexed="true"
would be different as updating a field that is
stored="true" indexed="false"
Would Solr try to reindex the doc only if the fi
Hi!
Imagin a collection collection1 with 3 shards, replicationFactor=2 and
maxShardsPerNode=2 hosted on three machines.
Then add a new collection, collection2 configured the same.
Cool, so now we have three machines each with 4 cores, a shard leader and a
replica for each of the two collection.
Thank you Shalin!
Let's assume that this configuration is all set up, 3 machines each with 2
Solr instances and a Zk, and I have for collection1 3 shards and 3 replicas.
What if I want to add one more collection, sharded in 3 shards with a
replicationFactor=2 ?
How can I do this, can it be done
Hi!
I have some foggy stuff on my goggles when i'm looking at SolrCloud, maybe
somebody can help me clear that out!
Let's assume I have a collection that's split in 3 shards. That means i
already have 3 nodes.
Then I also want some replication - replication factor = 2. That's 3 more
nodes.
Zookee
Thanks Jack! Indeed, very nice examples in your book.
Inspired from there, here's a crazy idea: would it be possible to build a
custom processor chain that would detect the language and use it to apply
filters, like the aforementioned SnowballPorterFilter.
That would leave at the end a document ha
Thanks, Erik!
I might have missed mentioning something relevant. When querying Solr, I
wouldn't actually need to query all fields, but only the one corresponding
to the language picked by the user on the website. If he's using DE, then
the search should only apply to the text_de field.
What if I
Let's take the following type definition and schema (borrowed from Rafal
Kuc's Solr 4 cookbook) :
and schema:
The above analizer will apply SnowballPorterFilter english language filter.
But would it be possible to change the language to french during indexing
for some documents. is thi
Thanks Shawn!
Indeed, setting the JAVA_OPTS and restarting Tomcat did the trick.
Currently I'm exploring and experimenting with SolrCloud, thus I only used
only one ZK.
For a production environment you suggestion would, of course, be mandatory.
--
View this message in context:
http://lucene.47
When i try to deploy using jetty, everything works fine, and the solr
instance gets in the cloud
sudo java -Dbootstrap_confdir=./solr/collection1/conf
-Dcollection.configName=myconf -DzkHost=<>:2181 -DnumShards=3 -jar
start.jar
--
View this message in context:
http://lucene.472066.n3.nabble.co
Hi,
I've setup a ZK instance and also deployed Solr in Tomcat7 on a different
instance in Amazon EC2.
Afterwards I tried starting tomcat specifying the ZK host IP, like so:
sudo service tomcat7 start -DzkHost=<>:2181 -DnumShards=3
-Dcollection.configName=myconf
-Dbootstrap_confdir=/usr/share/solr/
Thanks Erik,
I think this answers my question
--
View this message in context:
http://lucene.472066.n3.nabble.com/Multiple-replicas-for-specific-shard-tp4086828p4087019.html
Sent from the Solr - User mailing list archive at Nabble.com.
Thanks Keith!
But could this be done dinamically?
Let's take the following example: a SolrCloud cluster with sport event
results split in three shards by category - footbal shard, golf shard and
baseball shard. Each of this shards has a replica on a machine.
Then i realize that my footbal related
Hi!
Imagine the following configuration: a SolrCloud cluster, with 3 shards, a
replication factor of 2 and 6 nodes.
Now, if i'll add one more node to the cluster ZK will automatically assign a
shard replica to it.
My question is, can i influence which of the shards to be replicated on the
new no
30 matches
Mail list logo