Interface IndexFilter

All Known Implementing Classes:
PartialIndexFilter

public interface IndexFilter
Use IndexFilter to create the partial filter expression used when creating Partial Indexes.
Since:
1.10
Author:
Christoph Strobl
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bson.Document
    Get the raw (unmapped) filter expression.
  • Method Details

    • getFilterObject

      org.bson.Document getFilterObject()
      Get the raw (unmapped) filter expression.
      Returns:
      never null.