I have run into the situation where I want to add key value pairs to the Lucene
index, where I have no need to store the value in a property, but I would like
to know which values are stored in the Lucene index for a given key-object
pair. Use case: Loading Dbpedia in Neo4J, I load all entities and all
redirects. Every entity has a unique URL, as does every redirect. URL's are
stored in Lucene to look up the node that corresponds to an entity. I have no
need to store redirects, neither as node nor as a String array property (one
entity can have more than one redirect), instead I want to store the redirect
URL in the Lucene index, pointing to the associated entity node. In certain
cases, however, I would like to know the redirect URL's associated with a
certain entity. So I would like to be able to retrieve the values stored in the
Lucene index for a given key-object pair. Is this possible? If not with the
current setup, would it be possible to add such functionality? Kind re
gards,Niels Hoogeveen
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user