public class SearchProtocolParser extends Object
构造器和说明 |
---|
SearchProtocolParser() |
限定符和类型 | 方法和说明 |
---|---|
static FieldSchema |
toFieldSchema(Search.FieldSchema fieldSchema) |
static FieldType |
toFieldType(Search.FieldType fieldType) |
static IndexOptions |
toIndexOptions(Search.IndexOptions indexOptions) |
static IndexSchema |
toIndexSchema(Search.IndexSchema indexSchema) |
static IndexSetting |
toIndexSetting(Search.IndexSetting indexSetting) |
static Sort |
toIndexSort(Search.Sort sort) |
static MeteringInfo |
toMeteringInfo(Search.MeteringInfo meteringInfo) |
static SyncStat |
toSyncStat(Search.SyncStat syncStat) |
public static FieldType toFieldType(Search.FieldType fieldType)
public static IndexOptions toIndexOptions(Search.IndexOptions indexOptions)
public static FieldSchema toFieldSchema(Search.FieldSchema fieldSchema)
public static IndexSetting toIndexSetting(Search.IndexSetting indexSetting)
public static Sort toIndexSort(Search.Sort sort)
public static IndexSchema toIndexSchema(Search.IndexSchema indexSchema)
public static SyncStat toSyncStat(Search.SyncStat syncStat)
public static MeteringInfo toMeteringInfo(Search.MeteringInfo meteringInfo)
Copyright © 2019. All Rights Reserved.