com.elasticpath.service.index
Interface Analyzer

All Known Implementing Classes:
AnalyzerImpl

public interface Analyzer

Provides a bunch of analyzing methods.


Method Summary
 java.lang.String analyze(java.util.Date date)
          Analyzes the given date.
 java.lang.String analyze(int value)
          Analyzes the given int.
 java.lang.String analyze(long value)
          Analyzes the given long.
 java.lang.String analyze(java.lang.String text, java.util.Locale locale)
          Analyzes the given text based on the given locale.
 

Method Detail

analyze

java.lang.String analyze(java.util.Date date)
Analyzes the given date.

Parameters:
date - the date to analyze
Returns:
the analyzed text

analyze

java.lang.String analyze(int value)
Analyzes the given int.

Parameters:
value - the int value to analyze
Returns:
the analyzed text

analyze

java.lang.String analyze(long value)
Analyzes the given long.

Parameters:
value - the long value to analyze
Returns:
the analyzed text

analyze

java.lang.String analyze(java.lang.String text,
                         java.util.Locale locale)
Analyzes the given text based on the given locale.

Parameters:
text - the text to analyze
locale - the locale
Returns:
the analyzed text