Add behavior options to SearchComponents ----------------------------------------
Key: SOLR-760 URL: https://issues.apache.org/jira/browse/SOLR-760 Project: Solr Issue Type: New Feature Affects Versions: 1.3 Reporter: Wojtek Piaseczny Fix For: 1.4 SearchComponents that use a previously computed document set should have an option to specify which document set to use. SearchComponents that output a document set should have the option to overwrite the default document set. For example, when using a FacetComponent after a MoreLikeThisComponent, you should be able to tell the FacetComponent to use either the document set created by the QueryComponent or by the MoreLikeThisComponent. You should also be able to tell the MoreLikeThisComponent to overwrite the QueryComponent's document set. Related discussion: http://www.nabble.com/Faceting-MoreLikeThisComponent-results-to19206833.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.