elasticsearch - Elastic Search - List / Delete Document and Give more weight to recent Document -
i have few questions on elastic search:
- how list documents indexed
- how delete doc index
- how can give more recent indices more weightage in search?
- how can add auto_time_add = true type thing in elastic search?
please refer following answers questions:
- refer match query listing indexed documents.
- refer delete api details on deleting docs index.
- refer variable boosts section of advanced scoring in elasticsearch example of using function score query boost more recent docs.
- use elasticsearch _timestamp field
Comments
Post a Comment