Uses of Class
org.jboss.cache.search.InvalidKeyException

Uses of InvalidKeyException in org.jboss.cache.search
 

Methods in org.jboss.cache.search that throw InvalidKeyException
static String Transformer.generateId(org.jboss.cache.Fqn fqn, String key)
          Generates the documentId from an Fqn, key combination.
 String CacheEntityId.getDocumentId()
          Gets a documentId String from an Fqn and key combination.
protected  void SearchableCoreListener.handleDeleteData(org.jboss.cache.notifications.event.NodeModifiedEvent event, org.hibernate.search.engine.SearchFactoryImplementor searchFactory)
          If the modification type is DELETE_DATA then this method will be called.
protected  void SearchableCoreListener.handlePutData(org.jboss.cache.notifications.event.NodeModifiedEvent event, org.hibernate.search.engine.SearchFactoryImplementor searchFactory)
          If the modification type is PUT_MAP or PUT_DATA then this method will be called.
 void SearchableCoreListener.updateLuceneIndexes(org.jboss.cache.notifications.event.NodeModifiedEvent event)
          Takes in a NodeModifiedEvent and updates the Lucene indexes using methods on the NodeModifiedEvent class.
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.