RubyGems Navigation menu

stellr 0.1.0

FEATURES: * DRb frontend * easy to use client library (see below) * multi index search * Index rotation Stellr always keeps two versions of your index around - one is used in a multi threaded, read only way to handle incoming search requests, while the other one is written to when you index something. Using the switch function you may decide when to switch over searching from the old index to the new one. Then, changes will be synced, and searches will see the new or updated data from before the switch call. * Index synchronization Two kinds of synchronization methods are supported for now: rsync, using rsync two copy over the changes from one index to the other, and static, which will completely replace the old index with the new one. While the latter is suitable for indexes which you rebuild completely from time to time, the former is good for large indexes that are updated frequently or that are too large for frequent rebuilds. == SYNOPSIS: * start the server:

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.1.2 - August 20, 2008* (19.5 KB)
  2. 0.1.1 - August 12, 2008* (19 KB)
  3. 0.1.0 - August 03, 2008* (18.5 KB)

Development Dependencies (1):

hoe >= 1.7.0

Owners:

Authors:

  • Benjamin Krause, Jens Krämer

SHA 256 checksum:

db59c09ab4abf5e63ed5860189c616a36dfa079cf561e1b69131bd10ab901118

Total downloads 10,984

For this version 3,274

Licenses:

N/A

Required Ruby Version: None

Links: