New to Graph

I am trying to figure out how elasticsearch automatically identifies the connections. I ingested some data eg:

name: abc, state: VA

and multiple records similar to above example. However, when I query for state: VA I only see 1 vertex but I have multiple records matching "VA". Am I doing something wrong in how elastic interprets and creates graphs?

The default settings are tuned for working with large amounts of noisy data and only showing weighted connections where there is sufficient evidence that a link should be drawn. Normally this requires multiple documents to establish a relationship between a pair of terms. You can turn off these default settings in the api - in the GUI these can be found in the "Settings" panel and you can turn off "significant" links and set the certainty down from the default of 3 to 1.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.