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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product