01: package org.compass.core.mapping; 02: 03: /** 04: * @author kimchy 05: */ 06: public interface BoostPropertyMapping { 07: 08: String getBoostResourcePropertyName(); 09: 10: float getDefaultBoost(); 11: }