org.silverpeas.search
Class PlainSearchResult
java.lang.Object
org.silverpeas.search.PlainSearchResult
- All Implemented Interfaces:
- Serializable
public class PlainSearchResult
- extends Object
- implements Serializable
The result of a search.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlainSearchResult
public PlainSearchResult(List<String> spellingWords,
List<MatchingIndexEntry> entries)
getEntries
public List<MatchingIndexEntry> getEntries()
getSpellingWords
public List<String> getSpellingWords()
Copyright © 2016 Silverpeas. All Rights Reserved.