Class UserInfoQueryMapper

    • Constructor Detail

      • UserInfoQueryMapper

        public UserInfoQueryMapper()
    • Method Detail

      • convertToLuceneQuery

        public org.apache.lucene.search.Query convertToLuceneQuery​(UserInfoQuery authorQuery)
        Description copied from interface: LuceneQueryMapper
        Convert a SearchQuery into a lucene query. So a query that represents a search for any value in a particular index field should map to null.
        Specified by:
        convertToLuceneQuery in interface LuceneQueryMapper<UserInfoQuery>
        Parameters:
        authorQuery - the query to convert
        Returns:
        the lucene query corresponding to the search query. null can be returned and signifies that no mapped query is necessary for the mapped query.
      • setLuceneAnalyzerFactory

        public void setLuceneAnalyzerFactory​(LuceneAnalyzerFactory luceneAnalyzerFactory)