I assume you have a table of all functions and their performance weights?
Can we see this table?
Search function weights
Re: Search function weights
Moved from Does the order of search term matter?
I don't have a list of search function weights.
Technically, search functions don't have weights.
Everything converts search functions to opcodes.
There can be many opcodes for a single search function. (there's nearly 700 opcodes)
Each opcode has a weight.
I will consider releasing the opcodes and weights.
There's 3 major weight groups.
1). Indexed properties (fast)
2). Meta data from disk (slow)
3). Content from disk (very slow)
I don't have a list of search function weights.
Technically, search functions don't have weights.
Everything converts search functions to opcodes.
There can be many opcodes for a single search function. (there's nearly 700 opcodes)
Each opcode has a weight.
I will consider releasing the opcodes and weights.
There's 3 major weight groups.
1). Indexed properties (fast)
2). Meta data from disk (slow)
3). Content from disk (very slow)