Package | Description |
---|---|
org.apache.manifoldcf.crawler.jobs |
Modifier and Type | Field and Description |
---|---|
protected HopCount.Answer |
HopCount.DocumentNode.bestPossibleAnswer
The best (lowest) possible answer value for this node.
|
protected HopCount.Answer |
HopCount.DocumentNode.startingAnswer
The answer, as calculated up to the level of all the completed children, which will
not include incomplete child references of this node.
|
protected HopCount.Answer |
HopCount.DocumentNode.trialAnswer
The current best answer.
|
Modifier and Type | Method and Description |
---|---|
HopCount.Answer |
HopCount.DocumentNode.getBestPossibleAnswer()
Get best possible answer
|
HopCount.Answer |
HopCount.DocumentNode.getStartingAnswer()
Get the starting (base) answer.
|
HopCount.Answer |
HopCount.DocumentNode.getTrialAnswer()
Get the current best answer.
|
Modifier and Type | Method and Description |
---|---|
protected boolean[] |
HopCount.addToProcessingQueue(java.lang.Long jobID,
java.lang.String[] affectedLinkTypes,
java.lang.String[] documentIDHashes,
HopCount.Answer[] startingAnswers,
java.lang.String sourceDocumentIDHash,
java.lang.String linkType,
int hopcountMethod)
Add documents to the processing queue.
|
void |
HopCount.Answer.duplicate(HopCount.Answer other)
Copy the answer value from another answer object
|
void |
HopCount.Answer.merge(HopCount.Answer childAnswer,
boolean isIncrementingLink,
java.lang.String linkType,
java.lang.String parentIDHash,
java.lang.String childIDHash)
Update the current answer, using a child link's information and answer.
|
void |
HopCount.DocumentNode.setBestPossibleAnswer(HopCount.Answer answer)
Set best possible answer
|
void |
HopCount.DocumentNode.setStartingAnswer(HopCount.Answer answer)
Set the starting (base) answer.
|
void |
HopCount.DocumentNode.setTrialAnswer(HopCount.Answer answer)
Set the answer for this node.
|
Constructor and Description |
---|
Answer(HopCount.Answer other) |