massiveart/MassiveSearchBundle

Explicitly use `index` and `store` booleans instead of the composite types inherited from ZendLucene.

Closed this issue · 1 comments

Instead of unStored, stored, text, etc. Use store and index.

Appplies to the Index::INDEX_* constants.

Done