@ForUseOnly public interface IndexAccessor
Modifier and Type | Method and Description |
---|---|
List<String> |
getIdentifiers()
Provides the list of identifiers as entered in the index component.
|
List<DataSnippet> |
getSnippets()
Provides a list of snippets corresponding to the entries of the original index component.
|
List<?> |
getValues()
Provides the list of values corresponding to the entries of the original index component.
|
boolean |
isEmpty()
Indicates the index to be empty, i.e., it does not contain any entry.
|
@ApiDoc(comment="Provides the list of identifiers as entered in the index component.", since="5.2.25") @NotNull List<String> getIdentifiers()
@ApiDoc(comment="Provides the list of values corresponding to the entries of the original index component.", since="5.2.25") @NotNull List<?> getValues()
@ApiDoc(comment="Provides a list of snippets corresponding to the entries of the original index component.", since="5.2.416") @NotNull List<DataSnippet> getSnippets()
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210