Hey everyone, I’m trying to set up my first collec...
# community-help
z
Hey everyone, I’m trying to set up my first collection. My question is: When I am defining a collection, do I need to specify all fields or only the ones I want to index? eg. I have a number of thumbnails (width, height, url) that I would like to retrieve with the document, but don’t need to index, if they are not indexed will they still be stored
k
Only fields you want to search needs to be on the schema. Other fields can be present on the document -- they will be stored on disk and retrieved.
z
Awesome - thank you Kishore!
👍 1