Interface MatchAllDocsQuery

All Superinterfaces:
Query
All Known Implementing Classes:
DefaultMatchAllDocsQuery

@Internal public interface MatchAllDocsQuery extends Query
A query matching all documents
  • Method Summary

    Modifier and Type
    Method
    Description
    default <T> T
    accept(QueryVisitor<T> visitor)
     
  • Method Details