Uses of Class
org.silverpeas.search.indexEngine.model.IndexEntryPK

Packages that use IndexEntryPK
org.silverpeas.search.indexEngine.model   
org.silverpeas.search.searchEngine.model   
 

Uses of IndexEntryPK in org.silverpeas.search.indexEngine.model
 

Methods in org.silverpeas.search.indexEngine.model that return IndexEntryPK
static IndexEntryPK IndexEntryPK.create(String s)
          Create a new IndexEntry from s.
 IndexEntryPK IndexEntry.getPK()
          Return the key part of the IndexEntry
 

Methods in org.silverpeas.search.indexEngine.model with parameters of type IndexEntryPK
 String IndexManager.getIndexDirectoryPath(IndexEntryPK indexEntry)
          Return the path to the directory where are stored the index for the given index entry.
static void IndexEngineProxy.removeIndexEntry(IndexEntryPK indexEntry)
          Remove an entry index.
static void IndexerThread.removeIndexEntry(IndexEntryPK indexEntry)
          Add a request 'remove entry index'
 void IndexManager.removeIndexEntry(IndexEntryPK indexEntry)
          Remove an entry index .
 void IndexEntry.setPK(IndexEntryPK pk)
           
 

Constructors in org.silverpeas.search.indexEngine.model with parameters of type IndexEntryPK
FullIndexEntry(IndexEntryPK pk)
           
IndexEntry(IndexEntryPK pk)
          The constructor only set the key part of the IndexEntry.
 

Uses of IndexEntryPK in org.silverpeas.search.searchEngine.model
 

Constructors in org.silverpeas.search.searchEngine.model with parameters of type IndexEntryPK
MatchingIndexEntry(IndexEntryPK pk)
          The constructor set only the key part of the entry.
 



Copyright © 2016 Silverpeas. All Rights Reserved.