You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know I can use QueryRaw and FilterRaw but I want the ability to add a raw filter string to a filtered query. Unfortunately, it looks like FilterDescriptor.Raw is internal. Am I missing something?
The closest I've come is:
var filter = ((ISearchRequest) new SearchDescriptor<object>().FilterRaw("<raw filter here>")).Filter;
The text was updated successfully, but these errors were encountered:
aochsner
added a commit
to aochsner/elasticsearch-net
that referenced
this issue
Oct 16, 2014
http://stackoverflow.com/questions/26172103/nest-is-there-a-way-to-add-a-raw-filter-string-to-a-filtered-query/26402581
I know I can use QueryRaw and FilterRaw but I want the ability to add a raw filter string to a filtered query. Unfortunately, it looks like FilterDescriptor.Raw is internal. Am I missing something?
The closest I've come is:
The text was updated successfully, but these errors were encountered: