Returns an optional boost property mapping associated with the
org.compass.core.Resource in order to dynmaically set the resource boost value based on it. Can be null.
Returns all the resource property mappings that are assoicated with the resource mapping.
Note, that it is an important method, since it might be that not all the mappings that were
added to the resource mapping are of type
ResourcePropertyMapping , and using this
method you can be assured that ALL the
ResourcePropertyMapping s will be returned
(even deep ones).
Returns true if it is a root resource mapping. If it is a
root mapping, then it controlls the general
org.compass.core.Resource level
settings like alias and sub-index. Usually, non-root resource mapping are mappings that are
incorporated within another resoruce.
Returns is an operation is allowed to be performed on this resoruce mappings.
Root mappings (
ResourceMapping.isRoot() always return true, while if
it is non root mappings, it should return true if it has cascade mappings
that map one of the cascade operations.