org.apache.nutch.searcher
Interface HitInlinks

All Superinterfaces:
Closeable
All Known Implementing Classes:
LinkDbInlinks, NutchBean

public interface HitInlinks
extends Closeable

Service that returns information about incoming links to a hit.


Method Summary
 String[] getAnchors(HitDetails details)
          Returns the anchors of a hit document.
 Inlinks getInlinks(HitDetails details)
          Return the inlinks of a hit document.
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getAnchors

String[] getAnchors(HitDetails details)
                    throws IOException
Returns the anchors of a hit document.

Throws:
IOException

getInlinks

Inlinks getInlinks(HitDetails details)
                   throws IOException
Return the inlinks of a hit document.

Throws:
IOException


Copyright © 2006 The Apache Software Foundation