Open ndushay opened 1 year ago
exact-ish matching (precision: exactish, then non-stemmed, then stemmed)
text_ws may not be used anywhere???
Questions:
remotely reasonable candidates
's
's
NOT:
https://solr.apache.org/guide/8_11/field-types-included-with-solr.html
"All Trie numeric and date field types have been deprecated in favor of Point field types. Point field types are better at range queries (speed, memory, disk), however simple field:value queries underperform relative to Trie. Either accept this, or continue to use Trie fields. This shortcoming may be addressed in a future release. " - https://solr.apache.org/guide/8_11/field-types-included-with-solr.html
UUID field type don't need it
Sort fields: ICUCollation field type? "SortableTextField"? "TextField"? Argo only sorts results by druid or by relevance.
docValues for faceting, sorting, highlighting; NOT for searching.
Trie fields are deprecated
closing this in favor of existing tickets; the new fields have been set up in schema.xml
Searchworks has this approach for english language fields:
for our natural english language fields, such as
We need to
use copy fields):schema.xml for copy fields, dor_indexing_app