org.hibernate.search.bridge
Interface ParameterizedBridge

All Known Implementing Classes:
CalendarBridge, ConcatStringBridge, DateBridge, SpatialFieldBridgeByQuadTree

public interface ParameterizedBridge

Allow parameter injection to a given bridge.

Implementors need to be threadsafe, but the setParameterValues method doesn't need any guard as initialization is always safe.

Author:
Emmanuel Bernard

Method Summary
 void setParameterValues(Map<String,String> parameters)
          Called on the bridge implementation to pass the parameters.
 

Method Detail

setParameterValues

void setParameterValues(Map<String,String> parameters)
Called on the bridge implementation to pass the parameters.

Parameters:
parameters - map containing string based parameters to be passed to the parameterized bridge. The map is never null.


Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved