You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This article explains how to maximize your offer's discoverability through the search functionality in the [Azure Marketplace](https://azuremarketplace.microsoft.com) and [AppSource](https://appsource.microsoft.com).
23
23
24
-
### General explanation of algorithm
25
24
26
-
The marketplace utilizes Azure Search for powering the site's search
27
-
capabilities. The algorithm is based on term frequency–inverse document frequency ([TF-IDF](https://en.wikipedia.org/wiki/Tf–idf)). The standard [Lucene Analyzer](https://lucene.apache.org/core/) is used.
25
+
## General explanation of algorithm
26
+
27
+
Microsoft marketplaces utilize Azure Search for powering the site's search capabilities. The algorithm is based on term frequency–inverse document frequency ([TF-IDF](https://en.wikipedia.org/wiki/Tf–idf)). The standard [Lucene Analyzer](https://lucene.apache.org/core/) is used.
28
28
29
29
In general, all text fields, categories, and industries and included
30
30
into the weightage of the relevance. Specialized terms that are used
@@ -44,7 +44,7 @@ Below are the most relevant fields to consider.
44
44
||||
45
45
46
46
47
-
###Other Tips
47
+
## Other Tips
48
48
49
49
- Search suggests gets heavy user activity. It prioritizes matches
50
50
against app name/publisher. Short description becomes the key field
0 commit comments