Skip to content

Commit ee534ef

Browse files
authored
Add new count fields to intfields (#243)
1 parent bf8d60a commit ee534ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@
725725
<str name="aqp.dateFields">entry_date,date</str>
726726
<str name="aqp.timestampFields">indexstamp,update_timestamp,entry_date,metadata_ctime,metadata_mtime,fulltext_ctime,fulltext_mtime,nonbib_ctime,nonbib_mtime,metrics_ctime,metrics_mtime,orcid_ctime,orcid_mtime</str>
727727
<str name="aqp.floatFields">cite_read_boost,citation_count_norm</str>
728-
<str name="aqp.intFields">recid,pubdate_sort,citation_count,classic_factor,simbid,uat_id,read_count,author_count,page_count,data_count</str>
728+
<str name="aqp.intFields">recid,pubdate_sort,citation_count,classic_factor,simbid,uat_id,read_count,author_count,page_count,data_count,mention_count,credit_count</str>
729729
<str name="aqp.authorFields">author,first_author,book_author,editor</str>
730730
<str name="aqp.humanized.dates">pubdate:date,entdate:entry_date:timestamp</str>
731731
<str name="aqp.force.fuzzy.phrases">author,first_author,book_author,editor</str>

0 commit comments

Comments
 (0)