Ignore:
Timestamp:
08/14/15 12:04:16 (9 years ago)
Author:
davor.ostojic@oeaw.ac.at
Message:

multi value search for a single facet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.3-oeaw/vlo-web-app/src/main/java/eu/clarin/cmdi/vlo/service/solr/SearchResultsDao.java

    r4661 r6456  
    3333    List<FacetField> getFacets(SolrQuery query);
    3434   
     35   
     36    /*
     37     * To support multi selection for single facet the idea is to fire another query
     38     * to fetch all values for facet which is the first in the fq parameter
     39     * and to merge (replace the list) with filtered
     40     *
     41     * another would be to replace the model itself, but where to keep it???
     42     */
     43   
     44    List<FacetField> getFacets(SolrQuery query, SolrQuery completeFacetValList);
     45   
    3546}
Note: See TracChangeset for help on using the changeset viewer.