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
|`engineName`| String | required | Found in your [App Search Dashboard](http://app.swiftype.com/as).|
69
-
|`endpointBase`| String |optional| Use this instead of "hostIdentifier" if you are using self managed. ex: "http://127.0.0.1:3002"|
70
-
|`hostIdentifier`| String | required | Found in your [App Search Dashboard](http://app.swiftype.com/as).|
71
-
|`searchKey`| String | required | Found in your [App Search Dashboard](http://app.swiftype.com/as).|
72
-
|`searchFields`| Array[String]| required | A list of fields that will be searched with your search term. |
73
-
|`resultFields`| Array[String]| required | A list of fields that will be displayed within your results. |
74
-
|`querySuggestFields`| Array[String]| optional | A list of fields that will be searched and displayed as query suggestions. |
75
-
|`titleField`| String | optional | The field to display as the title in results. |
76
-
|`urlField`| String | optional | A field with a url to use as a link in results. |
77
-
|`sortFields`| Array[String]| optional | A list of fields that will be used for sort options. |
78
-
|`facets`| Array[String]| optional | A list of fields that will be available as "facet" filters. Read more about facets within the [App Search documentation](https://swiftype.com/documentation/app-search/guides/facets). |
66
+
| option | value type | required/optional | source |
|`engineName`| String | required | Found in your App Search Dashboard. |
69
+
|`endpointBase`| String |required*| (*) Elastic Enterprise Search deployment URL, example: "http://127.0.0.1:3002". Not required if using App Search on swiftype.com.|
70
+
|`hostIdentifier`| String | required*| (*) Only required if using App Search on swiftype.com. |
71
+
|`searchKey`| String | required | Found in your App Search Dashboard. |
72
+
|`searchFields`| Array[String]| required | A list of fields that will be searched with your search term. |
73
+
|`resultFields`| Array[String]| required | A list of fields that will be displayed within your results. |
74
+
|`querySuggestFields`| Array[String]| optional | A list of fields that will be searched and displayed as query suggestions. |
75
+
|`titleField`| String | optional | The field to display as the title in results. |
76
+
|`urlField`| String | optional | A field with a url to use as a link in results. |
77
+
|`sortFields`| Array[String]| optional | A list of fields that will be used for sort options. |
78
+
|`facets`| Array[String]| optional | A list of fields that will be available as "facet" filters. Read more about facets within the [App Search documentation](https://www.elastic.co/guide/en/app-search/current/facets-guide.html). |
79
79
80
80
### External configuration
81
81
@@ -122,7 +122,7 @@ If something is not working as expected, please open an [issue](https://github.c
122
122
123
123
### Where can I learn more about App Search?
124
124
125
-
Your best bet is to read the [documentation](https://swiftype.com/documentation/app-search).
125
+
Your best bet is to read the [documentation](https://www.elastic.co/guide/en/app-search/current).
0 commit comments