public interface

SuggestionsProvider

com.atlassian.confluence.search.didyoumean.SuggestionsProvider
Known Indirect Subclasses

Class Overview

A class that provides suggestions that are either candidate correct spellings or simply words that similar.

Summary

Public Methods
Collection<Suggestion> getSuggestions(String word)

Public Methods

public Collection<Suggestion> getSuggestions (String word)

Returns
  • suggestions for the specified word, empty collection otherwise.
Throws
IndexIOException if there was an error reading the index while processing this request