public static class FacetRangeGenerator.FacetRange extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
includeLower |
boolean |
includeUpper |
String |
lower |
String |
name |
String |
upper |
| Constructor and Description |
|---|
FacetRange(String name,
String lower,
String upper,
boolean includeLower,
boolean includeUpper) |
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.