molecuel / mongolastic

Mongolastic - Mongoose middleware for elasticsearch integration
MIT License
8 stars 4 forks source link

Indexing certain fields/properties #3

Closed skimmmer closed 10 years ago

skimmmer commented 10 years ago

Hello,

I was wondering how to only index certain fields/properties in the mongoose schema. I was looking at the test and it looks like the "elastic" property for the fields in the schema might have some influence on how things are indexed, but I am not sure.

Would you mind explaining how to index only certain fields with elastic-search?

Thanks!

DominicBoettger commented 10 years ago

Currently the whole document will be indexed. There is no field option yet.