clindex / 1.1.0
| Short description: | Generic index drb server | |||||
|---|---|---|---|---|---|---|
| Category: | Application/Utility | |||||
| Status: | stable | |||||
| Created: | 2003-06-10 23:21:14 GMT | |||||
| Last update: | - | |||||
| Owner: | Chris Morris (Projects of this owner) | |||||
| Homepage: | http://clabs.org/ruby.htm | |||||
| Download: | http://www.clabs.org/dl/clindex/ | |||||
| License: | BSD | |||||
| Dependency: |
|
|||||
| Description: | clIndex is a generic index drb server. The core index is a hash, each key is an individual term, each value is an array of references for that term. Searches the index with a simple regexp grep against the hash keys to return a single array of all references on matching terms. Multi-user ready via a simple locking mechanism that probably doesn't scale too well. BSD License. |
|||||