Interface ITextSearchIndexProvider


  • public interface ITextSearchIndexProvider
    Provider for text search index.
    • Method Detail

      • get

        ITextSearchIndex get​(org.eclipse.core.resources.IProject project)
        Get instance of ITextSearchIndex for specified project
        Parameters:
        project - the target IProject, cannot be null
        Returns:
        instance of ITextSearchIndex, or null if has no active index for given project