google.appengine.api.search.search_util モジュール
概要
FTS API スタブのモジュールが使用するユーティリティ メソッドを提供します。
目次
- google.appengine.api.search.search_util.AddFieldsToDocumentPb(doc_id, fields, document) ソース
ID とフィールドをドキュメントに追加します。
パラメータ-
doc_id - ドキュメント ID。
-
fields - フィールド名、値、オプションの型のタプルのリスト。
-
document - フィールドを追加するドキュメント。
-
- google.appengine.api.search.search_util.ConvertToNfkd(text)ソース
- google.appengine.api.search.search_util.DeserializeDate(date_str)ソース
- google.appengine.api.search.search_util.EpochTime(date)ソース
-
日付または日時のエポックタイムをミリ秒で返します。
- google.appengine.api.search.search_util.GetAllFieldInDocument(document, field_name) ソース
-
ドキュメント内の指定された名前を持つすべてのフィールドを検索して返します。
- google.appengine.api.search.search_util.GetFieldCountInDocument(document, field_name) ソース
- google.appengine.api.search.search_util.GetFieldInDocument(document, field_name, return_type=None)ソース
-
指定された名前と型のフィールドを検索して返します。
- google.appengine.api.search.search_util.RemoveAccents(text)ソース
- google.appengine.api.search.search_util.RemoveAccentsNfkd(text)ソース
- google.appengine.api.search.search_util.Repr(class_instance, ordered_dictionary)ソース
-
インスタンスと順序付けられた dict の明確な表現を生成します。
- google.appengine.api.search.search_util.SerializeDate(date)ソース
- google.appengine.api.search.search_util.TreeRepr(tree, depth=0) ソース
-
デバッグ用の ANTLR 解析ツリーの文字列表現を生成します。
- 例外 google.appengine.api.search.search_util.SupportedOnDevErrorソース
-
ベース: exceptions.Exception
dev サーバーでサポートされていないアクションを実行しようとしていることを示します。