2010/8/14 Rick Bullotta <rick.bullo...@burningskysoftware.com>

> Hi, all.
>
>
>
> Has anyone used the Timeline capabilities for a searchable set of
> timestamped nodes?  I was about to write my own custom linked list
> implementation using relationships w/a timestamp property, and came across
> this.  I have a need to handle queries similar to those provided by the
> TimelineIndex with a few additions:
>
>
>
> -          I want to be able to limit the # of nodes retrieved to a maximum
> of "n"
>

It's just a matter of iterating over "n" nodes... the iterating is done
lazily anyway.


>
> -          I need to be able to retrieve nodes either in increasing
> timestamp or decreasing timestamp order
>

That could be an easy patch... look into the code and see if that can be
done in an easy way!


>
>
>
> I was planning on either building a new set of classes based on Timeline,
> extending Timeline, or starting from scratch.  Any insights/suggestions
> welcomed.
>
>
>
> Best,
>
>
>
> Rick
>
>
>
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>



-- 
Mattias Persson, [matt...@neotechnology.com]
Hacker, Neo Technology
www.neotechnology.com
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to