Runtime.getRuntime().addShutdownHook(new Thread() { public void run() { System.out.println("Executing the code while closing down."); } });A detailed explanation of the above method is provided in the Javadocs for the Runtime class.
SOLR: Non English (Latin) Characters in Field Name
-
The SOLR documentation mentions following requirement for defining name of
a field.
*name*
*The name of the field. Field names should consist of alphanumer...
4 years ago
No comments:
Post a Comment