I'm using FTS search query that has to fetch documents that contains a full text (or keyword) and also based on a specific date (either <, >, <= or >= a specific date). But with these comparison operators, SOLR search throws exception. IS there any equivalent operators for FTS query to perform date comparisons?