Skip to main content

Posts Tagged ‘FAST Search Server’

Debugging your FAST Search Server: Document Processing Pipeline

For an example of the processing pipeline itself, check out Jeff Monnette’s blog here. The FAST Processing Pipeline is a great method of feeding in your own Crawled Properties into FAST, and then being able to expose those properties by mapping to managed properties and searching on them. We ran into a situation with some […]

Using FQL to query FAST Search Index

In SharePoint 2010, you can use FAST Query Language (FQL) to query the FAST Search Server content index. In this blog, I will show how you can use the Query Web Service and the KeywordQuery class to execute an FQL query against the content index. You need to ensure the following has been completed, before […]