
Lucene should index Ruby Date objects
Reported by Andreas Ronge | December 15th, 2008 @ 12:31 PM | in 0.1
i = Index.new 'someindex' i.field_infos[:since][:type] = Date i << {:id => 123, :since=>Date.new(2008,12,15)} i.find(:since => Date.new(2008,12,15)..Date.new(2009,4,3))
Comments and changes to this ticket
-
Andreas Ronge December 16th, 2008 @ 09:59 AM
- State changed from new to open
(from [3ec34b11cabea187380a9bd236885015b459c186]) Impl. support for indexing/query ruby Date [#2 state:open] http://github.com/andreasronge/n...
-
Andreas Ronge December 16th, 2008 @ 10:03 AM
(from [311fa8fa96b1b6cdf99a5f54c5872562e781bc7d]) Testing Lighthouse integration commit hook. Removed TODO file since it is now replace with the lighthouse site [#2 state:open] http://github.com/andreasronge/n...
-
Andreas Ronge December 17th, 2008 @ 05:59 PM
(from [899925e12860d7448da47d51598e91af00368002]) Impl. Indexing of Ruby Date object. Need some more test/docs and then the ticket is resolved. Updated RDocs. [#2] http://github.com/andreasronge/n...
-
Andreas Ronge December 18th, 2008 @ 02:02 PM
- State changed from open to resolved
(from [c600ad92aae5203d397bb561a4ea0254769bc516]) Finished impl indexing of Date and DateTime. [#2 state:resolved] http://github.com/andreasronge/n...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Neo4j.rb is a graph database framework for JRuby.
It provides:
* Mapping of ruby objects to nodes in networks rather than in tables.
* Storage of ruby object to a file system.
* Fast traversal of relationships between nodes in a hugh node space.
* Transaction with rollbacks support.
* Indexing and quering of ruby objects.
* Integration with Rails
People watching this ticket
Referenced by
-
2 Lucene should index Ruby Date objects (from [3ec34b11cabea187380a9bd236885015b459c186]) Impl. s...
-
2 Lucene should index Ruby Date objects (from [311fa8fa96b1b6cdf99a5f54c5872562e781bc7d]) Testing...
-
2 Lucene should index Ruby Date objects (from [899925e12860d7448da47d51598e91af00368002]) Impl. I...
-
2 Lucene should index Ruby Date objects (from [c600ad92aae5203d397bb561a4ea0254769bc516]) Finishe...