Re: Solr Cloud - is replication really a feature on the trunk?

2011-09-10 Thread Jamie Johnson
Thanks Mark, so perhaps a more appropriate config would be which would require the collection and coreName be specified as System Properties. On Sat, Sep 10, 2011 at 4:22 PM, Mark Miller wrote: > > On Sep 9, 2011, at 6:54 PM, Pulkit Singhal wrote: > >> Thanks Again. >> >> Another quest

Re: Master Slave Question

2011-09-10 Thread Jamie Johnson
Is this feature on Trunk currently? On Sat, Sep 10, 2011 at 12:26 PM, Patrick Sauts wrote: > Real Time indexing (solr 4) or decrease replication poll and auto commit > time. > > 2011/9/10 Jamie Johnson > >> Is it appropriate to query the master servers when replicating?  I ask >> because there c

Re: Replication setup with SolrCloud/Zk

2011-09-10 Thread Yury Kats
On 9/10/2011 3:54 PM, Pulkit Singhal wrote: > Hi Yury, > > How do you manage to start the instances without any issues? The way I see > it, no matter which instance is started first, the slave will complain about > not being to find its respective master because that instance hasn't been > started

Nested documents

2011-09-10 Thread Andy
Hi, Does Solr support nested documents? If not is there any plan to add such a feature? Thanks.

Re: Replication setup with SolrCloud/Zk

2011-09-10 Thread Pulkit Singhal
Sorry, stupid question, now I see that the core still starts and the polling process simply logs an error: SEVERE: Master at: http://localhost:7574/solr/master2/replication is not available. Index fetch failed. Exception: Connection refused I was able to setup the instructions in-detail with this

Re: Solr Cloud - is replication really a feature on the trunk?

2011-09-10 Thread Mark Miller
On Sep 9, 2011, at 6:54 PM, Pulkit Singhal wrote: > Thanks Again. > > Another question: > > My solr.xml has: > > > > > And I omitted -Dcollection.configName=myconf from the startup command > because I felt that specifying collection="myconf" should take care of > that: > cd /trunk/solr

Re: Replication setup with SolrCloud/Zk

2011-09-10 Thread Pulkit Singhal
Hi Yury, How do you manage to start the instances without any issues? The way I see it, no matter which instance is started first, the slave will complain about not being to find its respective master because that instance hasn't been started yet ... no? Thanks, - Pulkit 2011/5/17 Yury Kats >

Full-search index for the database

2011-09-10 Thread Eugeny Balakhonov
I want to create full-text search for my database. It means that search engine should look up some string for all fields of my database. I have created Solr configuration for extracting and indexing data from a database. According documentation in the file schema.xml I have created field f

Re: TermsComponent from deleted document

2011-09-10 Thread Martijn v Groningen
I'd use the suggester: http://wiki.apache.org/solr/Suggester The suggester can give a collation. The TermsComponent can't do that. The suggester builds on top of the spellchecking infrastructure, so should be easy to use if you're familiar with that. Martijn On 10 September 2011 08:37, Manish Ba

Re: Solr Cloud - is replication really a feature on the trunk?

2011-09-10 Thread Pulkit Singhal
Sorry a message got sent without me finishing it up, ctrl+s is not save but send ... sigh! Yes now I'm sure that a) collection="blah" in solr.xml, and b) -Dcollection.configName="myconf" at cmd line actually fill in values for two very different fields. Here's why I say so: Example config # 1:

Re: Solr Cloud - is replication really a feature on the trunk?

2011-09-10 Thread Pulkit Singhal
Yes now I'm sure that a) collection="blah" in solr.xml, and b) -Dcollection.configName="myconf" at cmd line actually fill in values for two very different fields. Here's why I say so: Example config # 1: Results in: /collections (v=6 children=1) scaleDeep (v=0 children=1) "configName=

Re: Solr Cloud - is replication really a feature on the trunk?

2011-09-10 Thread Pulkit Singhal
1s of all, thanks everyone, your expertise and time is much appreciated. @Jamie: Great suggestion, I just have one small objection to it ... I wouldn't want to mix the core's name with the collection's configName. Wouldn't you also want to keep the two separate for clarity? What do you think about

Re: Master Slave Question

2011-09-10 Thread Patrick Sauts
Real Time indexing (solr 4) or decrease replication poll and auto commit time. 2011/9/10 Jamie Johnson > Is it appropriate to query the master servers when replicating? I ask > because there could be a case where we index say 50 documents to the > master, they have not yet been replicated and a

Master Slave Question

2011-09-10 Thread Jamie Johnson
Is it appropriate to query the master servers when replicating? I ask because there could be a case where we index say 50 documents to the master, they have not yet been replicated and a user asks for page 2, when they ask for page 2 the request could be sent to a slave and get 0. Is there a way

Re: How to write this query?

2011-09-10 Thread crisfromnova
Hi, key:value1^8 key:value2^4 key:value3^2 is correct. Sorry for bad query written. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-write-this-query-tp3318577p3325033.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Sorting groups by numFound group size

2011-09-10 Thread Martijn v Groningen
Not yet. If you want you can create an issue for sorting groups by numFound. On 9 September 2011 18:49, O. Klein wrote: > I am also looking for way to sort on numFound. > > Has an issue been created? > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Sorting-groups-by-nu