Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/correlation_field_mapping' into …
Browse files Browse the repository at this point in the history
…correlation_field_mapping

Signed-off-by: YANGDB <[email protected]>

# Conflicts:
#	server/src/internalClusterTest/java/org/opensearch/search/fieldcaps/FieldCapabilitiesIT.java
  • Loading branch information
YANG-DB committed Jul 18, 2023
2 parents 186239f + ac90fc5 commit 5ea7507
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,6 @@ public String[] indices() {

/**
* the list of aliases where this filed is referenced within (referenced by the `path` alias attribute)
*
* @return
*/
public String[] aliases() {
return aliases;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ public List<String> getAliases(String field) {

/**
* returns whether is field name is an alias for another field
* @param field
* @return
*/
public boolean isAlias(String field) {
return aliasToConcreteName.containsKey(field);
Expand Down

0 comments on commit 5ea7507

Please sign in to comment.