Package org.silverpeas.core.index.search
Class PlainSearchResult
- java.lang.Object
-
- org.silverpeas.core.index.search.PlainSearchResult
-
- All Implemented Interfaces:
Serializable
public class PlainSearchResult extends Object implements Serializable
The result of a search.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlainSearchResult(List<String> spellingWords, List<MatchingIndexEntry> entries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MatchingIndexEntry>
getEntries()
List<String>
getSpellingWords()
-
-
-
Constructor Detail
-
PlainSearchResult
public PlainSearchResult(List<String> spellingWords, List<MatchingIndexEntry> entries)
-
-
Method Detail
-
getEntries
public List<MatchingIndexEntry> getEntries()
-
-