owltools.solrj
Class GafSolrDocumentLoader
java.lang.Object
owltools.solrj.AbstractSolrLoader
owltools.solrj.GafSolrDocumentLoader
public class GafSolrDocumentLoader
- extends AbstractSolrLoader
A very specific class for the specific use case of loading in a GAF-like document into a Solr index.
This method is very non-generic and GO-specific, and does not use the YAML configuration files to make
things easy for mirroring a BBOP-JS constrained SOlr index.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GafSolrDocumentLoader
public GafSolrDocumentLoader(String url)
throws MalformedURLException
- Throws:
MalformedURLException
getGafDocument
public GafDocument getGafDocument()
setGafDocument
public void setGafDocument(GafDocument gafDocument)
setEcoTools
public void setEcoTools(EcoTools inEco)
setTaxonTools
public void setTaxonTools(TaxonTools inTaxo)
setPANTHERSet
public void setPANTHERSet(PANTHERForest inPSet)
load
public void load()
throws org.apache.solr.client.solrj.SolrServerException,
IOException
- Specified by:
load
in class AbstractSolrLoader
- Throws:
org.apache.solr.client.solrj.SolrServerException
IOException
Copyright © 2010-2014. All Rights Reserved.