You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have already configured the river and created the index, but I make a count against the index and only return 12 hits (in mongodb I have 500000...).
Hi,
I have already configured the river and created the index, but I make a count against the index and only return 12 hits (in mongodb I have 500000...).
My configuration:
curl -XPUT "http://localhost:9200/_river/mongodb/_meta" -d '{
"type": "mongodb",
"mongodb": {
"servers":[{ "host": "db1.domain.com", "port": 27207 },{ "host": "db2.domain.com", "port": 27207 },{ "host": "db3.domain.com", "port": 27207 }],
"credentials":[],
"db": "db",
"collection": "users"
},
"index": {
"name": "mongoindex",
"type": "users"
}
}'
Thanks
The text was updated successfully, but these errors were encountered: