Questions tagged [google-cloud-search]

8 questions
2
votes
0 answers

Indexing custom properties with Google Cloud Search API

We are having issues indexing metadata with items added to Google Cloud Search with 3rd-party datasources, using the REST API. We are following this guide: https://developers.google.com/cloud-search/docs/guides/schema-guide. What we tried: uploaded…
Max
  • 23
  • 6
2
votes
3 answers

Google Cloud Search Database Connector Issues

I am working with Google Cloud search (https://developers.google.com/cloud-search/docs/guides/?_ga=2.124920714.-122300216.1578247736) and I am attempting to index a Cloud SQL instance. Presently I am using the guide as shown here…
1
vote
1 answer

GCS Dataflow throws an error - FileNotFoundException(No such file or directory found)

I have created a dataflow job in GCS which reads .tsv files from GCS Bucket and inserts into BigQuery Tables. Before forming a table row, I have to read a lookup file which has the column names. This lookup file is inside .tar.gz directory along…
0
votes
0 answers

What workspace plan is needed for using Google Cloud Search API?

I am using "Google Workspace" with "Business Standard" plan. I followed this guild to build a search interface https://developers.google.com/cloud-search/docs/guides/query-guide I stuck at Configure a search application because I couldn't find the…
0
votes
0 answers

https://cloudsearch.googleapis.com/v1:initializeCustomer throws 400 error

Receive the below error when trying to enable 3rd party support for google cloud search. HTTP/1.1 400 Bad Request Content-length: 163 X-xss-protection: 0 X-content-type-options: nosniff Transfer-encoding: chunked Vary: Origin, X-Origin,…
0
votes
0 answers

https://cloudsearch.googleapis.com/v1:initializeCustomer throws 500 error

I am new to Google Cloud Search. My application will run outside the Google ecosystem and index data to Google Cloud search. I am working through the documentation to enable third-party support…
Harinder
  • 333
  • 2
  • 3
  • 23
0
votes
0 answers

Wildcard search not returning results for search terms containing single-quote ( ' ) character

We're using Google Cloud-Search and searching a particular datasource for "O'Conn*" doesn't returned any results. ... "valueFilter": { "operatorName": "lastname", "value": { "stringValue": "O'CONN*" } ... The field is set as…
Francis
  • 341
  • 2
  • 6
0
votes
1 answer

Google Cloud Search Query via Node.js Error: This project doesn't have Cloud Search's Query API Enabled

I am working on Google Cloud Search API to search documents stored in Google Drive. I have Google Workspace account and few documents stored in Google Drive. I am able to search using Google Cloud search console but facing issue using below node.js…