Skip to content

Commit fd39e0d

Browse files
algolia-botFluf22dependabot[bot]renovate[bot]
committed
chore(deps): dependencies 2026-05-18 (generated)
algolia/api-clients-automation#6429 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Thomas Raffray <Fluf22@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 82ac9be commit fd39e0d

6 files changed

Lines changed: 51 additions & 13 deletions

File tree

.java-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21.0.11+10
1+
21.0.11

algoliasearch/src/main/java/com/algolia/model/abtesting/ABTest.java

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,11 @@ public ABTest setClickSignificance(Double clickSignificance) {
7272
return this;
7373
}
7474

75-
/** Get clickSignificance */
75+
/**
76+
* A/B test significance calculated from click events. Values of 0.95 or higher can be considered
77+
* significant, that is, the difference between A and B variants is _not_ due to random
78+
* variations. Lower values have a.
79+
*/
7680
@javax.annotation.Nullable
7781
public Double getClickSignificance() {
7882
return clickSignificance;
@@ -83,7 +87,11 @@ public ABTest setConversionSignificance(Double conversionSignificance) {
8387
return this;
8488
}
8589

86-
/** Get conversionSignificance */
90+
/**
91+
* A/B test significance calculated from conversion events. Values of 0.95 or higher can be
92+
* considered significant, that is, the difference between A and B variants is _not_ due to random
93+
* variations.
94+
*/
8795
@javax.annotation.Nullable
8896
public Double getConversionSignificance() {
8997
return conversionSignificance;
@@ -94,7 +102,11 @@ public ABTest setAddToCartSignificance(Double addToCartSignificance) {
94102
return this;
95103
}
96104

97-
/** Get addToCartSignificance */
105+
/**
106+
* A/B test significance calculated from add-to-cart events. Values of 0.95 or higher can be
107+
* considered significant, that is, the difference between A and B variants is _not_ due to random
108+
* variations.
109+
*/
98110
@javax.annotation.Nullable
99111
public Double getAddToCartSignificance() {
100112
return addToCartSignificance;
@@ -105,7 +117,11 @@ public ABTest setPurchaseSignificance(Double purchaseSignificance) {
105117
return this;
106118
}
107119

108-
/** Get purchaseSignificance */
120+
/**
121+
* A/B test significance calculated from purchase events. Values of 0.95 or higher can be
122+
* considered significant, that is, the difference between A and B variants is _not_ due to random
123+
* variations.
124+
*/
109125
@javax.annotation.Nullable
110126
public Double getPurchaseSignificance() {
111127
return purchaseSignificance;
@@ -124,7 +140,11 @@ public ABTest putRevenueSignificance(String key, Double revenueSignificanceItem)
124140
return this;
125141
}
126142

127-
/** Get revenueSignificance */
143+
/**
144+
* A/B test significance calculated from revenue data. Values of 0.95 or higher can be considered
145+
* significant, that is, the difference between A and B variants is _not_ due to random
146+
* variations.
147+
*/
128148
@javax.annotation.Nullable
129149
public Map<String, Double> getRevenueSignificance() {
130150
return revenueSignificance;

algoliasearch/src/main/java/com/algolia/model/querysuggestions/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public Configuration addExclude(String excludeItem) {
6767
return this;
6868
}
6969

70-
/** Get exclude */
70+
/** Words or regular expressions to exclude from the suggestions. */
7171
@javax.annotation.Nullable
7272
public List<String> getExclude() {
7373
return exclude;

algoliasearch/src/main/java/com/algolia/model/querysuggestions/ConfigurationResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public ConfigurationResponse addExclude(String excludeItem) {
9292
return this;
9393
}
9494

95-
/** Get exclude */
95+
/** Words or regular expressions to exclude from the suggestions. */
9696
@javax.annotation.Nullable
9797
public List<String> getExclude() {
9898
return exclude;

algoliasearch/src/main/java/com/algolia/model/querysuggestions/ConfigurationWithIndex.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public ConfigurationWithIndex addExclude(String excludeItem) {
7070
return this;
7171
}
7272

73-
/** Get exclude */
73+
/** Words or regular expressions to exclude from the suggestions. */
7474
@javax.annotation.Nullable
7575
public List<String> getExclude() {
7676
return exclude;

algoliasearch/src/main/java/com/algolia/model/querysuggestions/SourceIndex.java

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,10 @@ public SourceIndex addAnalyticsTags(String analyticsTagsItem) {
7474
return this;
7575
}
7676

77-
/** Get analyticsTags */
77+
/**
78+
* Analytics tags for filtering the popular searches. For more information, see [Segment your
79+
* analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments).
80+
*/
7881
@javax.annotation.Nullable
7982
public List<String> getAnalyticsTags() {
8083
return analyticsTags;
@@ -93,7 +96,10 @@ public SourceIndex addFacets(Facet facetsItem) {
9396
return this;
9497
}
9598

96-
/** Get facets */
99+
/**
100+
* Facets to use as top categories with your suggestions. If provided, Query Suggestions adds the
101+
* top facet values to each suggestion.
102+
*/
97103
@javax.annotation.Nullable
98104
public List<Facet> getFacets() {
99105
return facets;
@@ -140,7 +146,12 @@ public SourceIndex addGenerate(List<String> generateItem) {
140146
return this;
141147
}
142148

143-
/** Get generate */
149+
/**
150+
* Facets used for generating query suggestions from facet values. For example, if you set
151+
* `generate: [\"color\", \"brand\"]`, combinations from the facet values are added as query
152+
* suggestions, such as \"blue adidas\", \"red adidas\", \"blue nike\", \"red nike\", etc. You can
153+
* include nested lists.
154+
*/
144155
@javax.annotation.Nullable
145156
public List<List<String>> getGenerate() {
146157
return generate;
@@ -159,7 +170,14 @@ public SourceIndex addExternal(String externalItem) {
159170
return this;
160171
}
161172

162-
/** Get external */
173+
/**
174+
* Algolia indices with popular searches to use as query suggestions. Records of these indices
175+
* must have these attributes: - `query`: search query which will be added as a suggestion -
176+
* `count`: measure of popularity of that search query For example, you can export popular
177+
* searches from an external analytics provider, such as Google Analytics or Adobe Analytics, and
178+
* feed this data into an Algolia index. You can use this index to generate query suggestions
179+
* until your Algolia Analytics has collected enough data.
180+
*/
163181
@javax.annotation.Nullable
164182
public List<String> getExternal() {
165183
return external;

0 commit comments

Comments
 (0)