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 Summary
Constructor | Description |
---|---|
SearchIndexerIndexProjection(List<SearchIndexerIndexProjectionSelector> selectors) |
Creates an instance of Search |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Search |
fromJson(JsonReader jsonReader)
Reads an instance of Search |
Search |
getParameters()
Get the parameters property: A dictionary of index projection-specific configuration properties. |
List<Search |
getSelectors()
Get the selectors property: A list of projections to be performed to secondary search indexes. |
Search |
setParameters(SearchIndexerIndexProjectionsParameters parameters)
Set the parameters property: A dictionary of index projection-specific configuration properties. |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
SearchIndexerIndexProjection
public SearchIndexerIndexProjection(List
Creates an instance of SearchIndexerIndexProjection class.
Parameters:
Method Details
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: