[
https://issues.apache.org/jira/browse/SOLR-475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647326#action_12647326
]
Koji Sekiguchi commented on SOLR-475:
-------------------------------------
Yonik,
This looks great! I'd like to contribute (unit test, etc.) to move forward.
Before I write unit tests, I have a couple of questions:
# To initialize TermIndex.index, getEnumerator().close() have to be called,
right? (but I cannot find close() call)
# Can UnInvertedField have searcher instead of reader and remove searcher
argument from getCounts()?
> 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
> Attachments: 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.