| 211 | | * The class based querying is broken, but then again so is the implementation in the code listed above. |
| 212 | | * It would be nice to allow for the use of both the filesystem based indexing AND the in-memory approach, but currently I only allow for a string path to the index. I think this should be a straightforward fix, but it's not in there yet. |
| 213 | | * I'm still working on implementing the code that allows for passing a Query object to the find_by_contents method. |
| 214 | | * There are certainly a lot of other options for the index that need to be allowed for. I'm thinking that this could be implemented as a hash that can be set in environment.rb and then overridden in the case of per-class indexes. |
| | 211 | * The class based querying is broken, but then again so is the implementation in the code listed above. |
| | 212 | * It would be nice to allow for the use of both the filesystem based indexing AND the in-memory approach, but currently I only allow for a string path to the index. I think this should be a straightforward fix, but it's not in there yet. |
| | 213 | * I'm still working on implementing the code that allows for passing a Query object to the find_by_contents method. |
| | 214 | * There are certainly a lot of other options for the index that need to be allowed for. I'm thinking that this could be implemented as a hash that can be set in environment.rb and then overridden in the case of per-class indexes. |