...
Install the File Server Connector as instructed in section Connector Management of the Ayfie Locator Installation Guide.
Once installed, create a new connection with the test_data directory we created above with our one test file as the data source:
...
Instructions on how to log in to the database is found in section Installation Verification of the Ayfie Locator Installation Guide.
Below one can see the same refiner after the selection_limit field has been changed from 1 to 1000. Notice how the radio buttons have become checkboxes.
...
Once inside the search side document pipeline we enter the rule engine editor to have a look at the document before any search side rules are executed. In the list of key-value pairs there will be some that starts with SDKHit.Metadata@. Among them one will find any dynamic fields with an s for storage (check https://ayfie-dev.atlassian.net/wiki/pages/resumedraft.action?draftId=3073769489 Dynamic Fields Explained for a reminder on index field naming). A little bit earlier in this tutorial we purposly used the prefix via_ipsid_ instead of via_ipid_. If we had used the latter, we would still have been able to create the skill level refiner, but the skill level would not have been among the search side document key-value pairs. As we can see here below, due to the s in via_ipsid_skill_level the field made it intp the document that is retreived from the index:
...