115116117118119120121122123124125
resource = new ComparableResourceImpl (node, query.getSearchToken(), query.getScope(), factory.getPropertyProvider()); } catch (SlideException e) { throw new SearchException (e); } result.add (resource);
126127128129130131132133134135
result.add (resource); } } catch (Exception e) { throw new SearchException (e); } return result; }
146147148149150151152153154
(node, query.getSearchToken(), query.getScope(), factory.getPropertyProvider()); } catch (SlideException e) { throw new SearchException (e); } return resource; }
126127128129130131132133134135136
} } } catch (Exception e) { throw new SearchException (e); } Domain.log( "Executed Search for '" + searchedText + "' in the index", LOG_CHANNEL,
151152153154155156157158159
114115116117118119120121122123124