Interface SearchResult<A extends AmetysObject>

Type Parameters:
A - the actual type of wrapped AmetysObject.

public interface SearchResult<A extends AmetysObject>
Interface representing a result from a search.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the result object.
    float
    Get the result score.
  • Method Details

    • getObject

      Get the result object.
      Returns:
      The result object.
    • getScore

      float getScore()
      Get the result score.
      Returns:
      The result score.