IndexOrganisation
esc.commons.IndexOrganisation
case class IndexOrganisation(id: String, externalId: String, fullName: String, datesOfFounding: List[String], countries: List[String], label: String)
Class represents an organisation to index.
Value parameters
- countries
-
List of countries. Not null, empty allowed. Format: ISO-2, ISO-3 or name in en, de, fr or it (not recommended).
- datesOfFounding
-
List of dates. Not null, empty allowed. Format see supported date formats by the DateNormalizer.
- externalId
-
The external id of the organisation.
- fullName
-
The full name (inclusive legal form) of the organisation.
- id
-
The id of the organisation.
- label
-
Optional string for a category. You can use it as a filter by searching an organisation.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article