In addition to the key to extension mapping this class also defines the field name overloading scheme. {@link ExtendableQueryParser} uses the givenextension to split the actual field name and extension key by calling {@link #splitExtensionField(String,String)}. To change the order or the key / field name encoding scheme users can subclass {@link Extensions} toimplement their own. @see ExtendableQueryParser @see ParserExtension
|
|