SearchIndexerIndexProjection Class
- java.
lang. Object - com.
azure. search. documents. indexes. models. SearchIndexerIndexProjection
- com.
Implements
public final class SearchIndexerIndexProjection
implements JsonSerializable<SearchIndexerIndexProjection>
Definition of additional projections to secondary search indexes.
Constructor | Description |
---|---|
Search |
Creates an instance of Search |
Modifier and Type | Method and Description |
---|---|
static
Search |
from Reads an instance of Search |
Search |
get Get the parameters property: A dictionary of index projection-specific configuration properties. |
List<Search |
get Get the selectors property: A list of projections to be performed to secondary search indexes. |
Search |
set Set the parameters property: A dictionary of index projection-specific configuration properties. |
Json |
to |
Methods inherited from java.lang.Object
SearchIndexerIndexProjection
public SearchIndexerIndexProjection(List
Creates an instance of SearchIndexerIndexProjection class.
Parameters:
fromJson
public static SearchIndexerIndexProjection fromJson(JsonReader jsonReader)
Reads an instance of SearchIndexerIndexProjection from the JsonReader.
Parameters:
Returns:
Throws:
getParameters
public SearchIndexerIndexProjectionsParameters getParameters()
Get the parameters property: A dictionary of index projection-specific configuration properties. Each name is the name of a specific property. Each value must be of a primitive type.
Returns:
getSelectors
public List
Get the selectors property: A list of projections to be performed to secondary search indexes.
Returns:
setParameters
public SearchIndexerIndexProjection setParameters(SearchIndexerIndexProjectionsParameters parameters)
Set the parameters property: A dictionary of index projection-specific configuration properties. Each name is the name of a specific property. Each value must be of a primitive type.
Parameters:
Returns:
toJson
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: