SearchResult.MatchInfos Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a list of MatchInfo
s providing information about how the document in #getGenericDocument
matched the query.
public System.Collections.Generic.IList<Android.App.AppSearch.SearchResult.MatchInfo> MatchInfos { [Android.Runtime.Register("getMatchInfos", "()Ljava/util/List;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getMatchInfos", "()Ljava/util/List;", "", ApiSince=31)>]
member this.MatchInfos : System.Collections.Generic.IList<Android.App.AppSearch.SearchResult.MatchInfo>
Property Value
List of matches based on SearchSpec
. If snippeting is disabled using SearchSpec.Builder#setSnippetCount
or SearchSpec.Builder#setSnippetCountPerProperty
, for all results after that value, this
method returns an empty list.
- Attributes
Remarks
Java documentation for android.app.appsearch.SearchResult.getMatchInfos()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.