Versions in this module Expand all Collapse all v1 v1.0.0 Sep 29, 2016 Changes in this version + const Default_Document_Language + const Default_FacetAutoDetectParam_ValueLimit + const Default_FieldValue_Language + const Default_IndexShardSettings_NumShards + const Default_ListDocumentsParams_IncludeStartDoc + const Default_ListDocumentsParams_Limit + const Default_ListIndexesParams_IncludeStartIndex + const Default_ListIndexesParams_Limit + const Default_ScorerSpec_Limit + const Default_SearchParams_AutoDiscoverFacetCount + const Default_SearchParams_FacetDepth + const Default_SearchParams_Limit + const Default_SortSpec_SortDescending + var Document_Storage_name = map[int32]string + var Document_Storage_value = map[string]int32 + var Entry_Permission_name = map[int32]string + var Entry_Permission_value = map[string]int32 + var FacetValue_ContentType_name = map[int32]string + var FacetValue_ContentType_value = map[string]int32 + var FieldValue_ContentType_name = map[int32]string + var FieldValue_ContentType_value = map[string]int32 + var IndexDocumentParams_Freshness_name = map[int32]string + var IndexDocumentParams_Freshness_value = map[string]int32 + var IndexSpec_Consistency_name = map[int32]string + var IndexSpec_Consistency_value = map[string]int32 + var IndexSpec_Mode_name = map[int32]string + var IndexSpec_Mode_value = map[string]int32 + var IndexSpec_Source_name = map[int32]string + var IndexSpec_Source_value = map[string]int32 + var Scope_Type_name = map[int32]string + var Scope_Type_value = map[string]int32 + var ScorerSpec_Scorer_name = map[int32]string + var ScorerSpec_Scorer_value = map[string]int32 + var SearchParams_CursorType_name = map[int32]string + var SearchParams_CursorType_value = map[string]int32 + var SearchParams_ParsingMode_name = map[int32]string + var SearchParams_ParsingMode_value = map[string]int32 + var SearchServiceError_ErrorCode_name = map[int32]string + var SearchServiceError_ErrorCode_value = map[string]int32 + type AccessControlList struct + Entries []*Entry + Owner *string + XXX_unrecognized []byte + func (*AccessControlList) ProtoMessage() + func (m *AccessControlList) GetEntries() []*Entry + func (m *AccessControlList) GetOwner() string + func (m *AccessControlList) Reset() + func (m *AccessControlList) String() string + type DeleteDocumentParams struct + DocId []string + IndexSpec *IndexSpec + XXX_unrecognized []byte + func (*DeleteDocumentParams) ProtoMessage() + func (m *DeleteDocumentParams) GetDocId() []string + func (m *DeleteDocumentParams) GetIndexSpec() *IndexSpec + func (m *DeleteDocumentParams) Reset() + func (m *DeleteDocumentParams) String() string + type DeleteDocumentRequest struct + AppId []byte + Params *DeleteDocumentParams + XXX_unrecognized []byte + func (*DeleteDocumentRequest) ProtoMessage() + func (m *DeleteDocumentRequest) GetAppId() []byte + func (m *DeleteDocumentRequest) GetParams() *DeleteDocumentParams + func (m *DeleteDocumentRequest) Reset() + func (m *DeleteDocumentRequest) String() string + type DeleteDocumentResponse struct + Status []*RequestStatus + XXX_unrecognized []byte + func (*DeleteDocumentResponse) ProtoMessage() + func (m *DeleteDocumentResponse) GetStatus() []*RequestStatus + func (m *DeleteDocumentResponse) Reset() + func (m *DeleteDocumentResponse) String() string + type DeleteSchemaParams struct + IndexSpec []*IndexSpec + Source *IndexSpec_Source + XXX_unrecognized []byte + func (*DeleteSchemaParams) ProtoMessage() + func (m *DeleteSchemaParams) GetIndexSpec() []*IndexSpec + func (m *DeleteSchemaParams) GetSource() IndexSpec_Source + func (m *DeleteSchemaParams) Reset() + func (m *DeleteSchemaParams) String() string + type DeleteSchemaRequest struct + AppId []byte + Params *DeleteSchemaParams + XXX_unrecognized []byte + func (*DeleteSchemaRequest) ProtoMessage() + func (m *DeleteSchemaRequest) GetAppId() []byte + func (m *DeleteSchemaRequest) GetParams() *DeleteSchemaParams + func (m *DeleteSchemaRequest) Reset() + func (m *DeleteSchemaRequest) String() string + type DeleteSchemaResponse struct + Status []*RequestStatus + XXX_unrecognized []byte + func (*DeleteSchemaResponse) ProtoMessage() + func (m *DeleteSchemaResponse) GetStatus() []*RequestStatus + func (m *DeleteSchemaResponse) Reset() + func (m *DeleteSchemaResponse) String() string + type Document struct + Facet []*Facet + Field []*Field + Id *string + Language *string + OrderId *int32 + Storage *Document_Storage + XXX_unrecognized []byte + func (*Document) ProtoMessage() + func (m *Document) GetFacet() []*Facet + func (m *Document) GetField() []*Field + func (m *Document) GetId() string + func (m *Document) GetLanguage() string + func (m *Document) GetOrderId() int32 + func (m *Document) GetStorage() Document_Storage + func (m *Document) Reset() + func (m *Document) String() string + type DocumentMetadata struct + CommittedStVersion *int64 + Version *int64 + XXX_unrecognized []byte + func (*DocumentMetadata) ProtoMessage() + func (m *DocumentMetadata) GetCommittedStVersion() int64 + func (m *DocumentMetadata) GetVersion() int64 + func (m *DocumentMetadata) Reset() + func (m *DocumentMetadata) String() string + type Document_Storage int32 + const Default_Document_Storage + const Document_DISK + func (x *Document_Storage) UnmarshalJSON(data []byte) error + func (x Document_Storage) Enum() *Document_Storage + func (x Document_Storage) String() string + type Entry struct + DisplayName *string + Permission *Entry_Permission + Scope *Scope + XXX_unrecognized []byte + func (*Entry) ProtoMessage() + func (m *Entry) GetDisplayName() string + func (m *Entry) GetPermission() Entry_Permission + func (m *Entry) GetScope() *Scope + func (m *Entry) Reset() + func (m *Entry) String() string + type Entry_Permission int32 + const Entry_FULL_CONTROL + const Entry_READ + const Entry_WRITE + func (x *Entry_Permission) UnmarshalJSON(data []byte) error + func (x Entry_Permission) Enum() *Entry_Permission + func (x Entry_Permission) String() string + type Facet struct + Name *string + Value *FacetValue + XXX_unrecognized []byte + func (*Facet) ProtoMessage() + func (m *Facet) GetName() string + func (m *Facet) GetValue() *FacetValue + func (m *Facet) Reset() + func (m *Facet) String() string + type FacetAutoDetectParam struct + ValueLimit *int32 + XXX_unrecognized []byte + func (*FacetAutoDetectParam) ProtoMessage() + func (m *FacetAutoDetectParam) GetValueLimit() int32 + func (m *FacetAutoDetectParam) Reset() + func (m *FacetAutoDetectParam) String() string + type FacetRange struct + End *string + Name *string + Start *string + XXX_unrecognized []byte + func (*FacetRange) ProtoMessage() + func (m *FacetRange) GetEnd() string + func (m *FacetRange) GetName() string + func (m *FacetRange) GetStart() string + func (m *FacetRange) Reset() + func (m *FacetRange) String() string + type FacetRefinement struct + Name *string + Range *FacetRefinement_Range + Value *string + XXX_unrecognized []byte + func (*FacetRefinement) ProtoMessage() + func (m *FacetRefinement) GetName() string + func (m *FacetRefinement) GetRange() *FacetRefinement_Range + func (m *FacetRefinement) GetValue() string + func (m *FacetRefinement) Reset() + func (m *FacetRefinement) String() string + type FacetRefinement_Range struct + End *string + Start *string + XXX_unrecognized []byte + func (*FacetRefinement_Range) ProtoMessage() + func (m *FacetRefinement_Range) GetEnd() string + func (m *FacetRefinement_Range) GetStart() string + func (m *FacetRefinement_Range) Reset() + func (m *FacetRefinement_Range) String() string + type FacetRequest struct + Name *string + Params *FacetRequestParam + XXX_unrecognized []byte + func (*FacetRequest) ProtoMessage() + func (m *FacetRequest) GetName() string + func (m *FacetRequest) GetParams() *FacetRequestParam + func (m *FacetRequest) Reset() + func (m *FacetRequest) String() string + type FacetRequestParam struct + Range []*FacetRange + ValueConstraint []string + ValueLimit *int32 + XXX_unrecognized []byte + func (*FacetRequestParam) ProtoMessage() + func (m *FacetRequestParam) GetRange() []*FacetRange + func (m *FacetRequestParam) GetValueConstraint() []string + func (m *FacetRequestParam) GetValueLimit() int32 + func (m *FacetRequestParam) Reset() + func (m *FacetRequestParam) String() string + type FacetResult struct + Name *string + Value []*FacetResultValue + XXX_unrecognized []byte + func (*FacetResult) ProtoMessage() + func (m *FacetResult) GetName() string + func (m *FacetResult) GetValue() []*FacetResultValue + func (m *FacetResult) Reset() + func (m *FacetResult) String() string + type FacetResultValue struct + Count *int32 + Name *string + Refinement *FacetRefinement + XXX_unrecognized []byte + func (*FacetResultValue) ProtoMessage() + func (m *FacetResultValue) GetCount() int32 + func (m *FacetResultValue) GetName() string + func (m *FacetResultValue) GetRefinement() *FacetRefinement + func (m *FacetResultValue) Reset() + func (m *FacetResultValue) String() string + type FacetValue struct + StringValue *string + Type *FacetValue_ContentType + XXX_unrecognized []byte + func (*FacetValue) ProtoMessage() + func (m *FacetValue) GetStringValue() string + func (m *FacetValue) GetType() FacetValue_ContentType + func (m *FacetValue) Reset() + func (m *FacetValue) String() string + type FacetValue_ContentType int32 + const Default_FacetValue_Type + const FacetValue_ATOM + const FacetValue_NUMBER + func (x *FacetValue_ContentType) UnmarshalJSON(data []byte) error + func (x FacetValue_ContentType) Enum() *FacetValue_ContentType + func (x FacetValue_ContentType) String() string + type Field struct + Name *string + Value *FieldValue + XXX_unrecognized []byte + func (*Field) ProtoMessage() + func (m *Field) GetName() string + func (m *Field) GetValue() *FieldValue + func (m *Field) Reset() + func (m *Field) String() string + type FieldSpec struct + Expression []*FieldSpec_Expression + Name []string + XXX_unrecognized []byte + func (*FieldSpec) ProtoMessage() + func (m *FieldSpec) GetExpression() []*FieldSpec_Expression + func (m *FieldSpec) GetName() []string + func (m *FieldSpec) Reset() + func (m *FieldSpec) String() string + type FieldSpec_Expression struct + Expression *string + Name *string + XXX_unrecognized []byte + func (*FieldSpec_Expression) ProtoMessage() + func (m *FieldSpec_Expression) GetExpression() string + func (m *FieldSpec_Expression) GetName() string + func (m *FieldSpec_Expression) Reset() + func (m *FieldSpec_Expression) String() string + type FieldTypes struct + Name *string + Type []FieldValue_ContentType + XXX_unrecognized []byte + func (*FieldTypes) ProtoMessage() + func (m *FieldTypes) GetName() string + func (m *FieldTypes) GetType() []FieldValue_ContentType + func (m *FieldTypes) Reset() + func (m *FieldTypes) String() string + type FieldValue struct + Geo *FieldValue_Geo + Language *string + StringValue *string + Type *FieldValue_ContentType + XXX_unrecognized []byte + func (*FieldValue) ProtoMessage() + func (m *FieldValue) GetGeo() *FieldValue_Geo + func (m *FieldValue) GetLanguage() string + func (m *FieldValue) GetStringValue() string + func (m *FieldValue) GetType() FieldValue_ContentType + func (m *FieldValue) Reset() + func (m *FieldValue) String() string + type FieldValue_ContentType int32 + const Default_FieldValue_Type + const FieldValue_ATOM + const FieldValue_DATE + const FieldValue_GEO + const FieldValue_HTML + const FieldValue_NUMBER + const FieldValue_TEXT + func (x *FieldValue_ContentType) UnmarshalJSON(data []byte) error + func (x FieldValue_ContentType) Enum() *FieldValue_ContentType + func (x FieldValue_ContentType) String() string + type FieldValue_Geo struct + Lat *float64 + Lng *float64 + XXX_unrecognized []byte + func (*FieldValue_Geo) ProtoMessage() + func (m *FieldValue_Geo) GetLat() float64 + func (m *FieldValue_Geo) GetLng() float64 + func (m *FieldValue_Geo) Reset() + func (m *FieldValue_Geo) String() string + type IndexDocumentParams struct + Document []*Document + Freshness *IndexDocumentParams_Freshness + IndexSpec *IndexSpec + XXX_unrecognized []byte + func (*IndexDocumentParams) ProtoMessage() + func (m *IndexDocumentParams) GetDocument() []*Document + func (m *IndexDocumentParams) GetFreshness() IndexDocumentParams_Freshness + func (m *IndexDocumentParams) GetIndexSpec() *IndexSpec + func (m *IndexDocumentParams) Reset() + func (m *IndexDocumentParams) String() string + type IndexDocumentParams_Freshness int32 + const Default_IndexDocumentParams_Freshness + const IndexDocumentParams_SYNCHRONOUSLY + const IndexDocumentParams_WHEN_CONVENIENT + func (x *IndexDocumentParams_Freshness) UnmarshalJSON(data []byte) error + func (x IndexDocumentParams_Freshness) Enum() *IndexDocumentParams_Freshness + func (x IndexDocumentParams_Freshness) String() string + type IndexDocumentRequest struct + AppId []byte + Params *IndexDocumentParams + XXX_unrecognized []byte + func (*IndexDocumentRequest) ProtoMessage() + func (m *IndexDocumentRequest) GetAppId() []byte + func (m *IndexDocumentRequest) GetParams() *IndexDocumentParams + func (m *IndexDocumentRequest) Reset() + func (m *IndexDocumentRequest) String() string + type IndexDocumentResponse struct + DocId []string + Status []*RequestStatus + XXX_unrecognized []byte + func (*IndexDocumentResponse) ProtoMessage() + func (m *IndexDocumentResponse) GetDocId() []string + func (m *IndexDocumentResponse) GetStatus() []*RequestStatus + func (m *IndexDocumentResponse) Reset() + func (m *IndexDocumentResponse) String() string + type IndexMetadata struct + Field []*FieldTypes + IndexSpec *IndexSpec + Storage *IndexMetadata_Storage + XXX_unrecognized []byte + func (*IndexMetadata) ProtoMessage() + func (m *IndexMetadata) GetField() []*FieldTypes + func (m *IndexMetadata) GetIndexSpec() *IndexSpec + func (m *IndexMetadata) GetStorage() *IndexMetadata_Storage + func (m *IndexMetadata) Reset() + func (m *IndexMetadata) String() string + type IndexMetadata_Storage struct + AmountUsed *int64 + Limit *int64 + XXX_unrecognized []byte + func (*IndexMetadata_Storage) ProtoMessage() + func (m *IndexMetadata_Storage) GetAmountUsed() int64 + func (m *IndexMetadata_Storage) GetLimit() int64 + func (m *IndexMetadata_Storage) Reset() + func (m *IndexMetadata_Storage) String() string + type IndexShardSettings struct + LocalReplica *string + NumShards *int32 + PrevNumShards []int32 + PrevNumShardsSearchFalse []int32 + XXX_unrecognized []byte + func (*IndexShardSettings) ProtoMessage() + func (m *IndexShardSettings) GetLocalReplica() string + func (m *IndexShardSettings) GetNumShards() int32 + func (m *IndexShardSettings) GetPrevNumShards() []int32 + func (m *IndexShardSettings) GetPrevNumShardsSearchFalse() []int32 + func (m *IndexShardSettings) Reset() + func (m *IndexShardSettings) String() string + type IndexSpec struct + Consistency *IndexSpec_Consistency + Mode *IndexSpec_Mode + Name *string + Namespace *string + Source *IndexSpec_Source + Version *int32 + XXX_unrecognized []byte + func (*IndexSpec) ProtoMessage() + func (m *IndexSpec) GetConsistency() IndexSpec_Consistency + func (m *IndexSpec) GetMode() IndexSpec_Mode + func (m *IndexSpec) GetName() string + func (m *IndexSpec) GetNamespace() string + func (m *IndexSpec) GetSource() IndexSpec_Source + func (m *IndexSpec) GetVersion() int32 + func (m *IndexSpec) Reset() + func (m *IndexSpec) String() string + type IndexSpec_Consistency int32 + const Default_IndexSpec_Consistency + const IndexSpec_GLOBAL + const IndexSpec_PER_DOCUMENT + func (x *IndexSpec_Consistency) UnmarshalJSON(data []byte) error + func (x IndexSpec_Consistency) Enum() *IndexSpec_Consistency + func (x IndexSpec_Consistency) String() string + type IndexSpec_Mode int32 + const Default_IndexSpec_Mode + const IndexSpec_BACKGROUND + const IndexSpec_PRIORITY + func (x *IndexSpec_Mode) UnmarshalJSON(data []byte) error + func (x IndexSpec_Mode) Enum() *IndexSpec_Mode + func (x IndexSpec_Mode) String() string + type IndexSpec_Source int32 + const Default_DeleteSchemaParams_Source + const Default_IndexSpec_Source + const Default_ListIndexesParams_Source + const IndexSpec_CLOUD_STORAGE + const IndexSpec_DATASTORE + const IndexSpec_SEARCH + func (x *IndexSpec_Source) UnmarshalJSON(data []byte) error + func (x IndexSpec_Source) Enum() *IndexSpec_Source + func (x IndexSpec_Source) String() string + type ListDocumentsParams struct + IncludeStartDoc *bool + IndexSpec *IndexSpec + KeysOnly *bool + Limit *int32 + StartDocId *string + XXX_unrecognized []byte + func (*ListDocumentsParams) ProtoMessage() + func (m *ListDocumentsParams) GetIncludeStartDoc() bool + func (m *ListDocumentsParams) GetIndexSpec() *IndexSpec + func (m *ListDocumentsParams) GetKeysOnly() bool + func (m *ListDocumentsParams) GetLimit() int32 + func (m *ListDocumentsParams) GetStartDocId() string + func (m *ListDocumentsParams) Reset() + func (m *ListDocumentsParams) String() string + type ListDocumentsRequest struct + AppId []byte + Params *ListDocumentsParams + XXX_unrecognized []byte + func (*ListDocumentsRequest) ProtoMessage() + func (m *ListDocumentsRequest) GetAppId() []byte + func (m *ListDocumentsRequest) GetParams() *ListDocumentsParams + func (m *ListDocumentsRequest) Reset() + func (m *ListDocumentsRequest) String() string + type ListDocumentsResponse struct + Document []*Document + Status *RequestStatus + XXX_unrecognized []byte + func (*ListDocumentsResponse) ProtoMessage() + func (m *ListDocumentsResponse) GetDocument() []*Document + func (m *ListDocumentsResponse) GetStatus() *RequestStatus + func (m *ListDocumentsResponse) Reset() + func (m *ListDocumentsResponse) String() string + type ListIndexesParams struct + FetchSchema *bool + IncludeStartIndex *bool + IndexNamePrefix *string + Limit *int32 + Namespace *string + Offset *int32 + Source *IndexSpec_Source + StartIndexName *string + XXX_unrecognized []byte + func (*ListIndexesParams) ProtoMessage() + func (m *ListIndexesParams) GetFetchSchema() bool + func (m *ListIndexesParams) GetIncludeStartIndex() bool + func (m *ListIndexesParams) GetIndexNamePrefix() string + func (m *ListIndexesParams) GetLimit() int32 + func (m *ListIndexesParams) GetNamespace() string + func (m *ListIndexesParams) GetOffset() int32 + func (m *ListIndexesParams) GetSource() IndexSpec_Source + func (m *ListIndexesParams) GetStartIndexName() string + func (m *ListIndexesParams) Reset() + func (m *ListIndexesParams) String() string + type ListIndexesRequest struct + AppId []byte + Params *ListIndexesParams + XXX_unrecognized []byte + func (*ListIndexesRequest) ProtoMessage() + func (m *ListIndexesRequest) GetAppId() []byte + func (m *ListIndexesRequest) GetParams() *ListIndexesParams + func (m *ListIndexesRequest) Reset() + func (m *ListIndexesRequest) String() string + type ListIndexesResponse struct + IndexMetadata []*IndexMetadata + Status *RequestStatus + XXX_unrecognized []byte + func (*ListIndexesResponse) ProtoMessage() + func (m *ListIndexesResponse) GetIndexMetadata() []*IndexMetadata + func (m *ListIndexesResponse) GetStatus() *RequestStatus + func (m *ListIndexesResponse) Reset() + func (m *ListIndexesResponse) String() string + type RequestStatus struct + CanonicalCode *int32 + Code *SearchServiceError_ErrorCode + ErrorDetail *string + XXX_unrecognized []byte + func (*RequestStatus) ProtoMessage() + func (m *RequestStatus) GetCanonicalCode() int32 + func (m *RequestStatus) GetCode() SearchServiceError_ErrorCode + func (m *RequestStatus) GetErrorDetail() string + func (m *RequestStatus) Reset() + func (m *RequestStatus) String() string + type Scope struct + Type *Scope_Type + Value *string + XXX_unrecognized []byte + func (*Scope) ProtoMessage() + func (m *Scope) GetType() Scope_Type + func (m *Scope) GetValue() string + func (m *Scope) Reset() + func (m *Scope) String() string + type Scope_Type int32 + const Scope_ALL_AUTHENTICATED_USERS + const Scope_ALL_USERS + const Scope_GROUP_BY_CANONICAL_ID + const Scope_GROUP_BY_DOMAIN + const Scope_GROUP_BY_EMAIL + const Scope_USER_BY_CANONICAL_ID + const Scope_USER_BY_EMAIL + func (x *Scope_Type) UnmarshalJSON(data []byte) error + func (x Scope_Type) Enum() *Scope_Type + func (x Scope_Type) String() string + type ScorerSpec struct + Limit *int32 + MatchScorerParameters *string + Scorer *ScorerSpec_Scorer + XXX_unrecognized []byte + func (*ScorerSpec) ProtoMessage() + func (m *ScorerSpec) GetLimit() int32 + func (m *ScorerSpec) GetMatchScorerParameters() string + func (m *ScorerSpec) GetScorer() ScorerSpec_Scorer + func (m *ScorerSpec) Reset() + func (m *ScorerSpec) String() string + type ScorerSpec_Scorer int32 + const Default_ScorerSpec_Scorer + const ScorerSpec_MATCH_SCORER + const ScorerSpec_RESCORING_MATCH_SCORER + func (x *ScorerSpec_Scorer) UnmarshalJSON(data []byte) error + func (x ScorerSpec_Scorer) Enum() *ScorerSpec_Scorer + func (x ScorerSpec_Scorer) String() string + type SearchParams struct + AutoDiscoverFacetCount *int32 + Cursor *string + CursorType *SearchParams_CursorType + FacetAutoDetectParam *FacetAutoDetectParam + FacetDepth *int32 + FacetRefinement []*FacetRefinement + FieldSpec *FieldSpec + IncludeFacet []*FacetRequest + IndexSpec *IndexSpec + KeysOnly *bool + Limit *int32 + MatchedCountAccuracy *int32 + Offset *int32 + ParsingMode *SearchParams_ParsingMode + Query *string + ScorerSpec *ScorerSpec + SortSpec []*SortSpec + XXX_unrecognized []byte + func (*SearchParams) ProtoMessage() + func (m *SearchParams) GetAutoDiscoverFacetCount() int32 + func (m *SearchParams) GetCursor() string + func (m *SearchParams) GetCursorType() SearchParams_CursorType + func (m *SearchParams) GetFacetAutoDetectParam() *FacetAutoDetectParam + func (m *SearchParams) GetFacetDepth() int32 + func (m *SearchParams) GetFacetRefinement() []*FacetRefinement + func (m *SearchParams) GetFieldSpec() *FieldSpec + func (m *SearchParams) GetIncludeFacet() []*FacetRequest + func (m *SearchParams) GetIndexSpec() *IndexSpec + func (m *SearchParams) GetKeysOnly() bool + func (m *SearchParams) GetLimit() int32 + func (m *SearchParams) GetMatchedCountAccuracy() int32 + func (m *SearchParams) GetOffset() int32 + func (m *SearchParams) GetParsingMode() SearchParams_ParsingMode + func (m *SearchParams) GetQuery() string + func (m *SearchParams) GetScorerSpec() *ScorerSpec + func (m *SearchParams) GetSortSpec() []*SortSpec + func (m *SearchParams) Reset() + func (m *SearchParams) String() string + type SearchParams_CursorType int32 + const Default_SearchParams_CursorType + const SearchParams_NONE + const SearchParams_PER_RESULT + const SearchParams_SINGLE + func (x *SearchParams_CursorType) UnmarshalJSON(data []byte) error + func (x SearchParams_CursorType) Enum() *SearchParams_CursorType + func (x SearchParams_CursorType) String() string + type SearchParams_ParsingMode int32 + const Default_SearchParams_ParsingMode + const SearchParams_RELAXED + const SearchParams_STRICT + func (x *SearchParams_ParsingMode) UnmarshalJSON(data []byte) error + func (x SearchParams_ParsingMode) Enum() *SearchParams_ParsingMode + func (x SearchParams_ParsingMode) String() string + type SearchRequest struct + AppId []byte + Params *SearchParams + XXX_unrecognized []byte + func (*SearchRequest) ProtoMessage() + func (m *SearchRequest) GetAppId() []byte + func (m *SearchRequest) GetParams() *SearchParams + func (m *SearchRequest) Reset() + func (m *SearchRequest) String() string + type SearchResponse struct + Cursor *string + FacetResult []*FacetResult + MatchedCount *int64 + Result []*SearchResult + Status *RequestStatus + XXX_extensions map[int32]proto.Extension + XXX_unrecognized []byte + func (*SearchResponse) ExtensionRangeArray() []proto.ExtensionRange + func (*SearchResponse) ProtoMessage() + func (m *SearchResponse) ExtensionMap() map[int32]proto.Extension + func (m *SearchResponse) GetCursor() string + func (m *SearchResponse) GetFacetResult() []*FacetResult + func (m *SearchResponse) GetMatchedCount() int64 + func (m *SearchResponse) GetResult() []*SearchResult + func (m *SearchResponse) GetStatus() *RequestStatus + func (m *SearchResponse) Reset() + func (m *SearchResponse) String() string + type SearchResult struct + Cursor *string + Document *Document + Expression []*Field + Score []float64 + XXX_unrecognized []byte + func (*SearchResult) ProtoMessage() + func (m *SearchResult) GetCursor() string + func (m *SearchResult) GetDocument() *Document + func (m *SearchResult) GetExpression() []*Field + func (m *SearchResult) GetScore() []float64 + func (m *SearchResult) Reset() + func (m *SearchResult) String() string + type SearchServiceError struct + XXX_unrecognized []byte + func (*SearchServiceError) ProtoMessage() + func (m *SearchServiceError) Reset() + func (m *SearchServiceError) String() string + type SearchServiceError_ErrorCode int32 + const SearchServiceError_CONCURRENT_TRANSACTION + const SearchServiceError_INTERNAL_ERROR + const SearchServiceError_INVALID_REQUEST + const SearchServiceError_OK + const SearchServiceError_PERMISSION_DENIED + const SearchServiceError_TIMEOUT + const SearchServiceError_TRANSIENT_ERROR + func (x *SearchServiceError_ErrorCode) UnmarshalJSON(data []byte) error + func (x SearchServiceError_ErrorCode) Enum() *SearchServiceError_ErrorCode + func (x SearchServiceError_ErrorCode) String() string + type SortSpec struct + DefaultValueNumeric *float64 + DefaultValueText *string + SortDescending *bool + SortExpression *string + XXX_unrecognized []byte + func (*SortSpec) ProtoMessage() + func (m *SortSpec) GetDefaultValueNumeric() float64 + func (m *SortSpec) GetDefaultValueText() string + func (m *SortSpec) GetSortDescending() bool + func (m *SortSpec) GetSortExpression() string + func (m *SortSpec) Reset() + func (m *SortSpec) String() string