-
Notifications
You must be signed in to change notification settings - Fork 2
improve relevancy with exactish, tokenized, unstemmed and stemmed field flavors where appropriate #1032
Comments
Questions: which tokenizer?remotely reasonable candidates
which stemmer?
which sort field type / filters
which case folding?
what other filters?
NOT:
|
FieldTypes:https://solr.apache.org/guide/8_11/field-types-included-with-solr.html
Deprecated Field Types"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
|
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_appThe text was updated successfully, but these errors were encountered: