There's no documentation for this item.
| Modules |
| BoostMixin |
Instead of using documents to add data to an index you can use Hashes and
Arrays. The only real benefits of using a Document over a Hash are pretty
printing and the boost attribute. You can add the boost attribute to Hashes
and arrays using the BoostMixin. For example;
|
| Browser |
|
| Index |
|
| Classes |
| Document |
Documents are the unit of indexing and search.
|
| Field |
A Field is a section of a Document. A Field is basically an array with a
boost attribute. It also provides pretty printing of the field with the
#to_s method.
|
<code/>and<pre/>for code samples.