Overview: The Query Results Server is an IIS website that allows you to check that FAST search is working. You can see if managed properties are being populated, navigators are working ect...
Tips:
2.> Comment out the line element instance-ref name="securityfql" critical="1"
3.> PS C:\FASTSearch\bin> .\nctrl.exe restart qrserver
This will make the QR-Server take the xml config security change.
4.> Perform your query
Thanks to Job Maelene for all his FS4SP patience.
Tips:
- To use QR-Server you must be on the local machine use the url: http://localhost:13280/
- SP2010 uses a users session for security so using QR-Server won't work (always returns empty results) so you need to turn off security as follows:
2.> Comment out the line element instance-ref name="securityfql" critical="1"
3.> PS C:\FASTSearch\bin> .\nctrl.exe restart qrserver
This will make the QR-Server take the xml config security change.
4.> Perform your query
Thanks to Job Maelene for all his FS4SP patience.
More Info:
leonardocsouza has a great series on FS4SP