List of usage examples for org.apache.lucene.queryparser.xml QueryBuilder interface-usage
From source file lux.query.parser.NumericRangeQueryBuilder.java
/**
* Creates a {@link NumericRangeQuery}. The table below specifies the required
* attributes and the defaults if optional attributes are omitted. For more
* detail on what each of the attributes actually do, consult the documentation
* for {@link NumericRangeQuery}:
* <table>
From source file org.apache.solr.search.LegacyNumericRangeQueryBuilder.java
/**
* Creates a {@link org.apache.lucene.legacy.LegacyNumericRangeQuery}. The table below specifies the required
* attributes and the defaults if optional attributes are omitted. For more
* detail on what each of the attributes actually do, consult the documentation
* for {@link org.apache.lucene.legacy.LegacyNumericRangeQuery}:
* <table summary="supported attributes">
From source file org.apache.solr.search.SolrQueryBuilder.java
public abstract class SolrQueryBuilder implements QueryBuilder { protected final SolrQueryRequest req; protected final QueryBuilder queryFactory; public SolrQueryBuilder(String defaultField, Analyzer analyzer, SolrQueryRequest req,