Skip to content

Question about field indexer #5748

Answered by yaisog
yaisog asked this question in Q&A
Discussion options

You must be logged in to vote

Being the impatient sort, I took a look at the code (should've done that to start with). Since I'm no JS wizard, please correct the conclusions I've drawn from it, if necessary:

  • tags have their own indexer which works a bit differently, since the tags field is a list
  • the tags indexer has no length limit, so my previous question it pointless
  • the field indexer is mostly useful for value fields – if I wanted to use a field to build an alternate tag-like hierarchy, the indexer wouldn't help (corresponding filters would use the contains operator and not the indexed field operator)
  • an alternate tagging scheme using a different field would be slower than using tags, even if that meant tag bloat

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yaisog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant