Interface SolrFieldSearchDAO

  • All Known Implementing Classes:
    DefaultSolrFieldSearchDAO

    public interface SolrFieldSearchDAO
    Data access object used for retrieving final Solr Search results
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<ItemModel> findAll​(java.lang.String typeCode, java.util.List<java.lang.Long> itemPks)
      Finds Items with PKs matching those passed as parameter
    • Method Detail

      • findAll

        java.util.List<ItemModel> findAll​(java.lang.String typeCode,
                                          java.util.List<java.lang.Long> itemPks)
        Finds Items with PKs matching those passed as parameter
        Parameters:
        typeCode - searched type
        itemPks - sorted list of primary keys long values.
        Returns:
        list of items ordered by itemsPks order