What Is The Purpose Of Collation And Binary Operations In Ravendb?
Answer»
RavenDB uses collations for SORTING as well as indexing documents. Users can set up any SPECIFIC collation for an index field so that they can sort the data based on any culture-specific rules.
Binary operators in RavenDB are used to BUILD many complex statements.
The NOT operator can be used only with ONE of the other binary operators thereby creating either OR NOT or AND NOT ones.