You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Adrien Grand (JIRA)" <ji...@apache.org> on 2013/01/17 16:04:15 UTC

[jira] [Commented] (LUCENE-4694) Add back IndexReader.fields() -> Multi*, or discourage term vectors in some better way

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

Adrien Grand commented on LUCENE-4694:
--------------------------------------

I think there is a similar problem with doc values vs. stored fields? The API makes fetching all values of a specific field easy with stored fields and hard with doc values.
                
> Add back IndexReader.fields() -> Multi*, or discourage term vectors in some better way
> --------------------------------------------------------------------------------------
>
>                 Key: LUCENE-4694
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4694
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Robert Muir
>
> Users can easily get term vectors from any indexreader, but not postings lists. this encourages them to do really slow things: like pulling term vectors for every single document.
> this is really really so much worse than going through multifields or whatever. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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