com.algolia.model.search.SearchRulesParams Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of algoliasearch Show documentation
Show all versions of algoliasearch Show documentation
Java client for Algolia Search API
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost
// - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
package com.algolia.model.search;
import com.fasterxml.jackson.annotation.*;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
/** Rules search parameters. */
public class SearchRulesParams {
@JsonProperty("query")
private String query;
@JsonProperty("anchoring")
private Anchoring anchoring;
@JsonProperty("context")
private String context;
@JsonProperty("page")
private Integer page;
@JsonProperty("hitsPerPage")
private Integer hitsPerPage;
@JsonProperty("enabled")
private Boolean enabled;
@JsonProperty("requestOptions")
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy