algolia 0.6.0 published on Monday, Apr 14, 2025 by k-yomo
algolia.getVirtualIndex
Explore with Pulumi AI
Data source for a virtual index.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as algolia from "@pulumi/algolia";
const example = algolia.getVirtualIndex({
name: "example_virtual_replica",
});
import pulumi
import pulumi_algolia as algolia
example = algolia.get_virtual_index(name="example_virtual_replica")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/algolia/algolia"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := algolia.LookupVirtualIndex(ctx, &algolia.LookupVirtualIndexArgs{
Name: "example_virtual_replica",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Algolia = Pulumi.Algolia;
return await Deployment.RunAsync(() =>
{
var example = Algolia.GetVirtualIndex.Invoke(new()
{
Name = "example_virtual_replica",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.algolia.AlgoliaFunctions;
import com.pulumi.algolia.inputs.GetVirtualIndexArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = AlgoliaFunctions.getVirtualIndex(GetVirtualIndexArgs.builder()
.name("example_virtual_replica")
.build());
}
}
variables:
example:
fn::invoke:
function: algolia:getVirtualIndex
arguments:
name: example_virtual_replica
Using getVirtualIndex
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getVirtualIndex(args: GetVirtualIndexArgs, opts?: InvokeOptions): Promise<GetVirtualIndexResult>
function getVirtualIndexOutput(args: GetVirtualIndexOutputArgs, opts?: InvokeOptions): Output<GetVirtualIndexResult>
def get_virtual_index(id: Optional[str] = None,
name: Optional[str] = None,
pagination_configs: Optional[Sequence[GetVirtualIndexPaginationConfig]] = None,
opts: Optional[InvokeOptions] = None) -> GetVirtualIndexResult
def get_virtual_index_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
pagination_configs: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualIndexPaginationConfigArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVirtualIndexResult]
func LookupVirtualIndex(ctx *Context, args *LookupVirtualIndexArgs, opts ...InvokeOption) (*LookupVirtualIndexResult, error)
func LookupVirtualIndexOutput(ctx *Context, args *LookupVirtualIndexOutputArgs, opts ...InvokeOption) LookupVirtualIndexResultOutput
> Note: This function is named LookupVirtualIndex
in the Go SDK.
public static class GetVirtualIndex
{
public static Task<GetVirtualIndexResult> InvokeAsync(GetVirtualIndexArgs args, InvokeOptions? opts = null)
public static Output<GetVirtualIndexResult> Invoke(GetVirtualIndexInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVirtualIndexResult> getVirtualIndex(GetVirtualIndexArgs args, InvokeOptions options)
public static Output<GetVirtualIndexResult> getVirtualIndex(GetVirtualIndexArgs args, InvokeOptions options)
fn::invoke:
function: algolia:index/getVirtualIndex:getVirtualIndex
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- Name of the index.
- Id string
- The ID of this resource.
- Pagination
Configs List<GetVirtual Index Pagination Config> - The configuration for pagination in index setting.
- Name string
- Name of the index.
- Id string
- The ID of this resource.
- Pagination
Configs []GetVirtual Index Pagination Config - The configuration for pagination in index setting.
- name String
- Name of the index.
- id String
- The ID of this resource.
- pagination
Configs List<GetVirtual Index Pagination Config> - The configuration for pagination in index setting.
- name string
- Name of the index.
- id string
- The ID of this resource.
- pagination
Configs GetVirtual Index Pagination Config[] - The configuration for pagination in index setting.
- name str
- Name of the index.
- id str
- The ID of this resource.
- pagination_
configs Sequence[GetVirtual Index Pagination Config] - The configuration for pagination in index setting.
- name String
- Name of the index.
- id String
- The ID of this resource.
- pagination
Configs List<Property Map> - The configuration for pagination in index setting.
getVirtualIndex Result
The following output properties are available:
- Advanced
Configs List<GetVirtual Index Advanced Config> - The configuration for advanced features in index setting.
- Attributes
Configs List<GetVirtual Index Attributes Config> - The configuration for attributes.
- Enable
Personalization bool - Whether to enable the Personalization feature.
- Enable
Rules bool - Whether Rules should be globally enabled.
- Faceting
Configs List<GetVirtual Index Faceting Config> - The configuration for faceting.
- Highlight
And List<GetSnippet Configs Virtual Index Highlight And Snippet Config> - The configuration for highlight / snippet in index setting.
- Id string
- The ID of this resource.
- Languages
Configs List<GetVirtual Index Languages Config> - The configuration for languages in index setting.
- Name string
- Name of the index.
- Performance
Configs List<GetVirtual Index Performance Config> - The configuration for performance in index setting.
- Primary
Index stringName - The name of the existing primary index name. This field is filled when the index is a replica index.
- Query
Strategy List<GetConfigs Virtual Index Query Strategy Config> - The configuration for query strategy in index setting.
- Ranking
Configs List<GetVirtual Index Ranking Config> - The configuration for ranking.
- Typos
Configs List<GetVirtual Index Typos Config> - The configuration for typos in index setting.
- Pagination
Configs List<GetVirtual Index Pagination Config> - The configuration for pagination in index setting.
- Advanced
Configs []GetVirtual Index Advanced Config - The configuration for advanced features in index setting.
- Attributes
Configs []GetVirtual Index Attributes Config - The configuration for attributes.
- Enable
Personalization bool - Whether to enable the Personalization feature.
- Enable
Rules bool - Whether Rules should be globally enabled.
- Faceting
Configs []GetVirtual Index Faceting Config - The configuration for faceting.
- Highlight
And []GetSnippet Configs Virtual Index Highlight And Snippet Config - The configuration for highlight / snippet in index setting.
- Id string
- The ID of this resource.
- Languages
Configs []GetVirtual Index Languages Config - The configuration for languages in index setting.
- Name string
- Name of the index.
- Performance
Configs []GetVirtual Index Performance Config - The configuration for performance in index setting.
- Primary
Index stringName - The name of the existing primary index name. This field is filled when the index is a replica index.
- Query
Strategy []GetConfigs Virtual Index Query Strategy Config - The configuration for query strategy in index setting.
- Ranking
Configs []GetVirtual Index Ranking Config - The configuration for ranking.
- Typos
Configs []GetVirtual Index Typos Config - The configuration for typos in index setting.
- Pagination
Configs []GetVirtual Index Pagination Config - The configuration for pagination in index setting.
- advanced
Configs List<GetVirtual Index Advanced Config> - The configuration for advanced features in index setting.
- attributes
Configs List<GetVirtual Index Attributes Config> - The configuration for attributes.
- enable
Personalization Boolean - Whether to enable the Personalization feature.
- enable
Rules Boolean - Whether Rules should be globally enabled.
- faceting
Configs List<GetVirtual Index Faceting Config> - The configuration for faceting.
- highlight
And List<GetSnippet Configs Virtual Index Highlight And Snippet Config> - The configuration for highlight / snippet in index setting.
- id String
- The ID of this resource.
- languages
Configs List<GetVirtual Index Languages Config> - The configuration for languages in index setting.
- name String
- Name of the index.
- performance
Configs List<GetVirtual Index Performance Config> - The configuration for performance in index setting.
- primary
Index StringName - The name of the existing primary index name. This field is filled when the index is a replica index.
- query
Strategy List<GetConfigs Virtual Index Query Strategy Config> - The configuration for query strategy in index setting.
- ranking
Configs List<GetVirtual Index Ranking Config> - The configuration for ranking.
- typos
Configs List<GetVirtual Index Typos Config> - The configuration for typos in index setting.
- pagination
Configs List<GetVirtual Index Pagination Config> - The configuration for pagination in index setting.
- advanced
Configs GetVirtual Index Advanced Config[] - The configuration for advanced features in index setting.
- attributes
Configs GetVirtual Index Attributes Config[] - The configuration for attributes.
- enable
Personalization boolean - Whether to enable the Personalization feature.
- enable
Rules boolean - Whether Rules should be globally enabled.
- faceting
Configs GetVirtual Index Faceting Config[] - The configuration for faceting.
- highlight
And GetSnippet Configs Virtual Index Highlight And Snippet Config[] - The configuration for highlight / snippet in index setting.
- id string
- The ID of this resource.
- languages
Configs GetVirtual Index Languages Config[] - The configuration for languages in index setting.
- name string
- Name of the index.
- performance
Configs GetVirtual Index Performance Config[] - The configuration for performance in index setting.
- primary
Index stringName - The name of the existing primary index name. This field is filled when the index is a replica index.
- query
Strategy GetConfigs Virtual Index Query Strategy Config[] - The configuration for query strategy in index setting.
- ranking
Configs GetVirtual Index Ranking Config[] - The configuration for ranking.
- typos
Configs GetVirtual Index Typos Config[] - The configuration for typos in index setting.
- pagination
Configs GetVirtual Index Pagination Config[] - The configuration for pagination in index setting.
- advanced_
configs Sequence[GetVirtual Index Advanced Config] - The configuration for advanced features in index setting.
- attributes_
configs Sequence[GetVirtual Index Attributes Config] - The configuration for attributes.
- enable_
personalization bool - Whether to enable the Personalization feature.
- enable_
rules bool - Whether Rules should be globally enabled.
- faceting_
configs Sequence[GetVirtual Index Faceting Config] - The configuration for faceting.
- highlight_
and_ Sequence[Getsnippet_ configs Virtual Index Highlight And Snippet Config] - The configuration for highlight / snippet in index setting.
- id str
- The ID of this resource.
- languages_
configs Sequence[GetVirtual Index Languages Config] - The configuration for languages in index setting.
- name str
- Name of the index.
- performance_
configs Sequence[GetVirtual Index Performance Config] - The configuration for performance in index setting.
- primary_
index_ strname - The name of the existing primary index name. This field is filled when the index is a replica index.
- query_
strategy_ Sequence[Getconfigs Virtual Index Query Strategy Config] - The configuration for query strategy in index setting.
- ranking_
configs Sequence[GetVirtual Index Ranking Config] - The configuration for ranking.
- typos_
configs Sequence[GetVirtual Index Typos Config] - The configuration for typos in index setting.
- pagination_
configs Sequence[GetVirtual Index Pagination Config] - The configuration for pagination in index setting.
- advanced
Configs List<Property Map> - The configuration for advanced features in index setting.
- attributes
Configs List<Property Map> - The configuration for attributes.
- enable
Personalization Boolean - Whether to enable the Personalization feature.
- enable
Rules Boolean - Whether Rules should be globally enabled.
- faceting
Configs List<Property Map> - The configuration for faceting.
- highlight
And List<Property Map>Snippet Configs - The configuration for highlight / snippet in index setting.
- id String
- The ID of this resource.
- languages
Configs List<Property Map> - The configuration for languages in index setting.
- name String
- Name of the index.
- performance
Configs List<Property Map> - The configuration for performance in index setting.
- primary
Index StringName - The name of the existing primary index name. This field is filled when the index is a replica index.
- query
Strategy List<Property Map>Configs - The configuration for query strategy in index setting.
- ranking
Configs List<Property Map> - The configuration for ranking.
- typos
Configs List<Property Map> - The configuration for typos in index setting.
- pagination
Configs List<Property Map> - The configuration for pagination in index setting.
Supporting Types
GetVirtualIndexAdvancedConfig
- Attribute
Criteria boolComputed By Min Proximity - Attribute
For stringDistinct - Distinct double
- Max
Facet doubleHits - Min
Proximity double - Replace
Synonyms boolIn Highlight - Response
Fields List<string>
- Attribute
Criteria boolComputed By Min Proximity - Attribute
For stringDistinct - Distinct float64
- Max
Facet float64Hits - Min
Proximity float64 - Replace
Synonyms boolIn Highlight - Response
Fields []string
- attribute
Criteria BooleanComputed By Min Proximity - attribute
For StringDistinct - distinct Double
- max
Facet DoubleHits - min
Proximity Double - replace
Synonyms BooleanIn Highlight - response
Fields List<String>
- attribute
Criteria booleanComputed By Min Proximity - attribute
For stringDistinct - distinct number
- max
Facet numberHits - min
Proximity number - replace
Synonyms booleanIn Highlight - response
Fields string[]
- attribute_
criteria_ boolcomputed_ by_ min_ proximity - attribute_
for_ strdistinct - distinct float
- max_
facet_ floathits - min_
proximity float - replace_
synonyms_ boolin_ highlight - response_
fields Sequence[str]
- attribute
Criteria BooleanComputed By Min Proximity - attribute
For StringDistinct - distinct Number
- max
Facet NumberHits - min
Proximity Number - replace
Synonyms BooleanIn Highlight - response
Fields List<String>
GetVirtualIndexAttributesConfig
- Attributes
For List<string>Facetings - Attributes
To List<string>Retrieves - Searchable
Attributes List<string> - Unretrievable
Attributes List<string>
- Attributes
For []stringFacetings - Attributes
To []stringRetrieves - Searchable
Attributes []string - Unretrievable
Attributes []string
- attributes
For List<String>Facetings - attributes
To List<String>Retrieves - searchable
Attributes List<String> - unretrievable
Attributes List<String>
- attributes
For string[]Facetings - attributes
To string[]Retrieves - searchable
Attributes string[] - unretrievable
Attributes string[]
- attributes_
for_ Sequence[str]facetings - attributes_
to_ Sequence[str]retrieves - searchable_
attributes Sequence[str] - unretrievable_
attributes Sequence[str]
- attributes
For List<String>Facetings - attributes
To List<String>Retrieves - searchable
Attributes List<String> - unretrievable
Attributes List<String>
GetVirtualIndexFacetingConfig
- Max
Values doublePer Facet - Sort
Facet stringValues By
- Max
Values float64Per Facet - Sort
Facet stringValues By
- max
Values DoublePer Facet - sort
Facet StringValues By
- max
Values numberPer Facet - sort
Facet stringValues By
- max_
values_ floatper_ facet - sort_
facet_ strvalues_ by
- max
Values NumberPer Facet - sort
Facet StringValues By
GetVirtualIndexHighlightAndSnippetConfig
- Attributes
To List<string>Highlights - Attributes
To List<string>Snippets - Highlight
Post stringTag - Highlight
Pre stringTag - Restrict
Highlight boolAnd Snippet Arrays - Snippet
Ellipsis stringText
- Attributes
To []stringHighlights - Attributes
To []stringSnippets - Highlight
Post stringTag - Highlight
Pre stringTag - Restrict
Highlight boolAnd Snippet Arrays - Snippet
Ellipsis stringText
- attributes
To List<String>Highlights - attributes
To List<String>Snippets - highlight
Post StringTag - highlight
Pre StringTag - restrict
Highlight BooleanAnd Snippet Arrays - snippet
Ellipsis StringText
- attributes
To string[]Highlights - attributes
To string[]Snippets - highlight
Post stringTag - highlight
Pre stringTag - restrict
Highlight booleanAnd Snippet Arrays - snippet
Ellipsis stringText
- attributes_
to_ Sequence[str]highlights - attributes_
to_ Sequence[str]snippets - highlight_
post_ strtag - highlight_
pre_ strtag - restrict_
highlight_ booland_ snippet_ arrays - snippet_
ellipsis_ strtext
- attributes
To List<String>Highlights - attributes
To List<String>Snippets - highlight
Post StringTag - highlight
Pre StringTag - restrict
Highlight BooleanAnd Snippet Arrays - snippet
Ellipsis StringText
GetVirtualIndexLanguagesConfig
- Attributes
To List<string>Transliterates - Camel
Case List<string>Attributes - Custom
Normalization Dictionary<string, string> - Decompound
Query bool - Decompounded
Attributes List<GetVirtual Index Languages Config Decompounded Attribute> - Ignore
Plurals bool - Ignore
Plurals List<string>Fors - Index
Languages List<string> - Keep
Diacritics stringOn Characters - Query
Languages List<string> - Remove
Stop boolWords - Remove
Stop List<string>Words Fors
- Attributes
To []stringTransliterates - Camel
Case []stringAttributes - Custom
Normalization map[string]string - Decompound
Query bool - Decompounded
Attributes []GetVirtual Index Languages Config Decompounded Attribute - Ignore
Plurals bool - Ignore
Plurals []stringFors - Index
Languages []string - Keep
Diacritics stringOn Characters - Query
Languages []string - Remove
Stop boolWords - Remove
Stop []stringWords Fors
- attributes
To List<String>Transliterates - camel
Case List<String>Attributes - custom
Normalization Map<String,String> - decompound
Query Boolean - decompounded
Attributes List<GetVirtual Index Languages Config Decompounded Attribute> - ignore
Plurals Boolean - ignore
Plurals List<String>Fors - index
Languages List<String> - keep
Diacritics StringOn Characters - query
Languages List<String> - remove
Stop BooleanWords - remove
Stop List<String>Words Fors
- attributes
To string[]Transliterates - camel
Case string[]Attributes - custom
Normalization {[key: string]: string} - decompound
Query boolean - decompounded
Attributes GetVirtual Index Languages Config Decompounded Attribute[] - ignore
Plurals boolean - ignore
Plurals string[]Fors - index
Languages string[] - keep
Diacritics stringOn Characters - query
Languages string[] - remove
Stop booleanWords - remove
Stop string[]Words Fors
- attributes_
to_ Sequence[str]transliterates - camel_
case_ Sequence[str]attributes - custom_
normalization Mapping[str, str] - decompound_
query bool - decompounded_
attributes Sequence[GetVirtual Index Languages Config Decompounded Attribute] - ignore_
plurals bool - ignore_
plurals_ Sequence[str]fors - index_
languages Sequence[str] - keep_
diacritics_ stron_ characters - query_
languages Sequence[str] - remove_
stop_ boolwords - remove_
stop_ Sequence[str]words_ fors
- attributes
To List<String>Transliterates - camel
Case List<String>Attributes - custom
Normalization Map<String> - decompound
Query Boolean - decompounded
Attributes List<Property Map> - ignore
Plurals Boolean - ignore
Plurals List<String>Fors - index
Languages List<String> - keep
Diacritics StringOn Characters - query
Languages List<String> - remove
Stop BooleanWords - remove
Stop List<String>Words Fors
GetVirtualIndexLanguagesConfigDecompoundedAttribute
- Attributes List<string>
- Language string
- Attributes []string
- Language string
- attributes List<String>
- language String
- attributes string[]
- language string
- attributes Sequence[str]
- language str
- attributes List<String>
- language String
GetVirtualIndexPaginationConfig
- Hits
Per doublePage - The number of hits per page.
- Pagination
Limited doubleTo - The maximum number of hits accessible via pagination
- Hits
Per float64Page - The number of hits per page.
- Pagination
Limited float64To - The maximum number of hits accessible via pagination
- hits
Per DoublePage - The number of hits per page.
- pagination
Limited DoubleTo - The maximum number of hits accessible via pagination
- hits
Per numberPage - The number of hits per page.
- pagination
Limited numberTo - The maximum number of hits accessible via pagination
- hits_
per_ floatpage - The number of hits per page.
- pagination_
limited_ floatto - The maximum number of hits accessible via pagination
- hits
Per NumberPage - The number of hits per page.
- pagination
Limited NumberTo - The maximum number of hits accessible via pagination
GetVirtualIndexPerformanceConfig
- Allow
Compression boolOf Integer Array - Numeric
Attributes List<string>For Filterings
- allow
Compression BooleanOf Integer Array - numeric
Attributes List<String>For Filterings
- allow
Compression booleanOf Integer Array - numeric
Attributes string[]For Filterings
- allow_
compression_ boolof_ integer_ array - numeric_
attributes_ Sequence[str]for_ filterings
- allow
Compression BooleanOf Integer Array - numeric
Attributes List<String>For Filterings
GetVirtualIndexQueryStrategyConfig
- Advanced
Syntax bool - Advanced
Syntax List<string>Features - Alternatives
As List<string>Exacts - Disable
Exact List<string>On Attributes - Disable
Prefix List<string>On Attributes - Exact
On stringSingle Word Query - Optional
Words List<string> - Query
Type string - Remove
Words stringIf No Results
- Advanced
Syntax bool - Advanced
Syntax []stringFeatures - Alternatives
As []stringExacts - Disable
Exact []stringOn Attributes - Disable
Prefix []stringOn Attributes - Exact
On stringSingle Word Query - Optional
Words []string - Query
Type string - Remove
Words stringIf No Results
- advanced
Syntax Boolean - advanced
Syntax List<String>Features - alternatives
As List<String>Exacts - disable
Exact List<String>On Attributes - disable
Prefix List<String>On Attributes - exact
On StringSingle Word Query - optional
Words List<String> - query
Type String - remove
Words StringIf No Results
- advanced
Syntax boolean - advanced
Syntax string[]Features - alternatives
As string[]Exacts - disable
Exact string[]On Attributes - disable
Prefix string[]On Attributes - exact
On stringSingle Word Query - optional
Words string[] - query
Type string - remove
Words stringIf No Results
- advanced_
syntax bool - advanced_
syntax_ Sequence[str]features - alternatives_
as_ Sequence[str]exacts - disable_
exact_ Sequence[str]on_ attributes - disable_
prefix_ Sequence[str]on_ attributes - exact_
on_ strsingle_ word_ query - optional_
words Sequence[str] - query_
type str - remove_
words_ strif_ no_ results
- advanced
Syntax Boolean - advanced
Syntax List<String>Features - alternatives
As List<String>Exacts - disable
Exact List<String>On Attributes - disable
Prefix List<String>On Attributes - exact
On StringSingle Word Query - optional
Words List<String> - query
Type String - remove
Words StringIf No Results
GetVirtualIndexRankingConfig
- Custom
Rankings List<string> - Rankings List<string>
- Relevancy
Strictness double
- Custom
Rankings []string - Rankings []string
- Relevancy
Strictness float64
- custom
Rankings List<String> - rankings List<String>
- relevancy
Strictness Double
- custom
Rankings string[] - rankings string[]
- relevancy
Strictness number
- custom_
rankings Sequence[str] - rankings Sequence[str]
- relevancy_
strictness float
- custom
Rankings List<String> - rankings List<String>
- relevancy
Strictness Number
GetVirtualIndexTyposConfig
- Allow
Typos boolOn Numeric Tokens - Disable
Typo List<string>Tolerance On Attributes - Disable
Typo List<string>Tolerance On Words - Min
Word doubleSize For1Typo - Min
Word doubleSize For2Typos - Separators
To stringIndex - Typo
Tolerance string
- Allow
Typos boolOn Numeric Tokens - Disable
Typo []stringTolerance On Attributes - Disable
Typo []stringTolerance On Words - Min
Word float64Size For1Typo - Min
Word float64Size For2Typos - Separators
To stringIndex - Typo
Tolerance string
- allow
Typos BooleanOn Numeric Tokens - disable
Typo List<String>Tolerance On Attributes - disable
Typo List<String>Tolerance On Words - min
Word DoubleSize For1Typo - min
Word DoubleSize For2Typos - separators
To StringIndex - typo
Tolerance String
- allow
Typos booleanOn Numeric Tokens - disable
Typo string[]Tolerance On Attributes - disable
Typo string[]Tolerance On Words - min
Word numberSize For1Typo - min
Word numberSize For2Typos - separators
To stringIndex - typo
Tolerance string
- allow_
typos_ boolon_ numeric_ tokens - disable_
typo_ Sequence[str]tolerance_ on_ attributes - disable_
typo_ Sequence[str]tolerance_ on_ words - min_
word_ floatsize_ for1_ typo - min_
word_ floatsize_ for2_ typos - separators_
to_ strindex - typo_
tolerance str
- allow
Typos BooleanOn Numeric Tokens - disable
Typo List<String>Tolerance On Attributes - disable
Typo List<String>Tolerance On Words - min
Word NumberSize For1Typo - min
Word NumberSize For2Typos - separators
To StringIndex - typo
Tolerance String
Package Details
- Repository
- algolia k-yomo/terraform-provider-algolia
- License
- Notes
- This Pulumi package is based on the
algolia
Terraform Provider.