org.exist.storage
Interface TermMatcher

All Known Implementing Classes:
FuzzyMatcher

public interface TermMatcher

Implementations of this interface can be passed to method org.exist.storage.TextSearchEngine#getNodes(DocumentSet, NodeSet, TermMatcher, CharSequence) to check if an index entry matches a given search term.

Author:
Wolfgang Meier (wolfgang@exist-db.org)

Method Summary
 boolean matches(java.lang.CharSequence term)
           
 

Method Detail

matches

public boolean matches(java.lang.CharSequence term)


<oXygen/> XML Editor provides support for editing and debugging XQuery expressions against the eXist XML Database.