Interface IFullTextSearchService


  • public interface IFullTextSearchService
    The service that performs full text search (FTS) for the specified parameters.
    • Method Detail

      • findReferences

        Collection<IDtMatchProvider> findReferences​(org.eclipse.emf.ecore.EObject object,
                                                    String name,
                                                    FullTextSearchSettings settings,
                                                    org.eclipse.core.runtime.IProgressMonitor progressMonitor)
        Collects matches for the specified name and context object.
        Parameters:
        object - the context object, cannot be null.
        name - the name to search, cannot be null.
        settings - the FTS settings, cannot be null.
        progressMonitor - the progress monitor, cannot be null.
        Returns:
        a collection of matches, never null.