Interface DefaultPhraseSlopAttribute

  • All Superinterfaces:
    org.apache.lucene.util.Attribute
    All Known Implementing Classes:
    DefaultPhraseSlopAttributeImpl

    @Deprecated
    public interface DefaultPhraseSlopAttribute
    extends org.apache.lucene.util.Attribute
    Deprecated.
    This attribute is used by PhraseSlopQueryNodeProcessor processor and must be defined in the QueryConfigHandler. This attribute tells the processor what is the default phrase slop when no slop is defined in a phrase.
    • Method Detail

      • setDefaultPhraseSlop

        void setDefaultPhraseSlop​(int defaultPhraseSlop)
        Deprecated.
      • getDefaultPhraseSlop

        int getDefaultPhraseSlop()
        Deprecated.