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

Michael McCandless commented on LUCENE-4466:
--------------------------------------------

+1
                
> Bounds check inconsistent for stored fields vs term vectors 
> ------------------------------------------------------------
>
>                 Key: LUCENE-4466
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4466
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: core/index
>            Reporter: Robert Muir
>
> SegmentReader.document does the check for stored fields. Codec's dont.
> SegmentReader.getTermVectors doesnt do the check for vectors. Codec does.
> I think we should move the vectors check out to SR, too. Codecs can have an 
> assert if they want, but the APIs should look more consistent.

--
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to