support for suggestors; dropped obsolete for former boolean suggestion syntax
tag function boosting support
bug fixes for suggestions
other bug fixes
0.7.5444.27905 – Nov 27th, 2014
full support for Search Service API version 2014-10-20-Preview
full multi-language support
a Azure Search service reference now contains an APISettings property which specifies several API settings, such as whether to use only locked versions of the Azure Search REST API or not
allows the use of prototyped versions’ syntax
bug fix applied on automatic field property set based on field type initialization
support for range and non-range facets
returns the OData context used when querying, within the query result
0.6.5370.1398 – Sept 14th, 2014
filtering query generator updated
added support for all scoring profiles
no longer required to specify any action types when adding a new document to the index
documents can now be updated using the UpdateDocumentAsync and UpdateDocumentsAsync methods
documents can now be deleted calling the DeleteDocumentAsync method
when the type restricts specific properties, changing a field’s type to one of these types automatically updates the field’s properties to the restricted default values too (e.g. IsSeachable default to false for Boolean fields)
IntelliSense support added
new geography point type (GeographyPoint) added
new method for querying documents by using complex queries (SimpleQuery class) added
updating an index now works by calling UpdateAsync on the Index directly, rather than calling UpdateIndexAsync on the Indexes repository
bug fix applied when calling the LookupAsync method
bug fix applied when adding a batch of indexes using the CreateDocumentsAsync method
further performance improvements applied when serializing data
changed namespace from AzureSearch to AzureSearchClient in order to prevent confusion
additional useless classes have been completely eliminated
additional useless methods have been completely eliminated