-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathJoinSpec.xml
More file actions
823 lines (822 loc) Β· 55.2 KB
/
JoinSpec.xml
File metadata and controls
823 lines (822 loc) Β· 55.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
<Type Name="JoinSpec" FullName="Android.App.AppSearch.JoinSpec">
<TypeSignature Language="C#" Value="public sealed class JoinSpec : Java.Lang.Object" FrameworkAlternate="net-android-34.0" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit JoinSpec extends Java.Lang.Object" FrameworkAlternate="net-android-34.0" />
<TypeSignature Language="DocId" Value="T:Android.App.AppSearch.JoinSpec" />
<TypeSignature Language="F#" Value="type JoinSpec = class
 inherit Object" FrameworkAlternate="net-android-34.0" />
<TypeSignature Language="C#" Value="public sealed class JoinSpec : Java.Lang.Object, Android.OS.IParcelable, IDisposable, Java.Interop.IJavaPeerable" FrameworkAlternate="net-android-35.0;net-android-36.0" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit JoinSpec extends Java.Lang.Object implements class Android.OS.IParcelable, class Android.Runtime.IJavaObject, class Java.Interop.IJavaPeerable, class System.IDisposable" FrameworkAlternate="net-android-35.0;net-android-36.0" />
<TypeSignature Language="F#" Value="type JoinSpec = class
 inherit Object
 interface IParcelable
 interface IJavaObject
 interface IDisposable
 interface IJavaPeerable" FrameworkAlternate="net-android-35.0;net-android-36.0" />
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Java.Lang.Object</BaseTypeName>
</Base>
<Interfaces>
<Interface FrameworkAlternate="net-android-35.0;net-android-36.0">
<InterfaceName>Android.OS.IParcelable</InterfaceName>
</Interface>
<Interface FrameworkAlternate="net-android-35.0;net-android-36.0">
<InterfaceName>Android.Runtime.IJavaObject</InterfaceName>
</Interface>
<Interface FrameworkAlternate="net-android-35.0;net-android-36.0">
<InterfaceName>Java.Interop.IJavaPeerable</InterfaceName>
</Interface>
<Interface FrameworkAlternate="net-android-35.0;net-android-36.0">
<InterfaceName>System.IDisposable</InterfaceName>
</Interface>
</Interfaces>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("android/app/appsearch/JoinSpec", ApiSince=34, DoNotGenerateAcw=true)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("android/app/appsearch/JoinSpec", ApiSince=34, DoNotGenerateAcw=true)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(0)]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.CompilerServices.Nullable(0)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android34.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android34.0")>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>This class represents the specifications for the joining operation in search.</summary>
<remarks>
<para>This class represents the specifications for the joining operation in search.</para>
<para>Joins are only possible for matching on the qualified id of an outer document and a property
value within a subquery document. In the subquery documents, these values may be referred to with
a property path such as "email.recipient.id" or "entityId" or a property expression. One such
property expression is "this.qualifiedId()", which refers to the document's combined package,
database, namespace, and id.</para>
<para>Note that in order for perform the join, the property referred to by <c>#getChildPropertyExpression</c> has to be a property with <c>AppSearchSchema.StringPropertyConfig#getJoinableValueType</c> set to <c>AppSearchSchema.StringPropertyConfig#JOINABLE_VALUE_TYPE_QUALIFIED_ID</c>. Otherwise no documents
will be joined to any <c>SearchResult</c>.</para>
<para>Take these outer query and subquery results for example:</para>
<code lang="text/java">{@code
Outer result {
id: id1
score: 5
}
Subquery result 1 {
id: id2
score: 2
entityId: pkg$db/ns#id1
notes: This is some doc
}
Subquery result 2 {
id: id3
score: 3
entityId: pkg$db/ns#id2
notes: This is another doc
}
}</code>
<para>In this example, subquery result 1 contains a property "entityId" whose value is
"pkg$db/ns#id1", referring to the outer result. If you call <c>Builder</c> with "entityId", we
will retrieve the value of the property "entityId" from the child document, which is
"pkg$db#ns/id1". Let's say the qualified id of the outer result is "pkg$db#ns/id1". This would
mean the subquery result 1 document will be matched to that parent document. This is done by
adding a <c>SearchResult</c> containing the child document to the top-level parent <c>SearchResult#getJoinedResults</c>.</para>
<para>If <c>#getChildPropertyExpression</c> is "notes", we will check the values of the notes
property in the subquery results. In subquery result 1, this values is "This is some doc", which
does not equal the qualified id of the outer query result. As such, subquery result 1 will not be
joined to the outer query result.</para>
<para>It's possible to define an advanced ranking strategy in the nested <c>SearchSpec</c> and also
use <c>SearchSpec#RANKING_STRATEGY_JOIN_AGGREGATE_SCORE</c> in the outer <c>SearchSpec</c>. In
this case, the parents will be ranked based on an aggregation, such as the sum, of the signals
calculated by scoring the joined documents with the advanced ranking strategy.</para>
<para>In terms of scoring, if <c>SearchSpec#RANKING_STRATEGY_JOIN_AGGREGATE_SCORE</c> is set in
<c>SearchSpec#getRankingStrategy</c>, the scores of the outer SearchResults can be influenced by
the ranking signals of the subquery results. For example, if the <c>JoinSpec#getAggregationScoringStrategy</c> is set to:
<ul>
<li><c>JoinSpec#AGGREGATION_SCORING_MIN_RANKING_SIGNAL</c>, the ranking signal of the outer
<c>SearchResult</c> will be set to the minimum of the ranking signals of the subquery
results. In this case, it will be the minimum of 2 and 3, which is 2.
<li><c>JoinSpec#AGGREGATION_SCORING_MAX_RANKING_SIGNAL</c>, the ranking signal of the outer
<c>SearchResult</c> will be 3.
<li><c>JoinSpec#AGGREGATION_SCORING_AVG_RANKING_SIGNAL</c>, the ranking signal of the outer
<c>SearchResult</c> will be 2.5.
<li><c>JoinSpec#AGGREGATION_SCORING_RESULT_COUNT</c>, the ranking signal of the outer <c>SearchResult</c> will be 2 as there are two joined results.
<li><c>JoinSpec#AGGREGATION_SCORING_SUM_RANKING_SIGNAL</c>, the ranking signal of the outer
<c>SearchResult</c> will be 5, the sum of 2 and 3.
<li><c>JoinSpec#AGGREGATION_SCORING_OUTER_RESULT_RANKING_SIGNAL</c>, the ranking signal of the
outer <c>SearchResult</c> will stay as it is.
</ul></para>
<para>Referring to "this.childrenRankingSignals()" in the ranking signal of the outer query will
return the signals calculated by scoring the joined documents using the scoring strategy in the
nested <c>SearchSpec</c>, as in <c>SearchResult#getRankingSignal</c>.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/app/appsearch/JoinSpec" title="Reference documentation">Java documentation for <code>android.app.appsearch.JoinSpec</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
<Members>
<Member MemberName="AggregationScoringAvgRankingSignal">
<MemberSignature Language="C#" Value="public const Android.App.AppSearch.JoinSpecAggregationScoring AggregationScoringAvgRankingSignal = 3;" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.App.AppSearch.JoinSpecAggregationScoring AggregationScoringAvgRankingSignal = (3)" />
<MemberSignature Language="DocId" Value="F:Android.App.AppSearch.JoinSpec.AggregationScoringAvgRankingSignal" />
<MemberSignature Language="F#" Value="val mutable AggregationScoringAvgRankingSignal : Android.App.AppSearch.JoinSpecAggregationScoring" Usage="Android.App.AppSearch.JoinSpec.AggregationScoringAvgRankingSignal" />
<MemberType>Field</MemberType>
<Implements>
<InterfaceMember FrameworkAlternate="net-android-35.0;net-android-36.0">F:Android.OS.IParcelable.ContentsFileDescriptor</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("AGGREGATION_SCORING_AVG_RANKING_SIGNAL", ApiSince=34)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("AGGREGATION_SCORING_AVG_RANKING_SIGNAL", ApiSince=34)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("This constant will be removed in the future version. Use Android.App.AppSearch.JoinSpecAggregationScoring enum directly instead of this field.", true)]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AppSearch.JoinSpecAggregationScoring enum directly instead of this field.", true)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android34.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android34.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.App.AppSearch.JoinSpecAggregationScoring</ReturnType>
</ReturnValue>
<MemberValue>3</MemberValue>
<Docs>
<summary>Score the aggregation of joined documents using the average ranking signal.</summary>
<remarks>
<para>Score the aggregation of joined documents using the average ranking signal.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/app/appsearch/JoinSpec#AGGREGATION_SCORING_AVG_RANKING_SIGNAL" title="Reference documentation">Java documentation for <code>android.app.appsearch.JoinSpec.AGGREGATION_SCORING_AVG_RANKING_SIGNAL</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="AggregationScoringMaxRankingSignal">
<MemberSignature Language="C#" Value="public const Android.App.AppSearch.JoinSpecAggregationScoring AggregationScoringMaxRankingSignal = 4;" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.App.AppSearch.JoinSpecAggregationScoring AggregationScoringMaxRankingSignal = (4)" />
<MemberSignature Language="DocId" Value="F:Android.App.AppSearch.JoinSpec.AggregationScoringMaxRankingSignal" />
<MemberSignature Language="F#" Value="val mutable AggregationScoringMaxRankingSignal : Android.App.AppSearch.JoinSpecAggregationScoring" Usage="Android.App.AppSearch.JoinSpec.AggregationScoringMaxRankingSignal" />
<MemberType>Field</MemberType>
<Implements>
<InterfaceMember FrameworkAlternate="net-android-35.0;net-android-36.0">F:Android.OS.IParcelable.ContentsFileDescriptor</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("AGGREGATION_SCORING_MAX_RANKING_SIGNAL", ApiSince=34)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("AGGREGATION_SCORING_MAX_RANKING_SIGNAL", ApiSince=34)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("This constant will be removed in the future version. Use Android.App.AppSearch.JoinSpecAggregationScoring enum directly instead of this field.", true)]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AppSearch.JoinSpecAggregationScoring enum directly instead of this field.", true)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android34.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android34.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.App.AppSearch.JoinSpecAggregationScoring</ReturnType>
</ReturnValue>
<MemberValue>4</MemberValue>
<Docs>
<summary>Score the aggregation of joined documents using the largest ranking signal.</summary>
<remarks>
<para>Score the aggregation of joined documents using the largest ranking signal.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/app/appsearch/JoinSpec#AGGREGATION_SCORING_MAX_RANKING_SIGNAL" title="Reference documentation">Java documentation for <code>android.app.appsearch.JoinSpec.AGGREGATION_SCORING_MAX_RANKING_SIGNAL</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="AggregationScoringMinRankingSignal">
<MemberSignature Language="C#" Value="public const Android.App.AppSearch.JoinSpecAggregationScoring AggregationScoringMinRankingSignal = 2;" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.App.AppSearch.JoinSpecAggregationScoring AggregationScoringMinRankingSignal = (2)" />
<MemberSignature Language="DocId" Value="F:Android.App.AppSearch.JoinSpec.AggregationScoringMinRankingSignal" />
<MemberSignature Language="F#" Value="val mutable AggregationScoringMinRankingSignal : Android.App.AppSearch.JoinSpecAggregationScoring" Usage="Android.App.AppSearch.JoinSpec.AggregationScoringMinRankingSignal" />
<MemberType>Field</MemberType>
<Implements>
<InterfaceMember FrameworkAlternate="net-android-35.0;net-android-36.0">F:Android.OS.IParcelable.ContentsFileDescriptor</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("AGGREGATION_SCORING_MIN_RANKING_SIGNAL", ApiSince=34)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("AGGREGATION_SCORING_MIN_RANKING_SIGNAL", ApiSince=34)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("This constant will be removed in the future version. Use Android.App.AppSearch.JoinSpecAggregationScoring enum directly instead of this field.", true)]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AppSearch.JoinSpecAggregationScoring enum directly instead of this field.", true)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android34.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android34.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.App.AppSearch.JoinSpecAggregationScoring</ReturnType>
</ReturnValue>
<MemberValue>2</MemberValue>
<Docs>
<summary>Score the aggregation of joined documents using the smallest ranking signal.</summary>
<remarks>
<para>Score the aggregation of joined documents using the smallest ranking signal.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/app/appsearch/JoinSpec#AGGREGATION_SCORING_MIN_RANKING_SIGNAL" title="Reference documentation">Java documentation for <code>android.app.appsearch.JoinSpec.AGGREGATION_SCORING_MIN_RANKING_SIGNAL</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="AggregationScoringOuterResultRankingSignal">
<MemberSignature Language="C#" Value="public const Android.App.AppSearch.JoinSpecAggregationScoring AggregationScoringOuterResultRankingSignal = 0;" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.App.AppSearch.JoinSpecAggregationScoring AggregationScoringOuterResultRankingSignal = (0)" />
<MemberSignature Language="DocId" Value="F:Android.App.AppSearch.JoinSpec.AggregationScoringOuterResultRankingSignal" />
<MemberSignature Language="F#" Value="val mutable AggregationScoringOuterResultRankingSignal : Android.App.AppSearch.JoinSpecAggregationScoring" Usage="Android.App.AppSearch.JoinSpec.AggregationScoringOuterResultRankingSignal" />
<MemberType>Field</MemberType>
<Implements>
<InterfaceMember FrameworkAlternate="net-android-35.0;net-android-36.0">F:Android.OS.IParcelable.ContentsFileDescriptor</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("AGGREGATION_SCORING_OUTER_RESULT_RANKING_SIGNAL", ApiSince=34)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("AGGREGATION_SCORING_OUTER_RESULT_RANKING_SIGNAL", ApiSince=34)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("This constant will be removed in the future version. Use Android.App.AppSearch.JoinSpecAggregationScoring enum directly instead of this field.", true)]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AppSearch.JoinSpecAggregationScoring enum directly instead of this field.", true)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android34.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android34.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.App.AppSearch.JoinSpecAggregationScoring</ReturnType>
</ReturnValue>
<MemberValue>0</MemberValue>
<Docs>
<summary>Do not score the aggregation of joined documents.</summary>
<remarks>
<para>Do not score the aggregation of joined documents. This is for the case where we want to
perform a join, but keep the parent ranking signal.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/app/appsearch/JoinSpec#AGGREGATION_SCORING_OUTER_RESULT_RANKING_SIGNAL" title="Reference documentation">Java documentation for <code>android.app.appsearch.JoinSpec.AGGREGATION_SCORING_OUTER_RESULT_RANKING_SIGNAL</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="AggregationScoringResultCount">
<MemberSignature Language="C#" Value="public const Android.App.AppSearch.JoinSpecAggregationScoring AggregationScoringResultCount = 1;" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.App.AppSearch.JoinSpecAggregationScoring AggregationScoringResultCount = (1)" />
<MemberSignature Language="DocId" Value="F:Android.App.AppSearch.JoinSpec.AggregationScoringResultCount" />
<MemberSignature Language="F#" Value="val mutable AggregationScoringResultCount : Android.App.AppSearch.JoinSpecAggregationScoring" Usage="Android.App.AppSearch.JoinSpec.AggregationScoringResultCount" />
<MemberType>Field</MemberType>
<Implements>
<InterfaceMember FrameworkAlternate="net-android-35.0;net-android-36.0">F:Android.OS.IParcelable.ContentsFileDescriptor</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("AGGREGATION_SCORING_RESULT_COUNT", ApiSince=34)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("AGGREGATION_SCORING_RESULT_COUNT", ApiSince=34)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("This constant will be removed in the future version. Use Android.App.AppSearch.JoinSpecAggregationScoring enum directly instead of this field.", true)]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AppSearch.JoinSpecAggregationScoring enum directly instead of this field.", true)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android34.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android34.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.App.AppSearch.JoinSpecAggregationScoring</ReturnType>
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>Score the aggregation of joined documents by counting the number of results.</summary>
<remarks>
<para>Score the aggregation of joined documents by counting the number of results.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/app/appsearch/JoinSpec#AGGREGATION_SCORING_RESULT_COUNT" title="Reference documentation">Java documentation for <code>android.app.appsearch.JoinSpec.AGGREGATION_SCORING_RESULT_COUNT</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="AggregationScoringStrategy">
<MemberSignature Language="C#" Value="public Android.App.AppSearch.JoinSpecAggregationScoring AggregationScoringStrategy { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype Android.App.AppSearch.JoinSpecAggregationScoring AggregationScoringStrategy" />
<MemberSignature Language="DocId" Value="P:Android.App.AppSearch.JoinSpec.AggregationScoringStrategy" />
<MemberSignature Language="F#" Value="member this.AggregationScoringStrategy : Android.App.AppSearch.JoinSpecAggregationScoring" Usage="Android.App.AppSearch.JoinSpec.AggregationScoringStrategy" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android34.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android34.0")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[get: Android.Runtime.Register("getAggregationScoringStrategy", "()I", "", ApiSince=34)]</AttributeName>
<AttributeName Language="F#">[<get: Android.Runtime.Register("getAggregationScoringStrategy", "()I", "", ApiSince=34)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.App.AppSearch.JoinSpecAggregationScoring</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets the joined document list scoring strategy.</summary>
<value>To be added.</value>
<remarks>
<para>Gets the joined document list scoring strategy.</para>
<para>The default scoring strategy is <c>#AGGREGATION_SCORING_OUTER_RESULT_RANKING_SIGNAL</c>,
which specifies that the score of the outer parent document will be used.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/app/appsearch/JoinSpec#getAggregationScoringStrategy()" title="Reference documentation">Java documentation for <code>android.app.appsearch.JoinSpec.getAggregationScoringStrategy()</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="AggregationScoringSumRankingSignal">
<MemberSignature Language="C#" Value="public const Android.App.AppSearch.JoinSpecAggregationScoring AggregationScoringSumRankingSignal = 5;" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.App.AppSearch.JoinSpecAggregationScoring AggregationScoringSumRankingSignal = (5)" />
<MemberSignature Language="DocId" Value="F:Android.App.AppSearch.JoinSpec.AggregationScoringSumRankingSignal" />
<MemberSignature Language="F#" Value="val mutable AggregationScoringSumRankingSignal : Android.App.AppSearch.JoinSpecAggregationScoring" Usage="Android.App.AppSearch.JoinSpec.AggregationScoringSumRankingSignal" />
<MemberType>Field</MemberType>
<Implements>
<InterfaceMember FrameworkAlternate="net-android-35.0;net-android-36.0">F:Android.OS.IParcelable.ContentsFileDescriptor</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("AGGREGATION_SCORING_SUM_RANKING_SIGNAL", ApiSince=34)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("AGGREGATION_SCORING_SUM_RANKING_SIGNAL", ApiSince=34)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("This constant will be removed in the future version. Use Android.App.AppSearch.JoinSpecAggregationScoring enum directly instead of this field.", true)]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AppSearch.JoinSpecAggregationScoring enum directly instead of this field.", true)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android34.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android34.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.App.AppSearch.JoinSpecAggregationScoring</ReturnType>
</ReturnValue>
<MemberValue>5</MemberValue>
<Docs>
<summary>Score the aggregation of joined documents using the sum of ranking signal.</summary>
<remarks>
<para>Score the aggregation of joined documents using the sum of ranking signal.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/app/appsearch/JoinSpec#AGGREGATION_SCORING_SUM_RANKING_SIGNAL" title="Reference documentation">Java documentation for <code>android.app.appsearch.JoinSpec.AGGREGATION_SCORING_SUM_RANKING_SIGNAL</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="ChildPropertyExpression">
<MemberSignature Language="C#" Value="public string ChildPropertyExpression { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ChildPropertyExpression" />
<MemberSignature Language="DocId" Value="P:Android.App.AppSearch.JoinSpec.ChildPropertyExpression" />
<MemberSignature Language="F#" Value="member this.ChildPropertyExpression : string" Usage="Android.App.AppSearch.JoinSpec.ChildPropertyExpression" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android34.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android34.0")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[get: Android.Runtime.Register("getChildPropertyExpression", "()Ljava/lang/String;", "", ApiSince=34)]</AttributeName>
<AttributeName Language="F#">[<get: Android.Runtime.Register("getChildPropertyExpression", "()Ljava/lang/String;", "", ApiSince=34)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>The property expression that is used to get values from child documents, returned from the
nested search.</summary>
<value>the property expression to match in the child documents.</value>
<remarks>
<para>The property expression that is used to get values from child documents, returned from the
nested search. These values are then used to match them to parent documents. These are
analogous to foreign keys.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/app/appsearch/JoinSpec#getChildPropertyExpression()" title="Reference documentation">Java documentation for <code>android.app.appsearch.JoinSpec.getChildPropertyExpression()</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="Creator">
<MemberSignature Language="C#" Value="public static Android.OS.IParcelableCreator Creator { get; }" />
<MemberSignature Language="ILAsm" Value=".property class Android.OS.IParcelableCreator Creator" />
<MemberSignature Language="DocId" Value="P:Android.App.AppSearch.JoinSpec.Creator" />
<MemberSignature Language="F#" Value="static member Creator : Android.OS.IParcelableCreator" Usage="Android.App.AppSearch.JoinSpec.Creator" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="net-android-35.0;net-android-36.0">
<AttributeName Language="C#">[Android.Runtime.Register("CREATOR", ApiSince=35)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("CREATOR", ApiSince=35)>]</AttributeName>
</Attribute>
<Attribute FrameworkAlternate="net-android-35.0;net-android-36.0">
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android35.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android35.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.OS.IParcelableCreator</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DescribeContents">
<MemberSignature Language="C#" Value="public int DescribeContents ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance int32 DescribeContents() cil managed" />
<MemberSignature Language="DocId" Value="M:Android.App.AppSearch.JoinSpec.DescribeContents" />
<MemberSignature Language="F#" Value="abstract member DescribeContents : unit -> int
override this.DescribeContents : unit -> int" Usage="joinSpec.DescribeContents " />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:Android.OS.IParcelable.DescribeContents</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="net-android-35.0;net-android-36.0">
<AttributeName Language="C#">[Android.Runtime.Register("describeContents", "()I", "", ApiSince=35)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("describeContents", "()I", "", ApiSince=35)>]</AttributeName>
</Attribute>
<Attribute FrameworkAlternate="net-android-35.0;net-android-36.0">
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android35.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android35.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="JniPeerMembers">
<MemberSignature Language="C#" Value="public override Java.Interop.JniPeerMembers JniPeerMembers { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Java.Interop.JniPeerMembers JniPeerMembers" />
<MemberSignature Language="DocId" Value="P:Android.App.AppSearch.JoinSpec.JniPeerMembers" />
<MemberSignature Language="F#" Value="member this.JniPeerMembers : Java.Interop.JniPeerMembers" Usage="Android.App.AppSearch.JoinSpec.JniPeerMembers" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember FrameworkAlternate="net-android-35.0;net-android-36.0">P:Java.Interop.IJavaPeerable.JniPeerMembers</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
<AttributeName Language="F#">[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]</AttributeName>
<AttributeName Language="F#">[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Java.Interop.JniPeerMembers</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="MaxJoinedResultCount">
<MemberSignature Language="C#" Value="public int MaxJoinedResultCount { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance int32 MaxJoinedResultCount" />
<MemberSignature Language="DocId" Value="P:Android.App.AppSearch.JoinSpec.MaxJoinedResultCount" />
<MemberSignature Language="F#" Value="member this.MaxJoinedResultCount : int" Usage="Android.App.AppSearch.JoinSpec.MaxJoinedResultCount" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android34.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android34.0")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[get: Android.Runtime.Register("getMaxJoinedResultCount", "()I", "", ApiSince=34)]</AttributeName>
<AttributeName Language="F#">[<get: Android.Runtime.Register("getMaxJoinedResultCount", "()I", "", ApiSince=34)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>Returns the max amount of <c>SearchResult</c> objects to return with the parent document,
with a default of 10 SearchResults.</summary>
<value>To be added.</value>
<remarks>
<para>Returns the max amount of <c>SearchResult</c> objects to return with the parent document,
with a default of 10 SearchResults.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/app/appsearch/JoinSpec#getMaxJoinedResultCount()" title="Reference documentation">Java documentation for <code>android.app.appsearch.JoinSpec.getMaxJoinedResultCount()</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="NestedQuery">
<MemberSignature Language="C#" Value="public string NestedQuery { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string NestedQuery" />
<MemberSignature Language="DocId" Value="P:Android.App.AppSearch.JoinSpec.NestedQuery" />
<MemberSignature Language="F#" Value="member this.NestedQuery : string" Usage="Android.App.AppSearch.JoinSpec.NestedQuery" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android34.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android34.0")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[get: Android.Runtime.Register("getNestedQuery", "()Ljava/lang/String;", "", ApiSince=34)]</AttributeName>
<AttributeName Language="F#">[<get: Android.Runtime.Register("getNestedQuery", "()Ljava/lang/String;", "", ApiSince=34)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Returns the query to run on the joined documents.</summary>
<value>To be added.</value>
<remarks>
<para>Returns the query to run on the joined documents.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/app/appsearch/JoinSpec#getNestedQuery()" title="Reference documentation">Java documentation for <code>android.app.appsearch.JoinSpec.getNestedQuery()</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="NestedSearchSpec">
<MemberSignature Language="C#" Value="public Android.App.AppSearch.SearchSpec NestedSearchSpec { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Android.App.AppSearch.SearchSpec NestedSearchSpec" />
<MemberSignature Language="DocId" Value="P:Android.App.AppSearch.JoinSpec.NestedSearchSpec" />
<MemberSignature Language="F#" Value="member this.NestedSearchSpec : Android.App.AppSearch.SearchSpec" Usage="Android.App.AppSearch.JoinSpec.NestedSearchSpec" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android34.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android34.0")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[get: Android.Runtime.Register("getNestedSearchSpec", "()Landroid/app/appsearch/SearchSpec;", "", ApiSince=34)]</AttributeName>
<AttributeName Language="F#">[<get: Android.Runtime.Register("getNestedSearchSpec", "()Landroid/app/appsearch/SearchSpec;", "", ApiSince=34)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.App.AppSearch.SearchSpec</ReturnType>
</ReturnValue>
<Docs>
<summary>Returns the search spec used to retrieve the joined documents.</summary>
<value>To be added.</value>
<remarks>
<para>Returns the search spec used to retrieve the joined documents.</para>
<para>If <c>Builder#setNestedSearch</c> is never called, this will return a <c>SearchSpec</c>
with all default values. This will match every document, as the nested search query will be
"" and no schema will be filtered out.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/app/appsearch/JoinSpec#getNestedSearchSpec()" title="Reference documentation">Java documentation for <code>android.app.appsearch.JoinSpec.getNestedSearchSpec()</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="ThresholdClass">
<MemberSignature Language="C#" Value="protected override IntPtr ThresholdClass { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance native int ThresholdClass" />
<MemberSignature Language="DocId" Value="P:Android.App.AppSearch.JoinSpec.ThresholdClass" />
<MemberSignature Language="F#" Value="member this.ThresholdClass : nativeint" Usage="Android.App.AppSearch.JoinSpec.ThresholdClass" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
<AttributeName Language="F#">[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]</AttributeName>
<AttributeName Language="F#">[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.IntPtr</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ThresholdType">
<MemberSignature Language="C#" Value="protected override Type ThresholdType { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Type ThresholdType" />
<MemberSignature Language="DocId" Value="P:Android.App.AppSearch.JoinSpec.ThresholdType" />
<MemberSignature Language="F#" Value="member this.ThresholdType : Type" Usage="Android.App.AppSearch.JoinSpec.ThresholdType" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
<AttributeName Language="F#">[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]</AttributeName>
<AttributeName Language="F#">[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Type</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="WriteToParcel">
<MemberSignature Language="C#" Value="public void WriteToParcel (Android.OS.Parcel dest, Android.OS.ParcelableWriteFlags flags);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void WriteToParcel(class Android.OS.Parcel dest, valuetype Android.OS.ParcelableWriteFlags flags) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.App.AppSearch.JoinSpec.WriteToParcel(Android.OS.Parcel,Android.OS.ParcelableWriteFlags)" />
<MemberSignature Language="F#" Value="abstract member WriteToParcel : Android.OS.Parcel * Android.OS.ParcelableWriteFlags -> unit
override this.WriteToParcel : Android.OS.Parcel * Android.OS.ParcelableWriteFlags -> unit" Usage="joinSpec.WriteToParcel (dest, flags)" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:Android.OS.IParcelable.WriteToParcel(Android.OS.Parcel,Android.OS.ParcelableWriteFlags)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="net-android-35.0;net-android-36.0">
<AttributeName Language="C#">[Android.Runtime.Register("writeToParcel", "(Landroid/os/Parcel;I)V", "", ApiSince=35)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("writeToParcel", "(Landroid/os/Parcel;I)V", "", ApiSince=35)>]</AttributeName>
</Attribute>
<Attribute FrameworkAlternate="net-android-35.0;net-android-36.0">
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android35.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android35.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="dest" Type="Android.OS.Parcel" Index="0" FrameworkAlternate="net-android-35.0;net-android-36.0" />
<Parameter Name="flags" Type="Android.OS.ParcelableWriteFlags" Index="1" FrameworkAlternate="net-android-35.0;net-android-36.0">
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.GeneratedEnum]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.GeneratedEnum>]</AttributeName>
</Attribute>
</Attributes>
</Parameter>
</Parameters>
<Docs>
<param name="dest">To be added.</param>
<param name="flags">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>