package

com.atlassian.confluence.search.v2.lucene.compatibility

Backwards compatibility wrappers to bridge between the old and new search APIs

Package Specification

Currently, this package provides a SmartListManager implementation that is sufficiently backwards- compatible to replace the LuceneSmartListManager when used with the RSS builder or recently updated macro.

Classes

ListQueryToSearchConverter Class to convert old ListQuery objects to new ListQuerys. 
SearchResultToSearchResultWithExcerptConverter Convert search results to old-form SearchResultWithExcerpt objects. 
V2SearchSmartListManager A SmartListManager backed by the V2 Search API, for backwards compatibility.