Class ContextItemsIndex

    • Field Detail

      • searcher

        public org.apache.lucene.search.IndexSearcher searcher
    • Method Detail

      • getContextItems

        public java.util.Collection<java.lang.String> getContextItems​(ContextItemsCacheKey key)
                                                               throws java.util.concurrent.ExecutionException
        Throws:
        java.util.concurrent.ExecutionException
      • getContextItems

        public java.util.Collection<java.lang.String> getContextItems​(java.lang.String geneId,
                                                                      java.lang.String field)
                                                               throws java.util.concurrent.ExecutionException
        Throws:
        java.util.concurrent.ExecutionException
      • getSynonymRefSeqScoresForTaxIds

        public java.util.Map<java.lang.String,​java.lang.Float> getSynonymRefSeqScoresForTaxIds​(SynHit synHit,
                                                                                                     java.util.Set<java.lang.String> taxonomyIds)
                                                                                              throws java.io.IOException
        Parameters:
        synHit -
        Returns:
        Throws:
        java.io.IOException
      • getContextItemsSearcher

        public org.apache.lucene.search.IndexSearcher getContextItemsSearcher()