vinted / elasticsearch-dsl-rs

Strongly typed Elasticsearch DSL written in Rust
Apache License 2.0
201 stars 18 forks source link

SortSpecialField #249

Closed FrederickFrance closed 1 year ago

FrederickFrance commented 1 year ago

Hi

"_id" should be included in SortSpecialField, right ?

buinauskas commented 1 year ago

I do not remember anymore, these are special as in they are reserved and you cannot provide anything extra to them. You can perfectly use the _id field with asc/desc order the way you want using the regular SortField.

FrederickFrance commented 1 year ago

you mean the regular FieldSort ?

buinauskas commented 1 year ago

Yes, that.