About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
indexing:solrmarc:custom_java_best_practices

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
indexing:solrmarc:custom_java_best_practices [2017/01/23 21:29] demiankatzindexing:solrmarc:custom_java_best_practices [2020/09/22 14:13] demiankatz
Line 8: Line 8:
   * Use distinctive method names; if you have the same method name in multiple classes, you will have to disambiguate the class name in your marc.properties file. Using distinctive names makes the shorthand syntax more reliable.   * Use distinctive method names; if you have the same method name in multiple classes, you will have to disambiguate the class name in your marc.properties file. Using distinctive names makes the shorthand syntax more reliable.
   * If your custom code needs to access public methods from the core SolrIndexer class, use SolrIndexer.instance() to reach them.   * If your custom code needs to access public methods from the core SolrIndexer class, use SolrIndexer.instance() to reach them.
-  * If your custom code needs to cache or persist values, create a thread-safe singleton to encapsulate those values. You can see an example of this pattern in the [[https://github.com/vufind-org/vufind/blob/master/import/index_java/src/org/vufind/index/ConfigManager.java|ConfigManager]] used by, among other things, the [[https://github.com/vufind-org/vufind/blob/master/import/index_java/src/org/vufind/index/FullTextTools.java|FullTextTools]].+  * If your custom code needs to cache or persist values, create a thread-safe singleton to encapsulate those values. You can see an example of this pattern in the [[https://github.com/vufind-org/vufind/blob/dev/import/index_java/src/org/vufind/index/ConfigManager.java|ConfigManager]] used by, among other things, the [[https://github.com/vufind-org/vufind/blob/dev/import/index_java/src/org/vufind/index/FullTextTools.java|FullTextTools]].
 ---- struct data ---- ---- struct data ----
 ---- ----
  
indexing/solrmarc/custom_java_best_practices.txt · Last modified: 2023/11/28 19:56 by demiankatz