elasticsearch - Stored field in elastic search -


in documentation, types, such numbers , dates, specifies store defaults no. field can still retrieved json.

its confusing. mean _source?

is there way not store field @ all, , have indexed , searchable?

none of field types stored default. _source field is. means can sent search engine. if ask specific fields, elasticsearch going parse _source field , give fields.

you can disable _source if want retrieve fields explicitly stored, according mapping.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -