You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Joel Bernstein (JIRA)" <ji...@apache.org> on 2014/03/08 16:55:42 UTC

[jira] [Updated] (SOLR-5829) Allow ExpandComponent to accept query and filter query parameters

     [ https://issues.apache.org/jira/browse/SOLR-5829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joel Bernstein updated SOLR-5829:
---------------------------------

    Summary: Allow ExpandComponent to accept query and filter query parameters  (was: Add tag/exclude functionality to the ExpandComponent)

> Allow ExpandComponent to accept query and filter query parameters
> -----------------------------------------------------------------
>
>                 Key: SOLR-5829
>                 URL: https://issues.apache.org/jira/browse/SOLR-5829
>             Project: Solr
>          Issue Type: New Feature
>          Components: SearchComponents - other
>            Reporter: Joel Bernstein
>             Fix For: 4.8
>
>         Attachments: SOLR-5829.patch, SOLR-5829.patch
>
>
> Adding tag/exclude functionality to the ExpandComponent would allow it to operate independently of the CollapsingQParserPlugin. For example:
> {code}
> q=*:*&fq={!tag=parent}type=parent&expand=true&expand.field=group_id&expand.exclude=parent
> {code}
> The query above searches all documents limiting the results to type=parent. So the main result would contain only parent documents.
> The expand component then excludes the type=parent filter and expands the groups based on the group_id field. 
> Using this approach the main search result will contain only documents with type=parent and the expanded results will display the child documents for the group.
>  



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org