You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2012/06/11 23:15:43 UTC

[jira] [Created] (SOLR-3537) TermVectorComponent should support globs in fl and tv.fl combined with per-field overrides of other params

Hoss Man created SOLR-3537:
------------------------------

             Summary: 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3537) TermVectorComponent should support globs in fl and tv.fl combined with per-field overrides of other params

Posted by "Hoss Man (JIRA)" <ji...@apache.org>.
    [ 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org