[ https://issues.apache.org/jira/browse/LUCENE-2984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Willnauer updated LUCENE-2984:
------------------------------------
Attachment: LUCENE-2984.patch
next iteration.
Since we are iterating FieldInfos to find out if we store vectors printing mergingSegments
in IW#registerMerge is not save anymore since a merge can update the segments FIs. I simplified
that infostream output a little and made FieldInfos for new flushed segments readonly.
I think we are close here so I will commit in a day or so if nobody objects
> Move hasVectors() & hasProx() responsibility out of SegmentInfo to FieldInfos
> ------------------------------------------------------------------------------
>
> Key: LUCENE-2984
> URL: https://issues.apache.org/jira/browse/LUCENE-2984
> Project: Lucene - Java
> Issue Type: Improvement
> Components: Index
> Affects Versions: 4.0
> Reporter: Simon Willnauer
> Assignee: Simon Willnauer
> Fix For: 4.0
>
> Attachments: LUCENE-2984.patch, LUCENE-2984.patch, LUCENE-2984.patch, LUCENE-2984.patch
>
>
> Spin-off from LUCENE-2881 which had this change already but due to some random failures
related to this change I remove this part of the patch to make it more isolated and easier
to test.
--
This message is automatically generated by JIRA.
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
|