Class CreateSearchIndexProcess


  • public class CreateSearchIndexProcess
    extends org.intermine.postprocess.PostProcessor
    Create the keyword search index for a mine.
    • Field Summary

      • Fields inherited from class org.intermine.postprocess.PostProcessor

        osw
    • Constructor Summary

      Constructors 
      Constructor Description
      CreateSearchIndexProcess​(org.intermine.objectstore.ObjectStoreWriter osw)
      Create a new instance of CreateSearchIndexProcess
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void postProcess()
      • Methods inherited from class org.intermine.postprocess.PostProcessor

        getObjectStoreWriter
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CreateSearchIndexProcess

        public CreateSearchIndexProcess​(org.intermine.objectstore.ObjectStoreWriter osw)
        Create a new instance of CreateSearchIndexProcess
        Parameters:
        osw - object store writer
    • Method Detail

      • postProcess

        public void postProcess()
                         throws java.lang.Exception
        Specified by:
        postProcess in class org.intermine.postprocess.PostProcessor
        Throws:
        java.lang.Exception