org.exist.xquery
Interface IndexUseReporter

All Known Implementing Classes:
FunMatches, FunReplace, FunTokenize, GeneralComparison, ValueComparison

public interface IndexUseReporter

Expressions that use an index to speed-up their evaluation may implement this interface. Tt will help index-related pragmas like (# exist:force-index-use #) { foo } Probably to be merged with org.exist.xquery.Optimizable in the future.

Author:
brihaye

Method Summary
 boolean hasUsedIndex()
           
 

Method Detail

hasUsedIndex

boolean hasUsedIndex()


Copyright (C) Wolfgang Meier. All rights reserved.