SourceForge.net Logo
Main Overview Wiki Issues Forum Build Fisheye
Issue Details (XML | Word | Printable)

Key: CMP-494
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Shay Banon
Reporter: Ben Dotte
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Compass

Configuration setting to globally disable "all" property

Created: 13/Dec/07 10:08 AM   Updated: 13/Dec/07 11:36 AM
Component/s: Compass::Core
Affects Version/s: 1.2 GA
Fix Version/s: 2.0 M1


 Description  « Hide
We do not have any use for the "all" property because of the number of unrelated fields we index for each type of object. Having the "all" property on by default is causing our indexes to be much larger than they need to be and we currently have to manually disable it on every mapped class (currently there are 26 and counting).

It would be nice to have a configuration setting to globally disable the "all" property so we don't have to manually disable it on every mapped class.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Shay Banon added a comment - 13/Dec/07 11:33 AM
I forgot to comment on how to enable this:

compass.property.all.enabled=false


Ben Dotte added a comment - 13/Dec/07 11:36 AM
Excellent, thanks!