Product Discovery Collection

Product Discovery collection is used to index data from a product dataset, where each product record is considered as a document.

Creating Product Discovery Collection

Follow these steps to create a new Product Discovery Collection:

  1. Log in to the Admin Console
  2. Navigate to the Collections tab
  3. Click on "Create a New Collection" or the "+" icon
  4. Select "Product Discovery Collection" as the Collection Type
  5. Enter a unique name for your collection (e.g., "ecommerce")
  6. Configure Collection Access settings (Private/Public)
  7. Set Collection Encryption according to your security requirements
  8. Select the content language (if other than English)
  9. Click "Save" to create your collection
  • Once the Product Discovery collection is created you will be taken to the Data Setting tab.

Data Settings

  • A product data file and a unique field inside that file is required for a Product Discovery Collection Data Settings.

  • Upload a product data file by clicking on Upload button. File can be of type CSV or JSON.

  • After uploading the CSV file, file path and other details will be shown as in the following image.

  • If you upload JSON file , after uploading Folder Path and Unique field will be shown as in the following image.

  • Click on Save to save the settings.

  • Once we click on the save button, we can index the uploaded CSV or JSON file.

  • The following table has the list of settings available in Product Discovery collection.

FieldDescription
Folder PathThe folder path where the CSV/JSON file(s) is available inside the SearchBlox folder, which can be done by uploading the file.
Unique FieldThis unique field should have the name of the CSV column or in a JSON attribute that has unique values in each row.
This value is very important for indexing and searching values from the CSV/JSON file indexed.
Field SeparatorCSV files are separated by a comma so “,” is given (default value).
Escape CharacterThe escape character is “;” (default value).
Quote CharacterQuote, value is a single quote “’” (default value).
Use first record as headerIf the first record in the CSV file has to be taken as the header then check this box.

Settings

Index related settings for Product discovery collection is shown in this tab.

FieldDescription
Relevance - Remove DuplicateAvoids the indexing of duplicate documents, i.e., documents which have the same exact content. The default is NO
Relevance - StemmingStemming considers the inflected words of the root form within the search page. For example, "running", "runs", and "ran" are all inflected forms of run. The default is YES.
Relevance - Spelling SuggestionsProvide spelling suggestions for the collection. The default is YES.
Keyword-in-Context DisplayThe keyword-in-context returns search results with the description displayed from content areas where the search term occurs.
Enable Detailed Log SettingsWhen debug mode is enabled, indexing activity gets logged in detail within the index.log. Log details include: Indexing status of each URL along with timestamp, URL indexing status along with timestamp, status code and time taken for indexing. By default this is set to NO
Enable Content APIProvides the ability to crawl the document content with special characters included.

Synonyms

Synonyms find relevant documents related to a search term, even if the search term is not present. For example, while searching for documents that use the term “global,” results with synonyms “world” and “international” would be listed in the search results.
We have an option to load Synonyms from the existing collections.

Schedule and Index

Sets the frequency and the start date/time for indexing a collection for the given folder path. Schedule Frequency supported in SearchBlox is as follows:

  • Once
  • Hourly
  • Daily
  • Every 48 Hours
  • Every 96 Hours
  • Weekly
  • Monthly

The following operations can be performed in Product Discovery collection.

Enable Scheduler for IndexingOnce enabled, you can set the Start Date and Frequency
SaveFor each collection, indexing can be scheduled based on the above options.
View all SchedulesRedirects to the Schedules section, where all the Collection Schedules are listed.

Viewing Search Results for Product Discovery Collections