Re: The book: Solr 4.x Deep Dive - Early Access Release #1

2013-06-21 Thread Stevo Slavić
Consider https://leanpub.com/ for publishing. I'm in no way affiliated with them, just have positive personal buying experience. One can and I regularly give more than what author requested as min price. For such a work of 1k pages, would definitely pay more than $10. Kind regards, Stevo Slavic.

Re: Solr architecture diagram

2011-04-06 Thread Stevo Slavić
Nice, thank you! Wish there was something similar or extra to this one depicting where do SolrJ's CommonsHttpSolrServer and EmbeddedSolrServer fit in. Regards, Stevo. On Wed, Apr 6, 2011 at 11:44 AM, Jan Høydahl wrote: > Hi, > > At Cominvent we've often had the need to visualize the internal ar

Re: [ANN] Solr 1.4.1 Released

2010-06-25 Thread Stevo Slavić
Congrats on the release! Something seems to be wrong with solr 1.4.1 maven artifacts, there is in extra solr in the path. E.g. solr-parent-1.4.1.pom at in http://repo1.maven.org/maven2/org/apache/solr/solr/solr-parent/1.4.1/solr-parent-1.4.1.pomwhile it should be at http://repo1.maven.org/maven2/o

Re: [ANN] Solr 1.4.1 Released

2010-06-30 Thread Stevo Slavić
de look at this? I simply used the copy command on >> the release to-do wiki (sounds like it should be updated). >> >> If no one steps up, I'll try and straighten it out later. >> >> On 6/25/10 10:28 AM, Stevo Slavić wrote: >> >>> Congrats on the rel

solrj & http client 4

2010-12-07 Thread Stevo Slavić
Hello solr users and developers, Are there any plans to upgraded http client dependency in solrj from 3.x to 4.x? Found this ticket - judging by comments in it upgrade might help fix the issue. I have a project in jar hell, getting different version

Re: solrj & http client 4

2010-12-08 Thread Stevo Slavić
w version, so any help is much appreciated. > > Cheers, > Chantal > > On Tue, 2010-12-07 at 18:35 +0100, Yonik Seeley wrote: > > On Tue, Dec 7, 2010 at 12:32 PM, Stevo Slavić wrote: > > > Hello solr users and developers, > > > > > > Are there any plans to

Re: Solr site not accessible

2010-12-17 Thread Stevo Slavić
It's back! On Fri, Dec 17, 2010 at 3:54 PM, kenf_nc wrote: > > Yep, www.apache.org is down. They tick off the wikihackers too? :) > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-site-not-accessible-tp2105072p2105095.html > Sent from the Solr - User mailing list arc

Re: solrj & http client 4

2010-12-22 Thread Stevo Slavić
Tried to checkout lucene/solr and setup projects and classpath in eclipse - there seems to be circular dependency between modules - this is not possible/allowed in maven built project, would require refactoring. Regards, Stevo. On Wed, Dec 8, 2010 at 1:42 PM, Stevo Slavić wrote: > OK, tha

Solr confFiles replication

2010-12-28 Thread Stevo Slavić
Hello Apache Solr users, I have master-slave replication setup, and slave is getting index data replicated but not configured confFiles. What could be the problem? Solr 1.4.1 is used. Regards, Stevo.

Re: Solr confFiles replication

2010-12-28 Thread Stevo Slavić
Thanks Markus for the insight! I've figured out that initially conf files need to be put manually on slaves so slaves know how to connect to master to start polling. I've attempted several times to send this question of mine to solr-user mailing list, got refused with spam qualifications, found it

Re: Solr confFiles replication

2010-12-28 Thread Stevo Slavić
Clear, have to reindex. Thanks! Regards, Stevo. On Tue, Dec 28, 2010 at 3:17 PM, Markus Jelsma wrote: > > > On Tuesday 28 December 2010 15:02:24 Stevo Slavić wrote: >> Thanks Markus for the insight! >> >> I've figured out that initially conf files need to be put

Re: solrj & http client 4

2011-01-16 Thread Stevo Slavić
a/browse/LUCENE-2657>, which provides full POMs > for Lucene/Solr trunk. > > I don't use Eclipse, but I think it can use POMs to bootstrap project > configuration.  (I know IntelliJ can do this.) > > Steve > >> -Original Message- >> From: Stevo Slavić

Re: [POLL] Where do you get Lucene/Solr from? Maven? ASF Mirrors?

2011-01-18 Thread Stevo Slavić
[X] Maven repository (whether you use Maven, Ant+Ivy, Buildr, etc.) On Tue, Jan 18, 2011 at 11:53 PM, Chris Male wrote: >> >> >> [X] ASF Mirrors (linked in our release announcements or via the Lucene >> website) >> >> [X] Maven repository (whether you use Maven, Ant+Ivy, Buildr, etc.) >> >> [] I

Re: Problem with replication

2011-01-20 Thread Stevo Slavić
On which events did you configure master to perform replication? replicateAfter Regards, Stevo. On Thu, Jan 20, 2011 at 12:53 PM, Thomas Kellerer wrote: > Hi all, > > we have implemented a Solr based search in our web application. We have one > master server that maintains the index which is rep

Re: Problem with replication

2011-01-20 Thread Stevo Slavić
So if on startup index gets replicated, then commit probably isn't being called anywhere on master. Is that index configured to autocommit on master, or do you commit from application code? If you commit from application code, check if commit actually gets issued to the slave. Regards, Stevo. On

Re: Problem with replication

2011-01-20 Thread Stevo Slavić
wrote: > Stevo Slavić, 20.01.2011 15:42: >> >> So if on startup index gets replicated, then commit probably isn't >> being called anywhere on master. > > No, the index is not replicated on startup (same behaviour: "no files to > download") > >>