Package | Description |
---|---|
org.apache.manifoldcf.crawler.jobs |
Modifier and Type | Field and Description |
---|---|
protected HopCount.Question |
HopCount.DocumentNode.question
The question.
|
Modifier and Type | Method and Description |
---|---|
HopCount.Question |
HopCount.DocumentNode.getQuestion()
Get the question.
|
Modifier and Type | Method and Description |
---|---|
int[] |
HopCount.DocumentHash.askQuestions(HopCount.Question[] questions)
Throw in some questions, and prepare for the answers.
|
protected HopCount.DocumentNode[] |
HopCount.DocumentHash.queueQuestions(HopCount.Question[] questions)
Queue up a set of questions.
|
protected HopCount.DocumentNode[] |
HopCount.readCachedNodes(Long jobID,
HopCount.Question[] unansweredQuestions)
Find the cached distance from a set of identifiers to the root.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HopCount.performFindMissingRecords(Long jobID,
String[] affectedLinkTypes,
ArrayList list,
Map<HopCount.Question,Long> matchMap)
Limited find for missing records.
|
Constructor and Description |
---|
HopCount.DocumentNode(HopCount.Question question)
Create a document node.
|