massiveart / MassiveSearchBundle

MIT License
68 stars 24 forks source link

Use "store" and "index" fields to determine how fields are indexed #44

Closed dantleech closed 9 years ago

dantleech commented 9 years ago

Fixes: https://github.com/massiveart/MassiveSearchBundle/issues/41

Use boolean fields store and indexed and aggregate to replace the single, non-web-scale, index strategy field.

dantleech commented 9 years ago

I think this makes sense as elastic also has index and store fields which correspond to the options we are adding here.

dantleech commented 9 years ago

Note that this is a BC break for Sulu, but not a big change. I suggest we merge this now. /cc @chirimoya