Class QueryOptimizer.PrefixInfo

java.lang.Object
org.nuxeo.ecm.core.storage.QueryOptimizer.PrefixInfo
Enclosing class:
QueryOptimizer

public static class QueryOptimizer.PrefixInfo extends Object
Info about a prefix: the prefix, and how many times it was encountered.
Since:
9.3
  • Field Details

  • Constructor Details

    • PrefixInfo

      public PrefixInfo(String prefix, int count)