You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/10/27 20:08:27 UTC

[jira] [Commented] (SOLR-8217) add "method" parameter to terms facets

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

ASF subversion and git services commented on SOLR-8217:
-------------------------------------------------------

Commit 1710869 from [~yonik@apache.org] in branch 'dev/trunk'
[ https://svn.apache.org/r1710869 ]

SOLR-8217: add method param for JSON terms facet

> add "method" parameter to terms facets
> --------------------------------------
>
>                 Key: SOLR-8217
>                 URL: https://issues.apache.org/jira/browse/SOLR-8217
>             Project: Solr
>          Issue Type: Improvement
>          Components: Facet Module
>            Reporter: Yonik Seeley
>            Assignee: Yonik Seeley
>         Attachments: SOLR-8217.patch
>
>
> Allow specifying an execution hint for terms facets.
> Proposed values:
>  - method:uif, for an indexed multi-valued field without docvalues, use top-level UnInvertedField method of faceting, which generally gives better performance for non-NRT use cases 
>  - method:dv, for an indexed multi-valued field without docvalues, use heap DocValues created on-the-fly, which generally gives better performance for NRT use cases
>  - method:stream, to calculate buckets on the fly while returning the response.  Does not support all options.
>  - method:enum - not implemented yet
>  - method:smart - solr should choose best (default, but not really implemented yet)



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

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