Re: updating docs in solr cloud hangs

2013-05-31 Thread Yago Riveiro
ot of POST update operations on tomcat hanged for a long time, the only way that I have to can index more documents in restarting the node. Regards -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Friday, May 31, 2013 at 5:43 PM, Lanny Ripple wrote: > ead stack

Re: Docvalue on a StrField equal a codec error

2013-05-31 Thread Yago Riveiro
The solr version is the LUCENE_43 Cumprimentos -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Friday, May 31, 2013 at 4:22 PM, Alexandre Rafalovitch wrote: > Long shot. What's your Solr version and what's the LUCENE version in > your solrconfig.x

Re: Query syntax error: Cannot parse ....

2013-05-30 Thread Yago Riveiro
Hi, Indeed, with character # encoded the query works fine. Thanks -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Wednesday, May 29, 2013 at 9:43 PM, bbarani wrote: > # has a separate meaning in URL.. You need to encode that.. > > http://lucene.apache

Re: Note on The Book

2013-05-29 Thread Yago Riveiro
IMHO I prefer narrative, as Erick says, explain all use-cases it's impossible, cover the base cases is a good start. Either way I miss a book about solr different to a cookbook or a guide. Regards. -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Wednesday

Re: Disable all caches in solr

2013-05-28 Thread Yago Riveiro
Indeed, I commented all entries for cache in solrconfig, but solrmeter shows me cache for field cache type, Now I know why. Thanks Shalin, -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Tuesday, May 28, 2013 at 3:53 PM, Shalin Shekhar Mangar wrote: > Edit

Re: shard splitting

2013-05-22 Thread Yago Riveiro
You will need to edit it manually and upload using a zookeeper client, you can use kazoo, it's very easy to use. -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Wednesday, May 22, 2013 at 10:04 AM, Arkadi Colson wrote: > clusterstate.json is now reporting s

Re: What is 503 Status For Admin Ping

2013-05-16 Thread Yago Riveiro
Probably one or more shards of your collection are not available at ping operation time and the server returns the 503 code -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Thursday, May 16, 2013 at 3:58 PM, Furkan KAMACI wrote: > I have made some little changes

Re: Any estimation for solr 4.3?

2013-05-02 Thread Yago Riveiro
I get the RC3 zip file from the the mailing list. The 4.3 has not yet been released. Therefore you can't download it from the regular channels Regards -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Thursday, May 2, 2013 at 3:14 PM, Andy Lester wrote: &g

Re: Any estimation for solr 4.3?

2013-05-02 Thread Yago Riveiro
In attachment the change log of solr 4.3 RC3 Regards -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Thursday, May 2, 2013 at 3:06 PM, Andy Lester wrote: > > On May 2, 2013, at 9:03 AM, Yago Riveiro (mailto:yago.rive...@gmail.com)> wrote: > > >

Re: Any estimation for solr 4.3?

2013-05-02 Thread Yago Riveiro
The road map has this release note, but I think that most of it will be move to 4.3.1 or 4.4 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310230&version=12324128 Regards -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Thursday, May 2,

Re: Too many close, count -1

2013-04-23 Thread Yago Riveiro
explicit true rows=0;start=0;omitHeader=true NONE id:* Cumprimentos -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Tuesday, April 23, 2013 at 3:13 AM, Chris Hostetter wrote: > > : Can you

Re: Storing Solr Index on NFS

2013-04-16 Thread Yago Riveiro
Furkan, see this post. http://grokbase.com/t/lucene/solr-user/117t1eswyk/multiple-solr-servers-and-a-shared-index-again Cumprimentos -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Tuesday, April 16, 2013 at 12:15 PM, Furkan KAMACI wrote: > Hi Walter; >

Re: Collection name via Collections API (Solr 4.x)

2013-04-02 Thread Yago Riveiro
I use solr with a similar propose, I'm understand that you want have control that as the sharing is done :) Regards. -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Tuesday, April 2, 2013 at 5:54 PM, Lukasz Kujawa wrote: > Thank you for you answers Yrive

Re: Flow Chart of Solr

2013-04-02 Thread Yago Riveiro
how deploy and use solr, but not how developing a ResponseWriter or a SearchComponent. Unfortunately I don't have the knowledge to contribute right, in the future … will see. -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Tuesday, April 2, 2013 at 5:2

Re: Collection name via Collections API (Solr 4.x)

2013-04-02 Thread Yago Riveiro
t you can manage the name of shard with the collection API, the documentation doesn't say how. -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Tuesday, April 2, 2013 at 5:15 PM, Lukasz Kujawa wrote: > l

Re: Flow Chart of Solr

2013-04-02 Thread Yago Riveiro
t search enough T_T. Java doc not always is clear always. The fact that I'm beginner in solr world don't help. Either way, this thread was very helpful, I found some very good resources here :) Cumprimentos -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailapp.com/?sig)

Re: Collection name via Collections API (Solr 4.x)

2013-04-02 Thread Yago Riveiro
name of the SolrCore if you want. -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Tuesday, April 2, 2013 at 1:53 PM, Anshum Gupta wrote: > Also, I am assuming that the collection name in this case should be > 'test2'. The replica names would be on t

Re: Collection name via Collections API (Solr 4.x)

2013-04-02 Thread Yago Riveiro
Collection API is a wrapper for the CORE API, If you don't want that the API defines the name for you, then use the CORE API, you can define the collection name and the shard id. curl 'http://localhost:8983/solr/admin/cores?action=CREATE&name=corename&collection=collection1&a

Re: clusterstate.json size

2013-03-30 Thread Yago Riveiro
the SolrZkClient?, the documentation says that must be set in server and clients otherwise problems will arise. -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Saturday, March 30, 2013 at 8:00 PM, Yago Riveiro wrote: > Well, the explanation is very simple. When I started

Re: clusterstate.json size

2013-03-30 Thread Yago Riveiro
data, sharding by client and month this equals to 13440 (160 * 7 * 12) collections without replication and distributed in 4 nodes. And I don't have loaded all data yet, and I need to create all replication for collections ... -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailap

Get total distinct terms on a facet query

2013-02-26 Thread Yago Riveiro
hi , Anyone know if this patch works in distributed environment and if is reliable? https://issues.apache.org/jira/browse/SOLR-2242

<    1   2   3