All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.algolia.search.models.indexing.QueryMatch Maven / Gradle / Ivy

There is a newer version: 3.16.9
Show newest version
package com.algolia.search.models.indexing;

import java.util.List;

public class QueryMatch {
  public List getAlternatives() {
    return alternatives;
  }

  public QueryMatch setAlternatives(List alternatives) {
    this.alternatives = alternatives;
    return this;
  }

  private List alternatives;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy