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

Hoss Man commented on SOLR-3537:
--------------------------------

see SOLR-2352 where this is discussed.

bottom line: a lot of the code in TVC is a relic of the old TV APIs in lucene, 
and is no longer needed -- the component could be changed to use a ReturnFields 
instance on the tv.fl param; ask the IndexReader for all Term vectors for the 
document; ignore any field that doesn't have true=ReturnFields.wantField; check 
the per field override options for each field as it loops.
                
> TermVectorComponent should support globs in fl and tv.fl combined with 
> per-field overrides of other params
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-3537
>                 URL: https://issues.apache.org/jira/browse/SOLR-3537
>             Project: Solr
>          Issue Type: Task
>            Reporter: Hoss Man
>
> TermVectorComponent should be improved so that it fields can be specified in 
> tv.fl (or fl) using globs ala the ReturnFields helper class.  per field 
> overrides for the various options TVC supports should work will all fields, 
> even if specified as part of a glob.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to