Uses of Class
org.codelibs.fess.query.QueryCommand
Packages that use QueryCommand
-
Uses of QueryCommand in org.codelibs.fess.query
Subclasses of QueryCommand in org.codelibs.fess.queryModifier and TypeClassDescriptionclassQuery command implementation for handling Boolean queries.classQuery command implementation for handling Boost queries.classQuery command implementation for handling fuzzy search queries.classQuery command for match all documents query.classQuery command for phrase queries.classQuery command for prefix queries.classCommand class for handling term query execution and conversion.classCommand class for handling term range query execution and conversion.classQuery command for handling wildcard queries.Fields in org.codelibs.fess.query with type parameters of type QueryCommandModifier and TypeFieldDescriptionprotected Map<String, QueryCommand> QueryProcessor.queryCommandMapMap of query commands indexed by query class simple names.Methods in org.codelibs.fess.query with parameters of type QueryCommandModifier and TypeMethodDescriptionvoidQueryProcessor.add(String name, QueryCommand queryCommand) Adds a query command to the processor.