|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||