Package com.day.cq.search.suggest
Interface PathBuilder
-
public interface PathBuilderInterface for building the internal index path for a given term. TheSuggestionIndexManagerwill use this service interface for theSuggestionIndexes. 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 java.lang.StringbuildTermPath(java.lang.String term)Returns a relative path for the given term.
-