I am indexing ealsticsearch with the CouchDB-River plugin. At the moment I am trying to implement search for users, where a simplified document would look something like this: { username: "john", firstname: "John", lastname: "Doe", email: "john.doe@example.com", password: "someHash" } I don’t want the password to be indexed in ES because I don’t see any [...]
The post Exclude fields from being indexed by Elasticsearch via CouchDB-River appeared first on BlogoSfera.