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

Erik Hatcher edited comment on SOLR-1280 at 7/14/09 8:07 PM:
-------------------------------------------------------------

This is just a quick implementation to demonstrate a field being added 
dynamically which lists all the fields on a given document.

TODO: Make this configurable to specify the field name and perhaps list fields 
(by pattern, possibly) to include or exclude.

      was (Author: ehatcher):
    This is just a quick implementation to demonstrate a field being added 
dynamically which lists all the fields on a given document.  Making this 
configurable to specify the field name and perhaps list fields (by pattern, 
possibly) to include or exclude.
  
> Fields used update processor
> ----------------------------
>
>                 Key: SOLR-1280
>                 URL: https://issues.apache.org/jira/browse/SOLR-1280
>             Project: Solr
>          Issue Type: New Feature
>          Components: update
>            Reporter: Erik Hatcher
>            Priority: Trivial
>         Attachments: FieldsUsedUpdateProcessorFactory.java
>
>
> When dealing with highly heterogeneous documents with different fields per 
> document, it can be very useful to know what fields are present on the result 
> documents from a search.  For example, this could be used to determine which 
> fields make the best facets for a given query.

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

Reply via email to