1. xDB検索インデックス

xDBインデックスのPII機密データのインデックス作成を有効にする

Version:
日本語翻訳に関する免責事項

このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。

このトピックでは、PIISensitiveとマークされたコンタクトファセットのインデックス作成を有効にする方法を示します。個人データのインデックス作成は、デフォルトでは無効になっています。

メモ

Experience ProfileとList Managerのインターフェイスは、xDBインデックスで利用可能な個人データに依存しています。お客様は、個人データのインデックス作成を有効にするために、明示的に選択する必要があります。Sitecoreは、お客様が選択した検索プロバイダー(Solr)のセキュリティおよびデータ保護機能を確認することをお勧めします。

  1. C:\<Path to indexer>\App_data\Config\Sitecore\SearchIndexer\sc.Xdb.Collection.IndexerSettings.xmlを開きます。

    手記

    デフォルトのオンプレミスデプロイメントでは、フルパスはC:\<Path to xConnect>\root\App_data\jobs\continuous\IndexWorker\App_data\Config\Sitecore\SearchIndexer\sc.Xdb.Collection.IndexerSettings.xmlです。

  2. 次に示すように、IndexPIISensitiveDatatrueに設定します。

    <Settings>
    <Sitecore>
        <XConnect>
        <!-- SearchIndexer role requires Collection and CollectionSearch role services -->
        <SearchIndexer>
            <Services>
            <IndexerSettings>
                <Type>Sitecore.Xdb.Collection.Indexing.IndexerSettings, Sitecore.Xdb.Collection</Type>
                <LifeTime>Singleton</LifeTime>
                <Options>
                <IndexPIISensitiveData>true</IndexPIISensitiveData>
                <IndexAnonymousContactData>false</IndexAnonymousContactData>
                </Options>
            </IndexerSettings>
            <IIndexer>
                <Type>Sitecore.Xdb.Collection.Indexing.DecoratedIndexer, Sitecore.Xdb.Collection</Type>
                <As>Sitecore.Xdb.Collection.Indexing.IIndexer, Sitecore.Xdb.Collection</As>
                <LifeTime>Singleton</LifeTime>
            </IIndexer>
            <IIndexRebuildFlow>
                <Type>Sitecore.Xdb.Collection.Indexing.IndexRebuildFlow, Sitecore.Xdb.Collection</Type>
                <As>Sitecore.Xdb.Collection.Indexing.IIndexRebuildFlow, Sitecore.Xdb.Collection</As>
                <LifeTime>Singleton</LifeTime>
                <Options>
                <IncomingDataLagOnCompletion>0.00:00:05</IncomingDataLagOnCompletion>
                <!--Enable ParallelizationDegree setting to override default value which is (processorCount*4)-->
                <!--<ParallelizationDegree>16</ParallelizationDegree>-->
                <BatchSize>1000</BatchSize>
                </Options>
            </IIndexRebuildFlow>
            </Services>
        </SearchIndexer>
        </XConnect>
    </Sitecore>
    </Settings>
  3. xDB検索インデックスを再構築します。

    手記

    IndexPIISensitiveDataの値をtrueからfalseに戻した場合、個人データを削除するにはインデックスを再構築する必要があります。

この記事を改善するための提案がある場合は、 お知らせください!