Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-30-2021 11:35 PM
Hi. I am trying to implement fuzzy search for my nodes with their properties. I use db.index.fulltext.createNodeIndex()
to create index and db.index.fulltext.queryNodes()
to search. This works fine and I am able to do different kind of searches including fuzzy search. The problem is that my data is dynamic both labels and properties should be updated (created, deleted). It seems like the only way to implement this is to remove and recreate index every time new property created or deleted (or nodes with new label are created or deleted). Is there a better way to implement this or recreating the index is the only option ?
12-01-2021 06:00 AM
@armensanoyan FWIW other customers have reported this, i.e. dynamically add/remove properties from the full text search without a rebuild. Cant commit to if/when it will be addressed but it is something we are aware of
12-01-2021 05:08 PM
Thanks for answer! So there is no any workaround to avoid recreating indexes ?
10-17-2022 03:04 AM
what's the progress of the issue?
All the sessions of the conference are now available online