Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 868 Bytes

contentindexer_getindexer_1548631108.md

File metadata and controls

28 lines (20 loc) · 868 Bytes
-api-id -api-type
M:Windows.Storage.Search.ContentIndexer.GetIndexer(System.String)
winrt method

Windows.Storage.Search.ContentIndexer.GetIndexer

-description

Gets the per-app index with the specified name or creates a new one, if necessary.

-parameters

-param indexName

The index name.

-returns

The index.

-remarks

The app can provide an indexName identifier that it can use to partition data for its own queries. This identifier is included as part of the item scope, which means that it's faster to partition based on this scope than by filtering with a property. The approach has the cost of being unable to query easily across multiple scopes.

-examples

-see-also

GetIndexer