|
@@ -681,7 +681,6 @@ public class Neo4jAPI {
|
|
|
fildList.add(d);
|
|
|
}
|
|
|
newList.addAll(fildList);
|
|
|
- System.out.println("开始输入的词为:"+newList);
|
|
|
int i=0;
|
|
|
while (newList.size()>0){
|
|
|
i++;
|
|
@@ -692,7 +691,6 @@ public class Neo4jAPI {
|
|
|
"match (n)-[r:诊断依据]->(m)\n" +
|
|
|
"where n.name= row\n" +
|
|
|
"return m.name as condition, count(distinct r)>=m.path as jundgement, labels(m)[0] as label";
|
|
|
- System.out.println(i+"\t"+query);
|
|
|
result=session.run(query);
|
|
|
newList.clear();
|
|
|
while (result.hasNext()){
|