Skip to content

Commit

Permalink
made author_count to be stored field
Browse files Browse the repository at this point in the history
  • Loading branch information
romanchyla committed Feb 22, 2021
1 parent aefdf87 commit 49b84c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@
omitTermFreqAndPositions="true" docValues="true" />

<field name="author_count" type="int" indexed="true"
stored="false" omitNorms="true" omitTermFreqAndPositions="true" />
stored="true" omitNorms="true" omitTermFreqAndPositions="true" />

<field name="first_author_facet_hier" type="string"
indexed="true" stored="${storeAll:false}" multiValued="true"
Expand Down

0 comments on commit 49b84c4

Please sign in to comment.