[
https://issues.apache.org/jira/browse/LUCENE-5801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14067586#comment-14067586
]
Littlestar commented on LUCENE-5801:
------------------------------------
the following patch works well for me.
OrdinalMappingAtomicReader(4.10.0)
@Override
public BinaryDocValues getBinaryDocValues(String field) throws IOException {
if (!field.equals(facetsConfig.getDimConfig(field).indexFieldName)) {
return super.getBinaryDocValues(field);
}
final OrdinalsReader ordsReader = getOrdinalsReader(field);
return new
OrdinalMappingBinaryDocValues(ordsReader.getReader(in.getContext()));
}
> Resurrect org.apache.lucene.facet.util.OrdinalMappingAtomicReader
> -----------------------------------------------------------------
>
> Key: LUCENE-5801
> URL: https://issues.apache.org/jira/browse/LUCENE-5801
> Project: Lucene - Core
> Issue Type: Bug
> Affects Versions: 4.7
> Reporter: Nicola Buso
> Assignee: Shai Erera
> Fix For: 5.0, 4.10
>
> Attachments: LUCENE-5801.patch, LUCENE-5801.patch,
> LUCENE-5801_1.patch, LUCENE-5801_2.patch
>
>
> from lucene > 4.6.1 the class:
> org.apache.lucene.facet.util.OrdinalMappingAtomicReader
> was removed; resurrect it because used merging indexes related to merged
> taxonomies.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]