public class Crawler extends Object
| Constructor and Description |
|---|
Crawler(com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx db,
File source,
org.apache.commons.configuration.CompositeConfiguration config)
Creates new instance of Crawler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
crawl(File path)
Crawl all files and folders looking for content.
|
int |
getDocumentCount(String docType) |
int |
getPageCount() |
String |
getPathToRoot(File sourceFile) |
int |
getPostCount() |
Set<String> |
getTags() |
public Crawler(com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx db,
File source,
org.apache.commons.configuration.CompositeConfiguration config)
Copyright © 2014. All Rights Reserved.