|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.search.v2.lucene.compatibility.SearchResultToSearchResultWithExcerptConverter
public class SearchResultToSearchResultWithExcerptConverter
Convert search results to old-form SearchResultWithExcerpt objects. This conversion only puts enough information into the result map to allow the recently-updated macro to work (the only place I can see where the SmartListManager is called with loadObjects == false).
Constructor Summary | |
---|---|
SearchResultToSearchResultWithExcerptConverter()
|
Method Summary | |
---|---|
static SearchResultWithExcerpt |
convertToSearchResultWithExcerpt(SearchResult result)
|
static java.util.List<SearchResultWithExcerpt> |
convertToSearchResultWithExcerpt(SearchResults results)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchResultToSearchResultWithExcerptConverter()
Method Detail |
---|
public static java.util.List<SearchResultWithExcerpt> convertToSearchResultWithExcerpt(SearchResults results)
public static SearchResultWithExcerpt convertToSearchResultWithExcerpt(SearchResult result)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |