Siginification of the score field in fscrawler

i am using kibana dev toools and fscrawler to index files, i want to know what do the filed score,
"hits" : {
"total" : 12,
"max_score" : 1.0,
"hits" : [
{
"_index" : "bigdata",
"_type" : "_doc",
"_id" : "d7f60c68568488b429b182b792d6b96",
"_score" : 1.0,
"_source" : {
"content" : """

You can read https://www.elastic.co/guide/en/elasticsearch/guide/current/scoring-theory.html although a bit old it will still give you an idea.

Note that your question is not related to FSCrawler but to Elasticsearch, whatever the source of your documents is.

1 Like

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