RubyGems Navigation menu

stellr 0.1.2

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:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

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

Development依存関係 (1):

hoe >= 1.7.0

所有者:

作者:

  • Benjamin Krause, Jens Krämer

SHA 256チェックサム:

61fe5e1f82b52297669998e1d160984811876e4da32c8ff094a6d73f1f955c6d

累計ダウンロード数 10,993

このバージョンのみ 4,416

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: