0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 20 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
refactor XapianDb spec a bit More... almost 15 years ago
Add more rdoc documentation More... almost 15 years ago
updated will_paginate support spec More... almost 15 years ago
spec: XapianDb should return an array that can be used with will_paginate when searched More... almost 15 years ago
spec: XapianDb should set the db field for the retrieved XapianDoc More... almost 15 years ago
Ensure that we only cancel transactions that have begun, and ensure we don't release the mutex until the cancel is is over More... almost 15 years ago
spec: XapianDb should store positions by default when tokenizing More... almost 15 years ago
spec: XapianDb should store integers in a string sortable order when storing as values More... almost 15 years ago
spec XapianDb should return the doc with the highest id with the max method More... almost 15 years ago
XapianDb should limit results when the :limit option is given More... almost 15 years ago
Moved convert_to_value method into XapianDoc class More... almost 15 years ago
spec: XapianDb search results sort order should be by the id when specified and in ascending numerical order by default More... almost 15 years ago
Added gemspec More... almost 15 years ago
spec: XapianDb should collapse results by the value specified by the :collapse option More... almost 15 years ago
Renamed spec/index_spec.rb -> spec/xapian_db_spec.rb More... almost 15 years ago
Imported missing spec/xapian_doc_spec.rb file More... almost 15 years ago
spec: XapianDb search results sort order should be by the value specified in descending numerical order More... almost 15 years ago
spec: XapianDb search results sort order should be by the value specified More... almost 15 years ago
spec: XapianDb should store values declared as to be sortable More... almost 15 years ago
Updated the README More... almost 15 years ago
Renamed README More... about 15 years ago
Added README.md symlink to README More... about 15 years ago
Added GPL License and initial README More... about 15 years ago
Change data key to __data More... about 15 years ago
Simplify the paging spec tests More... about 15 years ago
Update documentation More... about 15 years ago
XapianDb should add new docs with the given id More... about 15 years ago
XapianDb should abort a transaction on an exception More... about 15 years ago
should flush documents to the index when flush is called More... about 15 years ago
Added :page and :per_page options to XapianDb.search More... about 15 years ago