You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2008/12/07 21:13:44 UTC

[jira] Updated: (SOLR-475) multi-valued faceting via un-inverted field

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

Yonik Seeley updated SOLR-475:
------------------------------

    Attachment: SOLR-475.patch

update:
 - closing of term enumerators (not strictly necessary in Lucene now, so shouldn't have caused any problems).
- new fieldValueCache in SolrIndexSearcher
- uninverted field statistics (per field) available with cache statistics

> multi-valued faceting via un-inverted field
> -------------------------------------------
>
>                 Key: SOLR-475
>                 URL: https://issues.apache.org/jira/browse/SOLR-475
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Yonik Seeley
>             Fix For: 1.4
>
>         Attachments: facet_performance.html, SOLR-475.patch, SOLR-475.patch, UnInvertedField.java, UnInvertedField.java
>
>
> Facet multi-valued fields via a counting method (like the FieldCache method) on an un-inverted representation of the field.  For each doc, look at it's terms and increment a count for that term.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.