提交 8e15b19d 编写于 作者: L luxin

keywords_must revised

上级 194b8154
...@@ -11,5 +11,5 @@ ...@@ -11,5 +11,5 @@
"graph.json" "graph.json"
], ],
"keywords_must": ["分类"], "keywords_must": ["分类"],
"keywords_forbid": [] "keywords_forbid": ["python", "java", "php", "c++", "c语言", "javascript", "c#", "ruby", "qt", "actionscript", "lua", "perl", "r语言", "swift", "scala", "bash", "batch", "lisp", "typescript", "erlang", "objective-c", "julia", "kotlin", "golang", "matlab", "rust"]
} }
\ No newline at end of file
...@@ -17,6 +17,6 @@ ...@@ -17,6 +17,6 @@
"graphdatabase.json", "graphdatabase.json",
"usecases.json" "usecases.json"
], ],
"keywords_must": ["使用场景", "图数据库"], "keywords_must": ["图数据库"],
"keywords_forbid": [] "keywords_forbid": []
} }
\ No newline at end of file
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
"start-neo4j.json" "start-neo4j.json"
], ],
"keywords_must": [ "keywords_must": [
"创建", ["neo4j", "创建"],
"启动" ["neo4j", "启动"]
], ],
"keywords_forbid": [] "keywords_forbid": []
} }
\ No newline at end of file
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"model-design.json" "model-design.json"
], ],
"keywords_must": [ "keywords_must": [
"模型" ["neo4j", "模型"]
], ],
"keywords_forbid": [] "keywords_forbid": []
} }
\ No newline at end of file
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
"rdbms-graphdb.json" "rdbms-graphdb.json"
], ],
"keywords_must": [ "keywords_must": [
"关系" ["关系", "图"],
["关系", "neo4j"]
], ],
"keywords_forbid": [] "keywords_forbid": []
} }
\ No newline at end of file
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
"load-api.json" "load-api.json"
], ],
"keywords_must": [ "keywords_must": [
"api" ["api", "导入"],
["APOC", "导入"]
], ],
"keywords_forbid": [] "keywords_forbid": []
} }
\ No newline at end of file
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"load-rdbms.json" "load-rdbms.json"
], ],
"keywords_must": [ "keywords_must": [
"导入" ["关系", "导入"]
], ],
"keywords_forbid": [] "keywords_forbid": []
} }
\ No newline at end of file
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"data-importer.json" "data-importer.json"
], ],
"keywords_must": [ "keywords_must": [
"导入" ["导入", "neo4j"]
], ],
"keywords_forbid": [] "keywords_forbid": []
} }
\ No newline at end of file
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"spark-neo4j.json" "spark-neo4j.json"
], ],
"keywords_must": [ "keywords_must": [
"spark" ["neo4j", "spark"]
], ],
"keywords_forbid": [] "keywords_forbid": []
} }
\ No newline at end of file
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
], ],
"keywords_must": [ "keywords_must": [
[ [
"kafka", "neo4j",
"连接器" "kafka"
] ]
], ],
"keywords_forbid": [] "keywords_forbid": []
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"neo4j-gds.json" "neo4j-gds.json"
], ],
"keywords_must": [ "keywords_must": [
"gds" ["neo4j", "gds"]
], ],
"keywords_forbid": [] "keywords_forbid": []
} }
\ No newline at end of file
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"neo4j-graph-embedding.json" "neo4j-graph-embedding.json"
], ],
"keywords_must": [ "keywords_must": [
"图" ["图", "neo4j"]
], ],
"keywords_forbid": [] "keywords_forbid": []
} }
\ No newline at end of file
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
"neo4j-nlp.json" "neo4j-nlp.json"
], ],
"keywords_must": [ "keywords_must": [
"nlp", ["neo4j", "nlp"],
"自然语言处理" ["neo4j", "自然语言处理"]
], ],
"keywords_forbid": [] "keywords_forbid": []
} }
\ No newline at end of file
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"neo4j-monitor.json" "neo4j-monitor.json"
], ],
"keywords_must": [ "keywords_must": [
"监控" ["neo4j", "监控"]
], ],
"keywords_forbid": [] "keywords_forbid": []
} }
\ No newline at end of file
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"neo4j-performance-tuning.json" "neo4j-performance-tuning.json"
], ],
"keywords_must": [ "keywords_must": [
"优化" ["neo4j", "优化"]
], ],
"keywords_forbid": [] "keywords_forbid": []
} }
\ No newline at end of file
...@@ -11,8 +11,10 @@ ...@@ -11,8 +11,10 @@
"graph-arch.json" "graph-arch.json"
], ],
"keywords_must": [ "keywords_must": [
"应用", ["图", "应用"],
"架构" ["图", "架构"],
["neo4j", "应用"],
["neo4j", "架构"]
], ],
"keywords_forbid": [] "keywords_forbid": []
} }
\ No newline at end of file
...@@ -48,7 +48,34 @@ ...@@ -48,7 +48,34 @@
"keywords_must": [ "keywords_must": [
"分类" "分类"
], ],
"keywords_forbid": [] "keywords_forbid": [
"python",
"java",
"php",
"c++",
"c语言",
"javascript",
"c#",
"ruby",
"qt",
"actionscript",
"lua",
"perl",
"r语言",
"swift",
"scala",
"bash",
"batch",
"lisp",
"typescript",
"erlang",
"objective-c",
"julia",
"kotlin",
"golang",
"matlab",
"rust"
]
} }
}, },
{ {
...@@ -68,7 +95,6 @@ ...@@ -68,7 +95,6 @@
], ],
"children": [], "children": [],
"keywords_must": [ "keywords_must": [
"使用场景",
"图数据库" "图数据库"
], ],
"keywords_forbid": [] "keywords_forbid": []
...@@ -152,8 +178,14 @@ ...@@ -152,8 +178,14 @@
], ],
"children": [], "children": [],
"keywords_must": [ "keywords_must": [
"创建", [
"启动" "neo4j",
"创建"
],
[
"neo4j",
"启动"
]
], ],
"keywords_forbid": [] "keywords_forbid": []
} }
...@@ -294,7 +326,10 @@ ...@@ -294,7 +326,10 @@
], ],
"children": [], "children": [],
"keywords_must": [ "keywords_must": [
"模型" [
"neo4j",
"模型"
]
], ],
"keywords_forbid": [] "keywords_forbid": []
} }
...@@ -309,7 +344,14 @@ ...@@ -309,7 +344,14 @@
], ],
"children": [], "children": [],
"keywords_must": [ "keywords_must": [
"关系" [
"关系",
"图"
],
[
"关系",
"neo4j"
]
], ],
"keywords_forbid": [] "keywords_forbid": []
} }
...@@ -358,7 +400,14 @@ ...@@ -358,7 +400,14 @@
], ],
"children": [], "children": [],
"keywords_must": [ "keywords_must": [
"api" [
"api",
"导入"
],
[
"APOC",
"导入"
]
], ],
"keywords_forbid": [] "keywords_forbid": []
} }
...@@ -373,7 +422,10 @@ ...@@ -373,7 +422,10 @@
], ],
"children": [], "children": [],
"keywords_must": [ "keywords_must": [
"导入" [
"关系",
"导入"
]
], ],
"keywords_forbid": [] "keywords_forbid": []
} }
...@@ -388,7 +440,10 @@ ...@@ -388,7 +440,10 @@
], ],
"children": [], "children": [],
"keywords_must": [ "keywords_must": [
"导入" [
"导入",
"neo4j"
]
], ],
"keywords_forbid": [] "keywords_forbid": []
} }
...@@ -454,7 +509,10 @@ ...@@ -454,7 +509,10 @@
], ],
"children": [], "children": [],
"keywords_must": [ "keywords_must": [
"spark" [
"neo4j",
"spark"
]
], ],
"keywords_forbid": [] "keywords_forbid": []
} }
...@@ -470,8 +528,8 @@ ...@@ -470,8 +528,8 @@
"children": [], "children": [],
"keywords_must": [ "keywords_must": [
[ [
"kafka", "neo4j",
"连接器" "kafka"
] ]
], ],
"keywords_forbid": [] "keywords_forbid": []
...@@ -538,7 +596,10 @@ ...@@ -538,7 +596,10 @@
], ],
"children": [], "children": [],
"keywords_must": [ "keywords_must": [
"gds" [
"neo4j",
"gds"
]
], ],
"keywords_forbid": [] "keywords_forbid": []
} }
...@@ -569,7 +630,10 @@ ...@@ -569,7 +630,10 @@
], ],
"children": [], "children": [],
"keywords_must": [ "keywords_must": [
"图" [
"图",
"neo4j"
]
], ],
"keywords_forbid": [] "keywords_forbid": []
} }
...@@ -584,8 +648,14 @@ ...@@ -584,8 +648,14 @@
], ],
"children": [], "children": [],
"keywords_must": [ "keywords_must": [
"nlp", [
"自然语言处理" "neo4j",
"nlp"
],
[
"neo4j",
"自然语言处理"
]
], ],
"keywords_forbid": [] "keywords_forbid": []
} }
...@@ -631,7 +701,10 @@ ...@@ -631,7 +701,10 @@
], ],
"children": [], "children": [],
"keywords_must": [ "keywords_must": [
"监控" [
"neo4j",
"监控"
]
], ],
"keywords_forbid": [] "keywords_forbid": []
} }
...@@ -646,7 +719,10 @@ ...@@ -646,7 +719,10 @@
], ],
"children": [], "children": [],
"keywords_must": [ "keywords_must": [
"优化" [
"neo4j",
"优化"
]
], ],
"keywords_forbid": [] "keywords_forbid": []
} }
...@@ -677,8 +753,22 @@ ...@@ -677,8 +753,22 @@
], ],
"children": [], "children": [],
"keywords_must": [ "keywords_must": [
"应用", [
"架构" "图",
"应用"
],
[
"图",
"架构"
],
[
"neo4j",
"应用"
],
[
"neo4j",
"架构"
]
], ],
"keywords_forbid": [] "keywords_forbid": []
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册