Uses of Interface
org.apache.lucene.queryparser.flexible.messages.Message
Packages that use Message
Package
Description
Core classes of the flexible query parser framework.
For Native Language Support (NLS), system of software internationalization.
Lucene Query Parser
-
Uses of Message in org.apache.lucene.queryparser.flexible.core
Fields in org.apache.lucene.queryparser.flexible.core declared as MessageMethods in org.apache.lucene.queryparser.flexible.core that return MessageModifier and TypeMethodDescriptionQueryNodeError.getMessageObject()
QueryNodeException.getMessageObject()
Methods in org.apache.lucene.queryparser.flexible.core with parameters of type MessageModifier and TypeMethodDescriptionvoid
QueryNodeParseException.setNonLocalizedMessage
(Message message) Constructors in org.apache.lucene.queryparser.flexible.core with parameters of type MessageModifierConstructorDescriptionQueryNodeError
(Message message) QueryNodeError
(Message message, Throwable throwable) QueryNodeException
(Message message) QueryNodeException
(Message message, Throwable throwable) QueryNodeParseException
(Message message) QueryNodeParseException
(Message message, Throwable throwable) -
Uses of Message in org.apache.lucene.queryparser.flexible.messages
Classes in org.apache.lucene.queryparser.flexible.messages that implement MessageMethods in org.apache.lucene.queryparser.flexible.messages that return Message -
Uses of Message in org.apache.lucene.queryparser.flexible.standard.parser
Constructors in org.apache.lucene.queryparser.flexible.standard.parser with parameters of type Message