Original commit message

ChangeScribe message

LUCENE-5525: implement MultiFacets.getAllDims


BUG - FEATURE: <type-ID>


This is a small modifier commit that does not change the system significantly.This commit includes changes to internationalization, properties or configuration files (CHANGES.txt). This change set is mainly composed of:


1. Changes to package org.apache.lucene.facet:


1.1. Modifications to MultiFacets.java:


1.1.1. Add variable declaration statement at getAllDims(int) method

1.1.2. Add line comment at getAllDims(int) method

1.1.3. Add foreach statement at getAllDims(int) method

1.1.4. Add if statement at getAllDims(int) method

1.1.5. Add return statement at getAllDims(int) method

1.1.6. Add method invocation to method add of results object at getAllDims(int) method

1.1.7. Remove line comment at getAllDims(int) method

1.1.8. Remove throw statement of UnsupportedOperationException exception