[solr build in eclipse for debuging] assertTrue error

2015-11-11 Thread Hangu Choi
Hi, I'm trying to debug, and I downloaded solr source and built it. everything is fine except one thing. all test code "assertTrue" got error. It looks like there is no static import for assertTrue. I think adding static import to all of testcase by myself is not good way I don't understand

[DIH] deltaQuery has no column to resolve to declared primary key pk='id'

2015-11-09 Thread Hangu Choi
Hi, I stuck in DIH... full import is fine. and delta import was also fine before I add deltaQuery and parentDeltaQuery in 'auth' entity. thank you for any help..

Re: [newbie] Configuration for SolrCloud + DataImportHandler

2015-10-21 Thread Hangu Choi
lud...@griddynamics.com> wrote: > did you try something like > $> zkcli.sh -zkhost localhost:2181 -cmd putfile /solr.xml /path/to/solr.xml > ? > > On Mon, Oct 19, 2015 at 11:15 PM, hangu choi <dev.ha...@gmail.com> wrote: > > > Hi, > > > > I am trying to

Re: [newbie] Configuration for SolrCloud + DataImportHandler

2015-10-21 Thread Hangu Choi
Mikhail, I solved the problem, I putfile to wrong path. /synonyms.txt should be /configs/gettingstarted/synonyms.txt . Regards, Hangu On Wed, Oct 21, 2015 at 4:17 PM, Hangu Choi <dev.ha...@gmail.com> wrote: > Mikhail, > > I didn't understatnd that's what I need t

Validating idea of architecture for RDB / Import / Solr

2015-10-20 Thread hangu choi
Hi, I am newbie for solr and I hope to check my idea is good or terrible if someone can help. # background * I have mysql as my primary data storage. * I want to import data from mysql to solr (solrcloud). * I have domain logics to make solr document - (means I can't make solr

[newbie] Configuration for SolrCloud + DataImportHandler

2015-10-20 Thread hangu choi
Hi, I am trying to start SolrCloud with embedded ZooKeeper. I know how to config solrconfig.xml and schema.xml, and other things for data import handler. but when I trying to config it with solrCloud, I don't know where to start. I know there is no conf directory in SolrCloud because conf

Re: Validating idea of architecture for RDB / Import / Solr

2015-10-20 Thread Hangu Choi
ve its > > own consequences like maintaining a separate state of data (if it is > large > > you are storing it twice etc...), may not scale etc. > > > > Thanks, > > Susheel > > > > > > > > On Tue, Oct 20, 2015 at 2:47 AM, hangu choi <dev.ha.