org.silverpeas.search
Class PlainSearchResult

java.lang.Object
  extended by org.silverpeas.search.PlainSearchResult
All Implemented Interfaces:
Serializable

public class PlainSearchResult
extends Object
implements Serializable

The result of a search.

See Also:
Serialized Form

Constructor Summary
PlainSearchResult(List<String> spellingWords, List<MatchingIndexEntry> entries)
           
 
Method Summary
 List<MatchingIndexEntry> getEntries()
           
 List<String> getSpellingWords()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlainSearchResult

public PlainSearchResult(List<String> spellingWords,
                         List<MatchingIndexEntry> entries)
Method Detail

getEntries

public List<MatchingIndexEntry> getEntries()

getSpellingWords

public List<String> getSpellingWords()


Copyright © 2016 Silverpeas. All Rights Reserved.