Package org.opengrok.indexer.search
Class DirectoryExtraReader
java.lang.Object
org.opengrok.indexer.search.DirectoryExtraReader
Represents a searcher to supplement metadata from the file-system with
per-file, OpenGrok-analyzed data.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSearch for supplemental file information in the specifiedpath
.
-
Constructor Details
-
DirectoryExtraReader
public DirectoryExtraReader()
-
-
Method Details
-
search
public List<NullableNumLinesLOC> search(org.apache.lucene.search.IndexSearcher searcher, String path) throws IOException Search for supplemental file information in the specifiedpath
.- Parameters:
searcher
- a defined instancepath
- a defined path to qualify the search- Returns:
- a list of results, limited to 2000 values
- Throws:
IOException
- if an error occurs searching the index
-