Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
12-01-2020 02:39 AM
Dear all,
when i init graph setting handleMultival: to "ARRAY", and set multivalPropList: to specific property like rdfs:label , then do full text search index on rdfs:label property , db.fultext.index.queryNode procedure return nothing on index i made, but if i set handleMultiVal to "OVERWRITE" and make index on rdfs:label , full text query works just fine.
my question is how can i figure out this issue?
Thanks
12-02-2020 02:20 PM
fulltext indexes do operate only on string properties and not on string array properties. Maybe you want to concatenate all the array contents into one large string and index that one?
All the sessions of the conference are now available online