Added support for point fields. If the query is ran against a point field in Solr, we generate a specific query (fetched via the field's getFieldQuery()
) for each term, and wrap them all in a BooleanQuery
.
Added support for point fields. If the query is ran against a point field in Solr, we generate a specific query (fetched via the field's getFieldQuery()
) for each term, and wrap them all in a BooleanQuery
.