{
if ( input instanceof LuceneRepositoryContentIndex )
{
try
{
LuceneRepositoryContentIndex index = (LuceneRepositoryContentIndex) input;
return index.getSearchable();
}
catch ( RepositoryIndexSearchException e )
{
getLogger().warn("Unable to get searchable for index:" + e.getMessage(), e);
}