Package owltools.solrj

OWLTools and Solr

See:
          Description

Class Summary
AbstractSolrLoader Root class for loading ontologies or ontology-related data into a Solr instance using web services and the solrj library
FlexSolrDocumentLoader A slightly generic class for loading a Solr index compatible with the constraints defined by a BBOP-JS Solr index.
GafSolrDocumentLoader A very specific class for the specific use case of loading in a GAF-like document into a Solr index.
OntologySolrLoader Deprecated.
 

Package owltools.solrj Description

OWLTools and Solr

This package contains major loading methods for taking files parsed by OWLTools and loading them into a Solr index.

Some of the basic groundwork is covered by AbstractSolrLoader, but the two extreme specific cases are probably better examples for the possible ways of loading an index.

There are presently two file loading methods: one fairly generic one for loading ontology files (FlexSolrDocumentLoader) that requires the use of a YAML configuration file and one narrow one that's tied to the Gene Ontology's specific schema for GAF files (GafSolrDocumentLoader).



Copyright © 2010-2012. All Rights Reserved.