Re: [Neo4j] Open question on Index Framework

2011-06-16 Thread Rick Bullotta
To: Neo4j user discussions Subject: Re: [Neo4j] Open question on Index Framework Hi Rick, you could probably get the keys from the IndexReader, like so: // I'm in LuceneIndex now public IterableString getKeys() { IndexSearcherRef searcher = service.dataSource().getIndexSearcher

[Neo4j] Open question on Index Framework

2011-06-09 Thread Rick Bullotta
We really need a way to query a list of all of the terms for a specific field/key name. Any thoughts on how we could extend the Index framework safely to do this? ___ Neo4j mailing list User@lists.neo4j.org