SolrCloud: Collection API question and problem with core loading

2013-07-15 Thread Patrick Mi
Hi there, I run 2 solr instances ( Tomcat 7, Solr 4.3.0 , one shard),one external Zookeeper instance and have lots of cores. I use collection API to create the new core dynamically after the configuration for the core is uploaded to the Zookeeper and it all works fine. As there are so many core

RE: OPENNLP problems

2013-06-09 Thread Patrick Mi
org/jira/browse/LUCENE-2899 On 05/28/2013 10:08 PM, Patrick Mi wrote: > Hi there, > > Checked out branch_4x and applied the latest patch > LUCENE-2899-current.patch however I ran into 2 problems > > Followed the wiki page instruction and set up a field with this type aiming > to ke

OPENNLP problems

2013-05-28 Thread Patrick Mi
Hi there, Checked out branch_4x and applied the latest patch LUCENE-2899-current.patch however I ran into 2 problems Followed the wiki page instruction and set up a field with this type aiming to keep nouns and verbs and do a facet on the field ==

RE: OPENNLP current patch compiling problem for 4.x branch

2013-05-28 Thread Patrick Mi
apply the patch to branch_4x, rather than the lucene_solr_4_3_0 tag: http://svn.apache.org/repos/asf/lucene/dev/branches/branch_4x Steve On May 23, 2013, at 2:08 AM, Patrick Mi wrote: > Hi, > > I checked out from here > http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_so

OPENNLP current patch compiling problem for 4.x branch

2013-05-22 Thread Patrick Mi
Hi, I checked out from here http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_3_0 and downloaded the latest patch LUCENE-2899-current.patch. Applied the patch ok but when I did 'ant compile' I got the following error: == [javac] /home/lucene_solr_4_3_0/lucene/analysis/opennlp/sr

RE: SolrCloud with Zookeeper ensemble : fail to restart master server

2013-04-16 Thread Patrick Mi
from coming back up. So I'm a bit puzzled, but let's straighten out the startup stuff and watch your solr log on your leader when you bring it up, that should generate some more questions.. Best Erick On Mon, Mar 18, 2013 at 11:12 PM, Patrick Mi wrote: > Hi there, > > I hav

SolrCloud with Zookeeper ensemble : fail to restart master server

2013-03-18 Thread Patrick Mi
Hi there, I have experienced some problems starting the master server. Solr4.2 under Tomcat 7 on Centos6. Configuration : 3 solr instances running on different machines, one shard, 3 cores, 2 replicas, using Zookeeper comes with Solr The master server A has the following run option: -Dbootstr

RE: DataDirectory: relative path doesn't work

2013-03-11 Thread Patrick Mi
on the document ... -Original Message- From: Patrick Mi [mailto:patrick...@touchpointgroup.com] Sent: Tuesday, 26 February 2013 5:49 p.m. To: solr-user@lucene.apache.org Subject: DataDirectory: relative path doesn't work I am running Solr4.0/Tomcat 7 on Centos6 According to this page http://

DataDirectory: relative path doesn't work

2013-02-25 Thread Patrick Mi
I am running Solr4.0/Tomcat 7 on Centos6 According to this page http://wiki.apache.org/solr/SolrConfigXml if is not absolute, then it is relative to the instanceDir of the SolrCore. However the index directory is always created under the directory where I start the Tomcat (startup.sh) rather tha