String finalValue = Strings.utf8ToString( tlv.getValue().getData() );
substringFilter.setFinalSubstrings( finalValue );
// We now have to get back to the nearest filter which is
// not terminal.
searchRequest.unstackFilters( container );
if ( IS_DEBUG )
{
LOG.debug( "Stored a any substring : {}", finalValue );
}