Interface Termination<T>

All Known Subinterfaces:
AllContext, BooleanJunction<T>, MustJunction, PhraseTermination, RangeTerminationExcludable, SimpleQueryStringTermination, SpatialTermination, TermFuzzy, TermTermination

@Deprecated public interface Termination<T>
Deprecated.
See the deprecation note on QueryBuilder.
Author:
Emmanuel Bernard
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Return the lucene query representing the operation
  • Method Details

    • createQuery

      Query createQuery()
      Deprecated.
      Return the lucene query representing the operation
      Returns:
      the lucene query representing the operation