Uses of Class
org.apache.lucene.queryparser.flexible.messages.NLS
Packages that use NLS
Package
Description
Messages usually used by query parser implementations.
For Native Language Support (NLS), system of software internationalization.
-
Uses of NLS in org.apache.lucene.queryparser.flexible.core.messages
Subclasses of NLS in org.apache.lucene.queryparser.flexible.core.messagesModifier and TypeClassDescriptionclass
Flexible Query Parser message bundle class -
Uses of NLS in org.apache.lucene.queryparser.flexible.messages
Method parameters in org.apache.lucene.queryparser.flexible.messages with type arguments of type NLSModifier and TypeMethodDescriptionprotected static void
NLS.initializeMessages
(String bundleName, Class<? extends NLS> clazz) Initialize a given class with the message bundle Keys Should be called from a class that extends NLS in a static block at class load time.