org.apache.nutch.ontology
Interface Ontology

All Superinterfaces:
Pluggable
All Known Implementing Classes:
OntologyImpl

public interface Ontology
extends Pluggable


Field Summary
static String X_POINT_ID
          The name of the extension point.
 
Method Summary
 void load(String[] urls)
           
 Iterator subclasses(String entitySearchTerm)
           
 Iterator synonyms(String queryKeyPhrase)
           
 

Field Detail

X_POINT_ID

static final String X_POINT_ID
The name of the extension point.

Method Detail

load

void load(String[] urls)

subclasses

Iterator subclasses(String entitySearchTerm)

synonyms

Iterator synonyms(String queryKeyPhrase)


Copyright © 2006 The Apache Software Foundation