cost 162 ms
Neo4j Lucene 全文檢索及文中關鍵詞提取

[英]Neo4j Lucene full-text search and keyword extraction from the text

我有 Neo4j FULLTEXT INDEX和 ~60k 記錄(關鍵字)。 這是我的關鍵詞詞匯表。 我需要從不同的輸入文本中提取所有可能的關鍵字(存在於該索引中)。 這可以用 Neo4j、Cypher、APOC 來實現嗎? 更新例如有一段文字: 在具有FULLTEXT INDEX的 Neo4j 數 ...

不能在檢查所有節點屬性值的相似性的 Cypher 查詢中應用模糊距離 function?

[英]Can't apply fuzzy distance function in a Cypher query that checks similarity against all nodes attributes values?

我想找到主節點在其屬性之一中包含一些值的所有三元組,使用一些模糊相似度 function 並過濾高於某個預定義閾值的結果,比如 85%。 這樣做的最佳做法是什么? 這是我的初始查詢: 在上面的查詢之前,我使用了更簡單的方法(正則表達式): 但是當我使用第一個更高級的查詢時,出於某種原因我得到: 當 ...

如何從 neo4j 中的數據庫數據中動態匹配實體類型

[英]how to match entity type dynamic from database data in neo4j

我想添加關系。 我使用 apoc 批量添加關系並從 mysql 表中讀取數據。 我必須匹配來自 mysql 值的動態實體類型。 mysql 中的列值是這樣的: 'entity_name/value ' 我必須拆分它。 所以我的代碼是 這失敗了。 我只能使用像match(p:entity_name{ ...

我可以為某個原始關系中的唯一性創建 neo4j 約束嗎?

[英]Can I create a neo4j constraint for uniqueness within a certain originating relationship?

我打算在我的數據庫中存在多個組織。 在給定的組織內,我想對節點強制執行唯一性約束。 例如: ✅ 組織 1 創建一個name為ABC的Thing (OK) ✅ 組織 2 創建一個name為ABC的Thing (OK) ❌ 組織 1 創建一個name為ABC的Thing ...


排序:
質量:
 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM