Uses of Class
org.silverpeas.search.searchEngine.model.MatchingIndexEntry

Packages that use MatchingIndexEntry
com.stratelia.silverpeas.contentManager   
com.stratelia.silverpeas.pdcPeas.control   
com.stratelia.silverpeas.pdcPeas.model   
org.silverpeas.search   
org.silverpeas.search.searchEngine.model   
 

Uses of MatchingIndexEntry in com.stratelia.silverpeas.contentManager
 

Constructors in com.stratelia.silverpeas.contentManager with parameters of type MatchingIndexEntry
GlobalSilverContent(MatchingIndexEntry mie)
           
 

Uses of MatchingIndexEntry in com.stratelia.silverpeas.pdcPeas.control
 

Methods in com.stratelia.silverpeas.pdcPeas.control that return MatchingIndexEntry
 MatchingIndexEntry[] PdcSearchSessionController.glossarySearch(String query)
           
 MatchingIndexEntry[] PdcSearchSessionController.search()
           
 

Methods in com.stratelia.silverpeas.pdcPeas.control with parameters of type MatchingIndexEntry
 String PdcSearchSessionController.getUrl(String urlBase, MatchingIndexEntry indexEntry)
          ******************************************************************************************
 boolean PdcSearchSessionController.isMatchingIndexEntryAvailable(MatchingIndexEntry mie)
           
 GlobalSilverResult PdcSearchSessionController.matchingIndexEntry2GlobalSilverResult(MatchingIndexEntry matchingIndexEntry)
          Converts a MatchingIndexEntry to a GlobalSilverResult, mainly duplicate code from matchingIndexEntries2GlobalSilverResults, needs a Silverpeas Guru to refactor the two methods
 List<GlobalSilverResult> PdcSearchSessionController.processResultsToDisplay(MatchingIndexEntry[] indexEntries)
           
 

Uses of MatchingIndexEntry in com.stratelia.silverpeas.pdcPeas.model
 

Methods in com.stratelia.silverpeas.pdcPeas.model that return MatchingIndexEntry
 MatchingIndexEntry GlobalSilverResult.getIndexEntry()
           
 

Constructors in com.stratelia.silverpeas.pdcPeas.model with parameters of type MatchingIndexEntry
GlobalSilverResult(MatchingIndexEntry mie)
           
 

Uses of MatchingIndexEntry in org.silverpeas.search
 

Methods in org.silverpeas.search that return types with arguments of type MatchingIndexEntry
 List<MatchingIndexEntry> PlainSearchResult.getEntries()
           
 

Constructor parameters in org.silverpeas.search with type arguments of type MatchingIndexEntry
PlainSearchResult(List<String> spellingWords, List<MatchingIndexEntry> entries)
           
 

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

Methods in org.silverpeas.search.searchEngine.model that return MatchingIndexEntry
 MatchingIndexEntry[] WAIndexSearcher.search(QueryDescription query)
          Search the documents of the given component's set.
 MatchingIndexEntry WAIndexSearcher.search(String component, String objectId, String objectType)
          Searches the Lucene index for a specific object, by giving the PK of the index entry
 

Methods in org.silverpeas.search.searchEngine.model with parameters of type MatchingIndexEntry
 int ScoreComparator.compare(MatchingIndexEntry r1, MatchingIndexEntry r2)
          A matching index entry is greater another if his score is higher.
 



Copyright © 2016 Silverpeas. All Rights Reserved.