org.hibernate.search.query.dsl.impl
Interface FieldBridgeCustomization<T>

All Known Implementing Classes:
ConnectedRangeMatchingContext, ConnectedTermMatchingContext

public interface FieldBridgeCustomization<T>

Customization context which allows to inject a field bridge instance to be used for querying the current field.

Not part of the public DSL API for the time being in order to gain experiences with using the functionality first; may be made public in a future release by merging with FieldCustomization.

Author:
Gunnar Morling

Method Summary
 T withFieldBridge(FieldBridge fieldBridge)
          Sets the field bridge for querying the current field; any other bridge associated with this field will be ignored for the query
 

Method Detail

withFieldBridge

T withFieldBridge(FieldBridge fieldBridge)
Sets the field bridge for querying the current field; any other bridge associated with this field will be ignored for the query

Parameters:
fieldBridge - the field bridge to use
Returns:
this object, following the method chaining pattern


Copyright © 2006–2013 Hibernate. All rights reserved.