Package de.fuberlin.wiwiss.pubby.sources

Examples of de.fuberlin.wiwiss.pubby.sources.IndexDataSource


    // TODO: Shouldn't we make the index data source available even if there
    //       is an indexResource?
    String indexIRI = webBase + getWebResourcePrefix();
    if (!hasProperty(CONF.indexResource) &&
        result.describeResource(indexIRI).isEmpty()) {
      result = new IndexDataSource(indexIRI, result);
    }
    return result;
  }
View Full Code Here

TOP

Related Classes of de.fuberlin.wiwiss.pubby.sources.IndexDataSource

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.