Skip to content
This repository has been archived by the owner on Dec 15, 2024. It is now read-only.

Commit

Permalink
Properties 'project' and 'table' replaced by 'source' to support diff…
Browse files Browse the repository at this point in the history
…erent variable origins (not necessarily opal) obiba/mica2#4376
  • Loading branch information
ymarcon authored and Ramin Haeri Azad committed Jul 21, 2023
1 parent 2660c63 commit 0e68f2e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ private XContentBuilder createMappingProperties(String type) throws IOException
createMappingWithoutAnalyzer(mapping, "datasetId");
if (Indexer.HARMONIZED_VARIABLE_TYPE.equals(type)) {
createMappingWithoutAnalyzer(mapping, "opalTableType");
createMappingWithoutAnalyzer(mapping, "project");
createMappingWithoutAnalyzer(mapping, "table");
createMappingWithoutAnalyzer(mapping, "source");
}
createMappingWithAndWithoutAnalyzer(mapping, "name");
createMappingWithoutAnalyzer(mapping, "entityType");
Expand Down

0 comments on commit 0e68f2e

Please sign in to comment.