Skip to content

Commit

Permalink
Updating README time filters section
Browse files Browse the repository at this point in the history
  • Loading branch information
aadel committed Mar 1, 2024
1 parent dccfd18 commit 52df499
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

A [SQLAlchemy](https://www.sqlalchemy.org/) dialect for Apache Solr.

## Requirements

The dialect requires Solr version 6.0 or newer.

## Installation

The package can either be installed through PyPi or from the source code.
Expand Down Expand Up @@ -57,7 +61,7 @@ where `f1`, `f2`, and `f3` are defined in the linked collections.

### Time Filters

Time filtration predicates are transformed to Solr syntax when ORM mode is used.
Time filtration predicates are transformed to Solr syntax when ORM mode is used and Solr datasource release is lower than 9. Time filters transformations are handled internally by Solr 9 and above without the driver intervention. Open- and close-ended date ranges are supported.

### Multi-valued Fields

Expand Down

0 comments on commit 52df499

Please sign in to comment.