synonyms
generates a file like this: https://github.com/apache/lucene-solr/blob/master/solr/example/files/conf/synonyms.txt if bidirectional then: - source + coma + join(coma, targets) else - source => targets[0]
Field name | Type | Mode | Description |
---|---|---|---|
source | STRING | REQUIRED | source term to be replaced / extended |
targets | STRING | REPEATED | target values (should only have 1 value if not bidirectional), if not bidirectional should typically include the source with a space before the extended, otherwise, replacement |
bidirectional | BOOLEAN | REQUIRED | are all the combination of source and targets bidirectional |
origin | STRING | REQUIRED | please provide a unique key defining the origin system of these data, not used, but useful for debugging / monitoring |
creation_tm | TIMESTAMP | REQUIRED | please provide timestampe of the initial creation of this row |
last_modified_tm | TIMESTAMP | REQUIRED | please provide timestampe of the last modification of this row |