CmsSearchIndexUpdateData.getResourcesToDelete
Code IndexAdd Codota to your IDE (free)

Best Java code snippets using org.opencms.search.CmsSearchIndexUpdateData.getResourcesToDelete (Showing top 2 results out of 315)

origin: org.opencms/opencms-core

updateCollection.getIndexer().deleteResources(
  writer,
  updateCollection.getResourcesToDelete());
origin: org.opencms/opencms-solr

updateCollection.getIndexer().deleteResources(
  writer,
  updateCollection.getResourcesToDelete());
org.opencms.searchCmsSearchIndexUpdateDatagetResourcesToDelete

Javadoc

Returns the list of org.opencms.db.CmsPublishedResource instances that must be deleted.

Popular methods of CmsSearchIndexUpdateData

  • <init>
    Creates a new instance of an update collection.
  • addResourceToDelete
    Adds the given resource to the resources that must be deleted from the search index.
  • addResourceToUpdate
    Adds the given resource to the resources that must be updated in the search index.
  • getIndexer
    Returns the indexer of this update collection.
  • getResourcesToUpdate
    Returns the list of org.opencms.db.CmsPublishedResource instances that must be updated.
  • hasResourceToUpdate
    Returns true if this collections contains resources to update.
  • hasResourcesToDelete
    Returns true if this collections contains resources to delete.
  • isEmpty
    Returns true if this collections contains no resources to update or delete.

Popular in Java

  • Updating database using SQL prepared statement
  • scheduleAtFixedRate (ScheduledExecutorService)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • getSystemService (Context)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This

For IntelliJ IDEA,
Android Studio or Eclipse

  • Search for JavaScript code betaCodota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutBlogContact Us
  • Plugin user guideTerms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)