3

Who knows how can I use _count API from elasticserch in mongoosastic with node.js ? Also I cant query with min_score.

{
    min_score: 1,
    query_string: {
        query : query[ 'search' ]
    }
}

this query gives me an error

[query_parsing_exception] [_na] query malformed, no field after start_object, with { index=users line=1 col=11 }

Neil Lunn
  • 148,042
  • 36
  • 346
  • 317
Gor
  • 2,808
  • 6
  • 25
  • 46

0 Answers0