UpdateSemanticSearchIndex

UpdateSemanticSearchIndex[index,source]

source 内のデータで SemanticSearchIndex[] index を更新する.

UpdateSemanticSearchIndex[index,{source1, }]

ソース sourceiの集合でSemanticSearchIndex[] index を更新する.

UpdateSemanticSearchIndex[index,{source1 val1, }]

新規ソース sourceiを値 valiに関連付ける.

詳細とオプション

  • UpdateSemanticSearchIndexは,既存のSemanticSearchIndexを追加データで拡張し,索引の保存と検索の能力を拡大する.
  • 次は,index の有効な指定である.
  • "name"名前付きの意味検索索引にマッチする文字列
    SemanticSearchIndex[]有効なSemanticSearchIndexオブジェクト
  • 次は,source の可能な値である.
  • "string"プレーン文字列
    File["path"]個々のファイル
    URL["url"]"url"のテキスト表現
    CloudObject[]クラウドオブジェクト
    LocalObject[]ローカルオブジェクト
    ContentObject[]コンテンツオブジェクト
    {source1,source2,}ソースのリスト
  • index に注釈付きのソースが含まれている場合は,新規の各 source にも同様に注釈が付けられていなければならない. »
  • 次は注釈を指定する可能な方法である.
  • {source1val1,}ソースと関連付けられた値のリスト
    {source1,}{val1,}ソースと値の間の規則
  • 次は,注釈の値 valiの許容される形式である.
  • "string"文字列のラベル
    <|"tag1"v1,|>タグとメタデータ値の連想
  • UpdateSemanticSearchIndexは次のオプションをサポートする.
  • MethodAutomaticメソッドの詳細
    ProgressReporting$ProgressReporting計算の進捗状況を報告するかどうか
  • 詳細オプションはMethod<|opt1val1|>を使って与えることができる.以下は,optiの可能な値である.
  • "ContextPadding"断片間の最小重複
    "MaximumItemLength"テキストの断片の最大の長さ
    "MinimumItemLength"テキストの断片の最小の長さ
    "SplitPattern"Automatic長い文字列をどこで分割するか
  • 自動"SplitPattern"は,ソーステキストを,パラグラフ,新規行,単語に分割して"MinimumItemLength"から"MaximumItemLength"までの文字の塊を作成しようとする.

例題

すべて開くすべて閉じる

  (2)

意味検索の索引を作成する:

もう一つのソースで索引を更新する:

複数の新規ソースで索引を更新する:

スコープ  (6)

データソース  (3)

索引を文字列で更新する:

索引をファイルで更新する:

索引をURLで更新する:

注釈  (3)

ラベルがある索引を更新する:

Association中にタグがある索引を更新する:

Association中に複数のタグがある索引を更新する:

アプリケーション  (1)

デフォルトの分割パターンで索引を作成する:

異なる分割技術を要求する入力で索引を更新する:

特性と関係  (1)

UpdateSemanticSearchIndexで使われる特徴抽出器は索引から継承される:

特徴抽出器を取り出す:

考えられる問題  (1)

ラベル付きの索引を作成する:

ラベルがないソースでこの索引を更新しようとしても失敗する:

新たな索引は関連するメタデータを含んでいなければならない:

Wolfram Research (2024), UpdateSemanticSearchIndex, Wolfram言語関数, https://reference.wolfram.com/language/ref/UpdateSemanticSearchIndex.html (2025年に更新).

テキスト

Wolfram Research (2024), UpdateSemanticSearchIndex, Wolfram言語関数, https://reference.wolfram.com/language/ref/UpdateSemanticSearchIndex.html (2025年に更新).

CMS

Wolfram Language. 2024. "UpdateSemanticSearchIndex." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2025. https://reference.wolfram.com/language/ref/UpdateSemanticSearchIndex.html.

APA

Wolfram Language. (2024). UpdateSemanticSearchIndex. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/UpdateSemanticSearchIndex.html

BibTeX

@misc{reference.wolfram_2025_updatesemanticsearchindex, author="Wolfram Research", title="{UpdateSemanticSearchIndex}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/UpdateSemanticSearchIndex.html}", note=[Accessed: 30-January-2025 ]}

BibLaTeX

@online{reference.wolfram_2025_updatesemanticsearchindex, organization={Wolfram Research}, title={UpdateSemanticSearchIndex}, year={2025}, url={https://reference.wolfram.com/language/ref/UpdateSemanticSearchIndex.html}, note=[Accessed: 30-January-2025 ]}