[ 
https://issues.apache.org/jira/browse/SOLR-8466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15113485#comment-15113485
 ] 

Jamie Johnson edited comment on SOLR-8466 at 1/23/16 2:28 AM:
--------------------------------------------------------------

[~mkhludnev], I'm assuming you're referring to splitting out the FacetContext, 
FacetParser, FacetTopParser, FacetQueryParser, FacetFieldParser and 
FacetRangeParser?  If so FacetContext, FacetParser, FacetTopParser all are used 
by SimpleFacets.  It felt a little strange to leave the others 
(FacetQueryParser, FacetFieldParser and FacetRangeParser) as protected within 
FacetRequest after moving the others out but I could move them back if that 
makes more sense.  


was (Author: jej2003):
I'm assuming you're referring to splitting out the FacetContext, FacetParser, 
FacetTopParser, FacetQueryParser, FacetFieldParser and FacetRangeParser?  If so 
FacetContext, FacetParser, FacetTopParser all are used by SimpleFacets.  It 
felt a little strange to leave the others (FacetQueryParser, FacetFieldParser 
and FacetRangeParser) as protected within FacetRequest after moving the others 
out but I could move them back if that makes more sense.  Updated patch name in 
the mean time

> Add support for UnInvertedField based faceting to FacetComponent
> ----------------------------------------------------------------
>
>                 Key: SOLR-8466
>                 URL: https://issues.apache.org/jira/browse/SOLR-8466
>             Project: Solr
>          Issue Type: New Feature
>          Components: Facet Module, faceting
>    Affects Versions: 5.0, 5.1, 5.2, 5.2.1, 5.3, 5.3.1, 5.4
>            Reporter: Jamie Johnson
>            Assignee: Mikhail Khludnev
>         Attachments: 8466.diff
>
>
> The new JSON Faceting API supports building an UnInvertedField to do faceting 
> which would be beneficial to add to Solr FacetComponent.  This would provide 
> additional options to implementors to choose the appropriate method of 
> faceting for their particular use case.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to