Interface SearchTermProcessor

  • All Known Implementing Classes:
    GermanSearchTermProcessor

    public interface SearchTermProcessor
    Interface for processing a search term, i.e. manipulating it in some kind of way.
    • Method Detail

      • getSearchTerm

        String getSearchTerm​(String term)
        Processes the search term.
        Parameters:
        term - the term to process
        Returns:
        the processed term
      • getAnalyzer

        org.apache.lucene.analysis.Analyzer getAnalyzer()
        Gets the Analyzer used while processing
        Returns:
        the Analyzer