com.raritantechnologies.concept.classifier
Interface IMatcherParser

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
VQLMatcherParser

public interface IMatcherParser
extends IConfigurable

Interface for objects that can create an IDocumentMatcher from a complex query String.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Method Summary
 IDocumentMatcher parse(java.lang.String queryString)
          Convert a query string to an IDocumentMatcher instance.
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

parse

public IDocumentMatcher parse(java.lang.String queryString)
Convert a query string to an IDocumentMatcher instance.