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
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
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
: > 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
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
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