| org.eclipse.core.indexsearch.IIndexQuery
All known Subclasses: org.eclipse.jsp.JspTypeQuery,
IIndexQuery | public interface IIndexQuery (Code) | | An IndeyQuery is used to perform a query against the indexing framework.
|
Method Summary | |
void | computePathsKeyingIndexFiles(ArrayList requiredIndexKeys) Compute the list of paths which are keying index files and add them to the given list. | void | findIndexMatches(IIndex index, HashSet collector, IProgressMonitor progressMonitor) Perform the query on the given index and adds the paths of all found documents to the given collector. | void | locateMatches(IFile candidate, ISearchResultCollector resultCollector) Locate all matches of this query in the given file candidate and return them via the resultcollector. |
computePathsKeyingIndexFiles | void computePathsKeyingIndexFiles(ArrayList requiredIndexKeys)(Code) | | Compute the list of paths which are keying index files and add them to the given list.
|
findIndexMatches | void findIndexMatches(IIndex index, HashSet collector, IProgressMonitor progressMonitor) throws IOException(Code) | | Perform the query on the given index and adds the paths of all found documents to the given collector.
|
locateMatches | void locateMatches(IFile candidate, ISearchResultCollector resultCollector)(Code) | | Locate all matches of this query in the given file candidate and return them via the resultcollector.
|
|
|