Re: Multi server

2013-10-01 Thread Michael McCandless
Maybe Lucene's new replication module is useful for this? Mike McCandless http://blog.mikemccandless.com On Mon, Sep 30, 2013 at 3:08 PM, Neda Grbic wrote: > Hi all > > I'm hoping to use Lucene in my project, but I have two master-master > servers. Is there any good tutorial how to make Lucene

Re: Multi server

2013-10-01 Thread Ian Lea
I'm not aware of a lucene rather than Solr or whatever tutorial. A search for something like "lucene sharding" will get hits. Why don't you want to use Solr or Katta or similar? They've already done much of the hard work. How much data are you talking about? What are your master-master require

Multi server

2013-09-30 Thread Neda Grbic
Hi all I'm hoping to use Lucene in my project, but I have two master-master servers. Is there any good tutorial how to make Lucene scalable (without Solr and similar web applications). Thanks

Re: Best practice setup in multi server environment?

2006-03-17 Thread Chris Hostetter
: > 1 web server running PHP : > 1 MySQL server (which will still be used, but not for fulltext : > queries) : > 1 server running Lucene : > The Lucene index will be created out of the MySQL data. : > : > My question: How can I send a query from the webserver using PHP to : > the : > Lucene server

Re: Best practice setup in multi server environment?

2006-03-17 Thread Erik Hatcher
On Mar 17, 2006, at 7:54 AM, jens bertheau wrote: I am currently working on switching from MySQL fulltext search to Lucene. The indexing and searching already works pretty well. I have the following environment: 1 web server running PHP 1 MySQL server (which will still be used, but not for f

Best practice setup in multi server environment?

2006-03-17 Thread jens bertheau
the queries? Best regards, Jens -- View this message in context: http://www.nabble.com/Best-practice-setup-in-multi-server-environment--t1297618.html#a3455237 Sent from the Lucene - Java Users forum at Nabble.com. - To unsubscribe