azure-cognitive-search Questions
2
I want to search for a field that has the name "14009-00080300", and I want to get a hit when searching only on a part of that, for example "14009-000803".
Using this code I dont get any hits:
{...
Gehrke asked 1/12, 2017 at 10:42
2
Solved
I have an index in azure search which is synced to an SQL server table through Change Tracking.
I randomly start getting this error after I make some changes to the table (but not always, and I ca...
Group asked 3/4, 2016 at 21:51
1
Solved
I am using Azure Search indexing for creating a faceted search of products. I have around 5 facets to aid in filtering the list of displayed products.
One thing I have noticed is that if there are...
Debunk asked 26/11, 2017 at 20:29
1
Solved
currently I am creating an application where I need to call API of azure search.
Here is the API :
https://serviceName.search.windows.net/indexes/global-index/docs/search?api-version=2016-09-01
...
Abelmosk asked 12/10, 2017 at 15:58
1
Solved
Currently I am creating an application where I need to call API for azure search. Calling this API :
https://<searchServiceName>.search.windows.net/indexes/<index-name>/docs/search?ap...
Inurn asked 12/10, 2017 at 13:50
1
Solved
I have following Data in my Index,
{
"name" : "The 100",
"lists" : [
"2c8540ee-85df-4f1a-b35f-00124e1d3c4a;Bellamy",
"2c8540ee-85df-4f1a-b35f-00155c...
Chinn asked 26/9, 2017 at 9:8
2
Solved
Data in sql azure, we have an existing webapi expose the data with odata. Issue is client want to make a call with filters with substring query on a few columns, which making performance really slo...
Indomitable asked 14/9, 2017 at 2:2
1
Solved
The Exception I am getting is: The property 'documentType' does not exist on type 'search.documentFields'. Make sure to only use property names that are defined by the type.
I have googled this an...
Johnsonian asked 26/5, 2017 at 14:12
2
Solved
I'm using Azure Search on my e-commerce site, and now i faced the problem with paging on my search page. When i reload the search page i can get different order of products. So when i'm using pagin...
Niven asked 24/4, 2017 at 15:59
1
Solved
So i am trying to do a query on my Table storage using Azure search, the table is indexed.
See entity of table here
[SerializePropertyNamesAsCamelCase]
public class Asset : TableEntity
{
public ...
Hylo asked 17/5, 2017 at 14:29
1
Solved
I have a Query for azure search as given below
results = indexClient.Documents.Search<Hotel>("", new SearchParameters { IncludeTotalResultCount = true, Filter = "(Provider eq 'Auction.com' o...
Ingrid asked 2/5, 2017 at 5:13
1
Solved
I have an azure search index for a table with a field with datatype Edm.DateTimeOffset. And the following filter:
$filter=MyDateTimeOffset ge '4/14/2017 6:35:05 AM +00:00' and MyDateTimeOffset le '...
Kemberlykemble asked 14/4, 2017 at 9:10
1
Solved
I have an ASP.NET Web Application that uses 30-40 different search indexes across 5-6 search services (various clients are in different pricing tiers).
Currently I am marshaling a new instance of ...
Delorisdelorme asked 20/1, 2017 at 18:13
1
Solved
a little relating and continuing to this question:
Azure Search Analyzer
I want to use a keywordanalyzer for word collections.
We have documents (products) with different fields like product_name...
Cynar asked 29/11, 2016 at 2:59
1
Solved
I would like to know what is the difference between two spatial libraries - Microsoft.Spatial and System.Spatial?
When I'm looking into the code of those two I see almost the same classes. Both ha...
Pisciform asked 17/11, 2016 at 10:13
1
Solved
I'm having problems with the cost of Azure Search standard level.
Is it possible to change the level of Azure search from standard to Basic? Is it possible to suspend Azure search standard temporar...
Galang asked 24/10, 2016 at 13:42
1
Solved
Microsoft promotes Azure Search as "cloud search", but doesn't necessarily say it's a "database" or "data storage". It stops short of saying it's big data.
Can/should ...
Macrae asked 18/10, 2016 at 6:36
2
Solved
I am new to Azure Search Service, and I wanted to use the hit highlighting feature of Azure Search Service. I am using the .NET SDK NuGet package for azure search.
I used SearchParameter object to ...
Alasteir asked 9/4, 2015 at 13:19
1
Solved
The last few weeks we have been experiencing this error message while using the Azure Search SDK (1.1.1 - 1.1.2) and performing searches.
We consume the Search SDK from internal APIs (deployed as ...
Circumscissile asked 26/5, 2016 at 19:46
1
Solved
I am using the new (preview) Azure Search SDK (information here). I am using the oData expression syntax to build up my search query using the $filter parameter and I would like to be able to feed ...
Defame asked 2/2, 2016 at 12:40
1
Solved
We need to create a field for an Index that is not going to be tokenised but still be searchable. In Azure Search if you make a field searchable, then the contents of the field are tokenised. If yo...
Mississippian asked 16/12, 2015 at 3:25
2
Can someone point me in the right direction of how to implement this?
So far I can query my index and get a response
SearchIndexClient indexClient = service.Indexes.GetClient(indexName);
SearchP...
Mandatory asked 20/11, 2015 at 12:26
1
Solved
In Azure Search we can create multiple indexes for different search results, and we have two types of api-key. One is for administation and other one is for querying. But with same api-key users ca...
Anagoge asked 4/8, 2015 at 7:20
1
Solved
I have sets of 3 identical (in Text) items in Azure Search varying on Price and Points. Cheaper products with higher points are boosted higher. (Price is boosted more then Points, and is boosted in...
Torture asked 23/4, 2015 at 5:1
0
A current application with roughly 2M records is running on AWS with search functionality provided by the FullText search capabilities of SQL Server.
In upgrading the system, the new archit...
Rickrack asked 11/3, 2015 at 20:18
© 2022 - 2024 — McMap. All rights reserved.