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/07 17:16:44 UTC

[jira] [Created] (SOLR-5829) Add tag/exclude functionality to the ExpandComponent

Joel Bernstein created SOLR-5829:
------------------------------------

             Summary: Add tag/exclude functionality to the ExpandComponent
                 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


Adding tag/exclude functionality to the ExpandComponent would allow it to operate independently of the CollapsingQParserPlugin. For example:

q=*:*&fq={!tag=parent}type=parent&expand=true&expand.field=group_id&expand.exclude=parent

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