Facet
Properties
| Name |
Type |
Description |
Notes |
| absoluteFacetCoverage |
Long |
This is the amount of matched documents that are covered by that facet. |
[optional] [default to null] |
| entries |
List |
The entries of that facet. |
[optional] [default to null] |
| fieldName |
String |
This is the name coming from the data. Separate label information should be available in the meta data. |
[optional] [default to null] |
| filtered |
Boolean |
|
[optional] [default to null] |
| isFiltered |
Boolean |
Is set to true if there an active filter from that facet. |
[optional] [default to null] |
| meta |
Map |
Optional meta data for that facet, e.g. display hints like a label or a facet-type. |
[optional] [default to null] |
| type |
String |
The type of the facet, so the kind of FacetEntries it contains. See the according FacetEntry variants for more details. |
[optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]