HelloI basically want to create a custom index where in I want to run a query on entire repository ("/content" for example) and take only nodes (pages/contents) between two different dates.Right now, its traversing the entire repository, can a custom index on date reduce, if so how can I do that ?Th...