Package com.day.cq.search.suggest
Interface PathBuilder
-
public interface PathBuilder
Interface for building the internal index path for a given term. TheSuggestionIndexManager
will use this service interface for theSuggestionIndex
es. A default path builder is provided.Note that implementations must be thread-safe.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
buildTermPath(String term)
Returns a relative path for the given term.
-