Found 88,910 results in 0.045 seconds. Displaying page 1 of 8,891, sorted by
Sent 2010-02-08 by Shay Banon <kimchy@...>
Hi,
Just wanted to announce the release of a new open source project called
ElasticSearch (http://www.elasticsearch.com/). Its an open source (Apache
2), distributed, search engine built on top of Lucene. There are many
features for ElasticSearch, you can find them here:
http://www.elasticsea...
Sent 2010-02-08 by Jake Mannix <jake.mannix@...>
On Mon, Feb 8, 2010 at 9:33 AM, Chris Lu wrote:
> Since you already have RMI interface, maybe you can parallel search on
> several nodes, collect the data, pick top ones, and send back results via
> RMI.
>
One thing to be careful about this, which you might already be aware...
Sent 2010-02-08 by Chris Lu <chris.lu@...>
Since you already have RMI interface, maybe you can parallel search on
several nodes, collect the data, pick top ones, and send back results
via RMI.
--
Chris Lu
-------------------------
Instant Scalable Full-Text Search On Any Database/Application
site: http://www.dbsight.net
demo: http://se...
Sent 2010-02-08 by lionel duboeuf <lionel.duboeuf@...>
Thanks ard for your response,i found it usefull.
regards.
lionel
Ard Schrijvers a écrit :
> crossposting to the user list as I think this issue belongs there. See
> my comments inline
>
> On Fri, Feb 5, 2010 at 10:27 AM, lionel duboeuf
> wrote:
>
>> Hi,
>>
>> So...
Sent 2010-02-08 by lionel duboeuf <lionel.duboeuf@...>
Uwe Schindler a écrit :
> How about having more than one index, so one for each user? If you want to do a search on all use a MultiReader on all separate indexes? If you want only serach on a subset use the corresponding index' IndexReader instead.
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 6...
Sent 2010-02-08 by Michael McCandless <lucene@...>
Hmmm... I think that means you're using the default data mode
(ordered), which should properly preserve writes if the OS or machine
crashes.
And actually I was wrong before -- even if the mount had
data=writeback, since you are "only" kill -9ing the process (not
crashing the machine), the data m...
Sent 2010-02-08 by Sanne Grinovero <sanne.grinovero@...>
Hi Uwe,
yes Hibernate is definitely recommending the Solr way for normal and
power users, but we're also taking care of beginners trying it out for
the first time it should just work out of the box for a simple POC, in
those cases an Analyzer is defined as global analyzer (used for all
cases you'...
Sent 2010-02-08 by Stanislaw Osinski <stachoo@...>
> Any thoughts on scaling / clustering? Whether i need to use Hadoop / Carrot
> etc...
>
Carrot2 does search results clustering (by content), while what you probably
need is server/index clustering. See the other responses in this thread for
suggestions.
S.
Sent 2010-02-08 by Jeff Zhang <zjffdu@...>
Solr has more powerful scalability than lucene, maybe you can try that
On Mon, Feb 8, 2010 at 6:14 PM, Ganesh wrote:
> Our indexes is growing and the sorted cache is taking huge amount of RAM.
> We want to add multiple nodes, and scale out the search.
>
> Currently my a...
Sent 2010-02-08 by Ian Lea <ian.lea@...>
http://katta.sourceforge.net/ sounds well worth a look.
--
Ian.
On Mon, Feb 8, 2010 at 10:14 AM, Ganesh wrote:
> Our indexes is growing and the sorted cache is taking huge amount of RAM. We want to add multiple nodes, and scale out the search.
>
> Currently my applaica...