Either my intention is dumb (pls let me know ;)), or there is no answer to this problem. If so, I will have to index my sources into separate cores. But then the questions arise: a) how do I get suggestions from more than one core? Multiple suggest-requests, then merge? b) how doe I get (ranked) results from more than one core? In Lucene I was able to use a MultiIndexReader (one IndexReaders per index)
-----Ursprüngliche Nachricht----- Von: Clemens Wyss DEV [mailto:clemens...@mysign.ch] Gesendet: Donnerstag, 25. September 2014 10:24 An: solr-user@lucene.apache.org Betreff: (auto)suggestions, but ony from a "filtered" set of documents What I'd like to do is http://localhost:8983/solr/solrpedia/suggest?q=atm&qf=source:<mysource> Through qf (or however the parameter shall be called) I'd like to restrict the suggestions to documents which fit the given qf-query. I need this filter if (as posted in a previous thread) I intend to put "different kind of data" into one core/collection, cause suggestion shall be restrictable to one or many source(s)