Re: SolrCloud - "KeeperErrorCode = NoNode" - after restart

2013-12-22 Thread Mark Miller
I don't know that I've ever seen anyone test so many cores with SolrCloud. Perhaps there is a timeout that is too low, or ... Can you file a JIRA issue? I can do some tests. On Fri, Dec 20, 2013 at 11:22 AM, Bojan Šmid wrote: > Hi, > > I have a cluster with 5 Solr nodes (4.6 release) and 5 Z

Re: update doc with a xml-format string

2013-12-22 Thread YouPeng Yang
Hi Daniel The CDATA block works. the raw data is actually what I want. Thanks a lot Regards 2013/12/20 yypvsxf19870706 > Your suggestions light me. The type is just string. > I will try the left advices . > Thanks a lot. > > 发自我的 iPhone > > 在 2013-12-20,19:09,Daniel Collins 写道: > >

Importing from Multiple tables using Solr DIH

2013-12-22 Thread Souvik Chakraborty
Hi all, I have the below configuration which is working absolutely fine. Data-config.xml: Now my requirement is that I have a similar table BLOB_TEST1 and have t

Re: Dataimport handler exception when migrating from 4.4 to 4.6. Help needed

2013-12-22 Thread William Bell
The best practice for upgrading is take the distribution and expand it. Then take your cores and replace it. Then you are guaranteed to get the jars and not have other WARs/JARs hanging around. On Sun, Dec 22, 2013 at 7:24 PM, Shawn Heisey wrote: > On 12/22/2013 9:51 AM, William Pierce wrote:

Re: update doc with a xml-format string

2013-12-22 Thread YouPeng Yang
Hi Daniel The CDATA block works. the raw data is actually what I want. Thanks a lot Regards 2013/12/20 yypvsxf19870706 > Your suggestions light me. The type is just string. > I will try the left advices . > Thanks a lot. > > 发自我的 iPhone > > 在 2013-12-20,19:09,Daniel Collins 写道: > >

Re: adding a node to SolrCloud

2013-12-22 Thread Shawn Heisey
On 12/22/2013 2:10 PM, David Santamauro wrote: > My goal is to have a redundant copy of all 8 currently running, but > non-redundant shards. This setup (8 nodes with no replicas) was a test > and it has proven quite functional from a performance perspective. > Loading, though, takes almost 3 weeks

Re: Dataimport handler exception when migrating from 4.4 to 4.6. Help needed

2013-12-22 Thread Shawn Heisey
On 12/22/2013 9:51 AM, William Pierce wrote: > My configurations works nicely with solr 4.4. I am encountering a > configuration error when I try to upgrade from 4.4 to 4.6. All I did was the > following: > > a) Replace the 4.4 solr.war file with the 4.6 solr.war in the tomcat/lib > folder. I

Re: SolrCloud - "KeeperErrorCode = NoNode" - after restart

2013-12-22 Thread Otis Gospodnetic
Maybe https://issues.apache.org/jira/browse/SOLR-5569 will help? A few related issues: https://issues.apache.org/jira/browse/SOLR-5568 https://issues.apache.org/jira/browse/SOLR-5552 Otis -- Performance Monitoring * Log Analytics * Search Analytics Solr & Elasticsearch Support * http://sematext.c

Re: adding a node to SolrCloud

2013-12-22 Thread David Santamauro
Thanks for the reply. My goal is to have a redundant copy of all 8 currently running, but non-redundant shards. This setup (8 nodes with no replicas) was a test and it has proven quite functional from a performance perspective. Loading, though, takes almost 3 weeks so I'm really not in a posi

Re: adding a node to SolrCloud

2013-12-22 Thread Furkan KAMACI
Hi David; When you start up 8 nodes within that machine they will be replicas of each shards and you will accomplish what you want. However if you can give more detail about your hardware infrastructure and needs I can offer you a design. Thanks; Furkan KAMACI 22 Aralık 2013 Pazar tarihinde Dav

Re: adding a node to SolrCloud

2013-12-22 Thread David Santamauro
any hint? On 12/22/2013 06:48 AM, David Santamauro wrote: Hi, I have an 8-node setup currently with 1 shard per node (no redundancy). These 8 nodes are smaller machines not capable of supporting the entire collection.. I have another machine resource that can act as other node and this last

Solr - Match whole word only in text fields

2013-12-22 Thread haya.axelrod
I have a text field that can contain very long values (like text files). I want to create field type for it (text, not string), in order to have something like "Match whole word only" in notepad++, but the delimiter should not be only white spaces. If i have: myName=aaa bbb I would like to get it

document contained more than 100000 characters

2013-12-22 Thread Nutan
Why is the error as : org.apache.tika.sax.WriteOutContentHandler$WriteLimitReachedException: Your document contained more than 10 characters, and so your requested limit has been reached. To receive the full text of the document, increase your limit. (Text up to the limit is however available).

Dataimport handler exception when migrating from 4.4 to 4.6. Help needed

2013-12-22 Thread William Pierce
Hello, all: My configurations works nicely with solr 4.4. I am encountering a configuration error when I try to upgrade from 4.4 to 4.6. All I did was the following: a) Replace the 4.4 solr.war file with the 4.6 solr.war in the tomcat/lib folder. I am using version 6.0.36 of tomcat. b) I repla

adding a node to SolrCloud

2013-12-22 Thread David Santamauro
Hi, I have an 8-node setup currently with 1 shard per node (no redundancy). These 8 nodes are smaller machines not capable of supporting the entire collection.. I have another machine resource that can act as other node and this last node is capable of holding the entire collection. I'd lik

Re: indexing .docx using solrj

2013-12-22 Thread Andrea Gazzarini
The error you were getting is a LinkageError so, simplifying, a class that was available at compile time is not there at runtime (again, very simplicistic definition because in this way this could be similar to a ClassNotFoundException...and isn't). Probably the class (and the jar) is there somewh