Re: Specifying dynamic field type without polluting actual field names with type indicators

2016-05-23 Thread Abdel Belkasri
That would be a welcomed feature for sure! On Mon, May 23, 2016 at 6:11 AM, Horváth Péter Gergely < peter.gergely.horv...@gmail.com> wrote: > Hi Steve, > > Thank you very much for your inputs. Yes, I do know the aliasing mechanism > offered in Solr. I think the whole question boils down to one

Re: Need Help with Solr 6.0 Cross Data Center Replication

2016-05-19 Thread Abdel Belkasri
org/confluence/display/solr/Collections+API#CollectionsAPI-api2 > > -- > Renaud Delbru > > > On 16/05/16 17:29, Abdel Belkasri wrote: > >> Thanks Renaud. >> >> Here is my setup: >> >> 1- I have created 2 sites: Main (source) and DR (traget). >&

Re: Need Help with Solr 6.0 Cross Data Center Replication

2016-05-19 Thread Abdel Belkasri
CdcrUpdateLog, then start Solr in cloud mode and created a new collection >> using my solr config. The cdcr request handler starts properly and does not >> complain about the update log. >> >> Could you provide more background on how to reproduce the issue ? E.g., >> how

Re: [scottchu] How to specify multiple zk nodes using solr start command under Windows

2016-05-17 Thread Abdel Belkasri
s up, but it won't be fault-tolerant. > > And again you repeated the port (2181) twice. > > Best, > Erick > > On Tue, May 17, 2016 at 8:02 AM, Abdel Belkasri <belka...@gmail.com> > wrote: > > Hi Scott, > > what worked for me in Windows is this (no ",")

Re: [scottchu] How to specify multiple zk nodes using solr start command under Windows

2016-05-17 Thread Abdel Belkasri
Hi Scott, what worked for me in Windows is this (no ",") bin\Solr start -c -s mynodes\node1 -z localhost:2181 -z localhost:2181 -z localhost:2183 -- Hope this helps Abdel. On Tue, May 17, 2016 at 3:35 AM, scott.chu wrote: > I start 3 zk nodes at port 2181,2182, and 2183

Re: Need Help with Solr 6.0 Cross Data Center Replication

2016-05-16 Thread Abdel Belkasri
es not > complain about the update log. > > > > Could you provide more background on how to reproduce the issue ? E.g., > how do you create a new collection with the cdcr configuration. > > Are you trying to configure CDCR on collections that were created prior > to the CDCR c

Re: Dynamically change solr suggest field

2016-05-16 Thread Abdel Belkasri
Clever and real cool. --Abdel On Sun, May 15, 2016 at 10:42 AM, Lasitha Wattaladeniya wrote: > Hello all, > > I found a way of doing this and thought of sharing this info with you. I > found a way to dynamically change the field which gives the suggestions. > It's using the

Re: Need Help with Solr 6.0 Cross Data Center Replication

2016-05-15 Thread Abdel Belkasri
Erick, I tried the new configuration. The same issue that Satvinder is having. The log updater cannot be instantiated... class="solr.CdcrUpdateLog" for some reason that class is causing a problem! Anyway, anyone has a config that works? Regards, --Abdel On Fri, May 13, 2016 at 11:57 AM,

Cross Data Center Replication - ERROR

2016-05-11 Thread Abdel Belkasri
Hi there, I am trying to configure Cross Data Center Replication using solr 6.0. I am having issue creating collections or reloading old collections with the new solrconfig.xml on both the target and source side. I keep getting error

Re: Replicate Between sites

2016-05-10 Thread Abdel Belkasri
ecord to the local Solr > clusters independently of each other. > > Best, > Erick > > On Mon, May 9, 2016 at 12:31 PM, Abdel Belkasri <belka...@gmail.com> > wrote: > > Hi Alex, > > > > just started reading about CDCR, looks very promissing. Is this onl

Re: Indexing xml documents using solrj 6.0 + solr 6.0

2016-05-09 Thread Abdel Belkasri
did you look at this: https://cwiki.apache.org/confluence/display/solr/Using+SolrJ Regards, --Abdel. On Mon, May 9, 2016 at 1:32 PM, Mat San wrote: > Hello, > > Could I ask please for urgent help since I'm new to solrj and solr. I've > read all documentation but I did

Re: Replicate Between sites

2016-05-09 Thread Abdel Belkasri
wrote: > Have you looked at Cross Data Center replication that's the new big > feature in Solr 6.0? > > Regards, >Alex. > > Newsletter and resources for Solr beginners and intermediates: > http://www.solr-start.com/ > > > On 10 May 2016 at 02:13, Abdel Belk

Re: Solr 5.x bug with Service installation script?

2016-05-09 Thread Abdel Belkasri
Did you copy the core while solr is running? if yes, first shuown source and destination solr, copy intex to the other solr, then restat solr nodes. Lock files get written to the core while solr is running and doing indexing or searching, etc. On Mon, May 9, 2016 at 12:38 PM, A Laxmi

Replicate Between sites

2016-05-09 Thread Abdel Belkasri
Hi there, we have the main site setup as follows: solrCould: App --> smart Client (solrj) --> ensemble of zookeeper --> SolrCloud Noes (with slice/shard/recplica) Works fine. On the DR site we have a mirror setup, how can we keep the two site in sync, so that if something happened we point