gpt4 book ai didi

elasticsearch - GraphAware neo4j-elasticsearch插件按属性排除节点

转载 作者:行者123 更新时间:2023-12-03 01:39:15 24 4
gpt4 key购买 nike

我正在使用neo4j-to-elasticsearch插件,以便使用以下配置在ES中索引我的所有Decision节点-

<NEO4J_com_graphaware_module_ES_node>hasLabel('Decision')</NEO4J_com_graphaware_module_ES_node>

我需要基于某些节点属性排除一些 Decision节点(在ES中将被索引),例如,我不想在 Decision为true的情况下索引 decision.hidden。有可能扩展我的neo4j-elasticsearch以支持它吗?

最佳答案

是的,包含策略绝对有可能,对于您的用例,它就像:

#optional, specify which nodes to index in Elasticsearch, defaults to all nodes
com.graphaware.module.ES.node=hasLabel('Decision') && getProperty('hidden') != true

关于可能的选项的引用在这里:

https://github.com/graphaware/neo4j-framework/tree/master/common#inclusion-policies

关于elasticsearch - GraphAware neo4j-elasticsearch插件按属性排除节点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49351507/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com