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

David Smiley commented on SOLR-9989:
------------------------------------

BTW an example of what I mean is PointsWriter, lines 105-127 which implements 
exactly what I'm talking about.

bq. This would go through all docs (not just values), right?

Terms point to docs as well.  Perhaps your concern is that IntersectVisitor is 
a callback API that insists on calling visit(docID) for each doc... so in some 
cases with terms where we can short-circuit the collection, that is not 
possible with the Points API.  But I don't think that use-case is common?

> Add support for PointFields in FacetModule (JSON Facets)
> --------------------------------------------------------
>
>                 Key: SOLR-9989
>                 URL: https://issues.apache.org/jira/browse/SOLR-9989
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Facet Module
>            Reporter: Tomás Fernández Löbbe
>
> Followup task of SOLR-8396



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to