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
<li>Results will only include Web Annotation, IIIF Presentation API 3.0, and IIIF Presentation API 2.1 resource types that have the text embedded within their structure.</li>
545
546
<li>Searches are case-insensitive</li>
546
547
<li>Standard linguistic analysis is applied (stemming, stop words, etc.)</li>
547
548
<li>Multi-word searches find documents containing <strong>all</strong> the words (AND logic)</li>
<li>Results will only include Web Annotation, IIIF Presentation API 3.0, and IIIF Presentation API 2.1 resource types that have the text embedded within their structure.</li>
652
654
<li>Searches are case-insensitive</li>
653
655
<li>Uses a "slop" value (default: 2) that allows up to 2 intervening words between search terms</li>
654
656
<li>Words don't need to be directly adjacent, providing flexibility while maintaining phrase coherence</li>
Phrase search is generally faster than wildcard search and provides a good balance of precision and recall. Results are sorted by relevance with the <code>__rerum.score</code> property indicating match quality.
749
+
Results are returned sorted by relevance score in descending order. The __rerum.score property indicates match quality.
748
750
</p>
749
751
</p>
750
752
<h3id="http-post-method-override">HTTP POST Method Override</h3>
0 commit comments