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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -