Class IndexDBO

java.lang.Object
org.aksw.qa.annotation.index.IndexDBO
Direct Known Subclasses:
IndexDBO_classes, IndexDBO_properties

public abstract class IndexDBO extends Object
  • Field Details

    • stopwords

      protected static List<String> stopwords
  • Constructor Details

    • IndexDBO

      public IndexDBO()
  • Method Details

    • search

      public abstract List<String> search(String object)
    • close

      public abstract void close()