CFIDE.adminapi.collections
Component collections (collections)


Manages collections migration from verity to solr.


hierarchy: WEB-INF.cftags.component
      CFIDE.adminapi.base
            CFIDE.adminapi.collections
path: /opt/coldfusion/cfusion/wwwroot/CFIDE/adminapi/collections.cfc
serializable: Yes
properties:
final: false
abstract: false
methods: disableTermHighlighting, enableTermHighlighting, getSolrserver, isTermHighlightingEnabled, reloadCollection
inherited methods: dump, getEdition, getInstallType, isAdminUser, logaudit
* - private method

disableTermHighlighting
public disableTermHighlighting ( required solrCollectionName )

Enable term highlighting for entire document for a Solr collection.

Output: suppressed
Parameters:
   solrCollectionName: any, required, solrCollectionName - Name of Solr Collection to disable term highlighting for entire document.

enableTermHighlighting
public enableTermHighlighting ( required solrCollectionName )

Enable term highlighting for entire document for a Solr collection.

Output: suppressed
Parameters:
   solrCollectionName: any, required, solrCollectionName - Name of Solr Collection to enable term highlighting for entire document.

getSolrserver
public any getSolrserver ( )

Gets the solrj clisnt for solr server.

Output: suppressed

isTermHighlightingEnabled
public boolean isTermHighlightingEnabled ( required solrCollectionName )

Return true if term highlighting for entire document is enabled for a Solr collection.

Output: suppressed
Parameters:
   solrCollectionName: any, required, solrCollectionName - Name of Solr Collection.

reloadCollection
public reloadCollection ( required solrCollectionName )

Reload a Solr collection.

Output: suppressed
Parameters:
   solrCollectionName: any, required, solrCollectionName - Name of Solr Collection to be reloaded.