Create full-text indices (Lucene) for relationships' properties
Open
good first issue
help wanted
- Dominant language
- Jupyter Notebook
- Stars
- 55
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
...that are...
* frequently used for queries
* description fields (repos, orgs, user profiles, financial disclosures, etc
https://neo4j.com/docs/cypher-manual/current/indexes-for-full-text-search
CALL db.index.fulltext.createRelationshipIndex("taggedByRelationshipIndex",["FOLLOWS"],["date"], { eventually_consistent: "true" })
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.