IsSortable returns true if the tokenizer can be used for sorting/ordering.
()
| 74 | |
| 75 | // IsSortable returns true if the tokenizer can be used for sorting/ordering. |
| 76 | IsSortable() bool |
| 77 | |
| 78 | // IsLossy returns true if we don't store the values directly as index keys |
| 79 | // during tokenization. If a predicate is tokenized using an IsLossy() tokenizer, |
no outgoing calls
no test coverage detected