I'm sorry on how I cold-shouldered the recent issues. I didn't have
much time the last half year, so it was wrong for me to take over such
a project.
Due to the lack of time I'm giving up maintenance on this plugin.
There are some more reasons like, that I haven't got it to a tested
state and therefore are some people that would fit much better in
developing this plugin further!
Please answer on this post if you'd like to inform about your
repository. Tell your changes in a group discussion, so others can
read and may decide for your fork of the plugin.
Hello,
I have been maintaining the xspond fork of acts_as_xapian.
Some of the major changes include:
- Requires xspond-xapian-ruby gem (replacing xapian-bindings)
- Classes have been broken out into separate files
- The entire query parser is NOT rebuilt for each query
- The query parser is built on demand only for the class or classes
being queried
- Implemented a boost function for term weighting
- search_similar and find_similar methods have been added to Array
The xspond-xapian-ruby gem is xapian-bindings package as a gem with
most of the iterator based traversals converted to .each for full
Enumerable compatibility. This makes several sections of
acts_as_xapian much cleaner.
> I'm sorry on how I cold-shouldered the recent issues. I didn't have
> much time the last half year, so it was wrong for me to take over such
> a project.
> Due to the lack of time I'm giving up maintenance on this plugin.
> There are some more reasons like, that I haven't got it to a tested
> state and therefore are some people that would fit much better in
> developing this plugin further!
> Please answer on this post if you'd like to inform about your
> repository. Tell your changes in a group discussion, so others can
> read and may decide for your fork of the plugin.