Hi Harri, thanks for your nice work.
Some questions about the docs:
fast: 'single' or 'multi' - Set the field as a fast field with a given cardinality which makes it either a single-value or multi-value field. Fast fields are designed for random access. Access time are similar to a random lookup in an array. If more than one value is associated to a fast field, only the last one is kept.
Could you explain the difference between single-value and multi-value field?

What is a facet field? What are search fields and boost fields? If a field has indexed set to true, will it be automatically a search field?
Looking forward to your answers and I can help you update the docs if desired.
Hi Harri, thanks for your nice work.
Some questions about the docs:
Could you explain the difference between single-value and multi-value field?
What is a
facetfield? What are search fields and boost fields? If a field hasindexedset to true, will it be automatically a search field?Looking forward to your answers and I can help you update the docs if desired.