Package org.hibernate.search.engine.search.common


package org.hibernate.search.engine.search.common
  • Class
    Description
     
     
    The rewrite parameter determines: How Lucene calculates the relevance scores for each matching document Whether Lucene changes the original query to a bool query or bit set If changed to a bool query, which term query clauses are included
    Defines how to pick the value to sort on for multi-valued fields.
    Deprecated.
    Use ValueModel instead.
    Defines the expectations on how the values passed to the Search DSL and returned back are represented.