Where can I find documentation about WDS, specifically, using SQL queries from C# to query WDS? Are there any resources listing the columns that can be queried from the SystemIndex?
Additionally, I want the query to return the “context” i.e. just like the WDS client does with a few lines from the document where the search terms are found.
I am using WDS 4.0 although I believe that the API for 3+ is the same. I have checked MSDN and other sites with no luck.
Where can I find documentation about WDS, specifically, using SQL queries from C# to
Share
Posted on MSDN forums and got the answer:
Columns or properties that can be searched for: http://msdn.microsoft.com/en-us/library/dd561977(VS.85).aspx
and
“Summary” information – not context
http://msdn.microsoft.com/en-us/library/bb760163(VS.85).aspx
This has answered my initial question. Thanks for your responses anyway.