Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
motey authored Nov 16, 2020
1 parent c6d1c04 commit 8d79d8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
queries[
"GeneFunctionsFullTextIndex"
] = 'CALL db.index.fulltext.createNodeIndex("GeneFunctionsFullTextIndex",["GOTerm"],["name"])'
queries[
"PatentsFulltextIndex"
] = 'Call db.index.fulltext.createNodeIndex("PatentsFulltextIndex",["PatentTitle","PatentDescription","PatentAbstract","PatentClaim"],["text"])'

NEO4J_CONFIG_STRING = os.getenv("NEO4J")
NEO4J_CONFIG_DICT = json.loads(NEO4J_CONFIG_STRING)
Expand Down

0 comments on commit 8d79d8d

Please sign in to comment.