Skip to content

Commit 7048c7f

Browse files
authored
Author name ASCII folding at index time (#250)
* Add period to list of removed punctuation Adds periods to removed punctuation in "normalized_text_ascii" field type. This was to resolve a request to match abbreviated terms like "U.S." to their non-period-notation counterparts, e.g. "US". * Add "pub_abbrev" field * Add ASCII folding to index-time analysis chain for author field
1 parent c3526b5 commit 7048c7f

File tree

1 file changed

+2
-1
lines changed
  • deploy/adsabs/server/solr/collection1/conf

1 file changed

+2
-1
lines changed

deploy/adsabs/server/solr/collection1/conf/schema.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@
5959
pattern="[|]" />
6060
<filter
6161
class="solr.analysis.author.AuthorNormalizeFilterFactory" />
62+
<filter class="solr.ASCIIFoldingFilterFactory" preserveOriginal="true" />
6263
<filter class="solr.LowerCaseFilterFactory" />
6364
<filter class="solr.TrimFilterFactory" />
64-
65+
6566
</analyzer>
6667

6768
<!-- If you update the normalization components (ie. add new steps; especially

0 commit comments

Comments
 (0)