cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

alizadehei
Node Link
since ‎08-05-2019
‎06-01-2022

User Statistics

  • 6 Posts
  • 0 Solutions
  • 22 Kudos given
  • 3 Kudos received

User Activity

Sometimes I get the following error when querying the database: Try increasing the config values 'unsupported.cypher.idp_solver_table_threshold' and 'unsupported.cypher.idp_solver_duration_threshold' to allow for a larger sub-plan table and longer p...
Hi everybody, i want to in a query, search on multiple indices. And then sort the results by score. But the problem is that each query on the index returns a separate score. How to integrate these Scores?
How can we configure that only one particular IP can send requests to the Neo4j server?
Hi, I have created a fulltext index like so: CALL db.index.fulltext.createNodeIndex("PersonIndex",["Person"],["age"]) the "age" is a numeric property. query on this index not worked. If we consider age as a string property, then range searching like...
For certain use cases, e.g. with NGram or EdgeNGram tokenizers, it should be possible to define 2 different analyzers for a manual index, one for the index task and one for the search/query task