Skip to content

Commit

Permalink
Merge branch 'master' of github.com:covidgraph/graph-processing_fullt…
Browse files Browse the repository at this point in the history
…ext-indexes
  • Loading branch information
Tim authored and Tim committed Aug 5, 2020
2 parents 60ebf64 + 0487fc2 commit a6a231c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
queries["textOfPapersAndPatents"] = 'CALL db.index.fulltext.createNodeIndex("textOfPapersAndPatents",["Fragment", "Abstract", "Paper", "Patent", "PatentTitle", "PatentClaim","PatentAbstract"],["title", "text"])'
queries["GeneSymbolFullTextIndex"] = 'CALL db.index.fulltext.createNodeIndex("GeneSymbolFullTextIndex",["GeneSymbol"],["sid"])'
queries["AuthorFullTextIndex"] = 'CALL db.index.fulltext.createNodeIndex("AuthorFullTextIndex",["Author"],["first", "middle","last"])'
queries["EntityFullTextIndex"] = 'CALL db.index.fulltext.createNodeIndex("EntityFullTextIndex",["Entity"],["name"])'
queries["EntityFullTextIndex"] = 'CALL db.index.fulltext.createNodeIndex("EntityFullTextIndex",["Entity"],["name","dummycol"])'
neo4j_host = os.getenv("GC_NEO4J_URL", None)
neo4j_pw = os.getenv("GC_NEO4J_PASSWORD", None)
neo4j_user = os.getenv("GC_NEO4J_USER", None)
Expand Down

0 comments on commit a6a231c

Please sign in to comment.