Describe the feature:
As documented here:
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-terms-query.html
the Terms Query lookup supports a "routing" option, necessary when referencing a document in an index that uses custom routing. I need to use this, but NEST doesn't currently support that routing option with the FieldLookup class. Any chance we could see that added?