I want to store multiple values in a single index property of neo4j Lucene index, e.g.
IndexName: profile
property- Education: "Stanford University, Grad School", "Harvard University, MS"
property- Work: "Nokia Siemens Networks", "Motorola"
Search should also work in all cases like and
, or
.
We can do such a thing with Solr setting the property as multi-valued attribute. I'm not sure about neo4j + Lucene.