Class WildcardQueryCommand

java.lang.Object
org.codelibs.fess.query.QueryCommand
org.codelibs.fess.query.WildcardQueryCommand

public class WildcardQueryCommand extends QueryCommand
  • Field Details

    • lowercaseWildcard

      protected boolean lowercaseWildcard
  • Constructor Details

    • WildcardQueryCommand

      public WildcardQueryCommand()
  • Method Details

    • getQueryClassName

      protected String getQueryClassName()
      Specified by:
      getQueryClassName in class QueryCommand
    • execute

      public org.opensearch.index.query.QueryBuilder execute(QueryContext context, org.apache.lucene.search.Query query, float boost)
      Specified by:
      execute in class QueryCommand
    • convertWildcardQuery

      protected org.opensearch.index.query.QueryBuilder convertWildcardQuery(QueryContext context, org.apache.lucene.search.WildcardQuery wildcardQuery, float boost)
    • toLowercaseWildcard

      protected String toLowercaseWildcard(String value)
    • setLowercaseWildcard

      public void setLowercaseWildcard(boolean lowercaseWildcard)