Package org.hibernate.search.mapper.pojo.search.definition.binding.builtin


package org.hibernate.search.mapper.pojo.search.definition.binding.builtin
  • Classes
    Class
    Description
    Binds a constructor parameter to a composite projection, which will combine multiple inner projections.
    Binds a constructor parameter to a projection to the distance from the center to a field in the indexed document.
    Binds a constructor parameter to a projection to a DocumentReference representing the hit.
    Binds a constructor parameter to a projection to the entity that was originally indexed, which for the Hibernate ORM mapper is a managed entity loaded from the database.
    Binds a constructor parameter to a projection to a reference to the entity that was originally indexed.
    Binds a constructor parameter to a projection to the value of a field in the indexed document.
    Binds a constructor parameter to a projection to highlights, i.e. sequences of text that matched the query, extracted from the given field's value.
    Binds a constructor parameter to a projection to the identifier of the mapped entity, i.e. the value of the property marked as @DocumentId.
    Binds a constructor parameter to an object projection bound to a specific object field in the indexed document.
    Binds a constructor parameter to a projection to the score of a hit.