org.exist.storage
Interface TermMatcher

All Known Implementing Classes:
FuzzyMatcher

public interface TermMatcher

Implementations of this interface can be passed to method TextSearchEngine.getNodes(XQueryContext context, DocumentSet docs, NodeSet contextSet, int axis, QName qname, TermMatcher matcher, CharSequence startTerm) to check if an index entry matches a given search term.

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

Method Summary
 boolean matches(CharSequence term)
           
 

Method Detail

matches

boolean matches(CharSequence term)


Copyright (C) Wolfgang Meier. All rights reserved.