Skip to content

Commit

Permalink
Merge origin/master
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto authored and alberto committed May 31, 2017
2 parents 478ee0d + 824bfb5 commit 1532cd5
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions installation/solr-6.x/kramerius/conf/managed-schema
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,23 @@
<copyField source="text_ocr" dest="text"/>

<!-- lemmatized fields; text -->
<copyField source="text" dest="text_lemmatized"/>
<copyField source="text" dest="text_lemmatized_ascii"/>
<copyField source="dc.title" dest="text_lemmatized"/>
<copyField source="keywords" dest="text_lemmatized"/>
<copyField source="dc.description" dest="text_lemmatized"/>
<copyField source="dc.title" dest="text_lemmatized"/>
<copyField source="dc.creator" dest="text_lemmatized"/>
<copyField source="details" dest="text_lemmatized"/>
<copyField source="text_ocr" dest="text_lemmatized"/>


<copyField source="dc.title" dest="text_lemmatized_ascii"/>
<copyField source="keywords" dest="text_lemmatized_ascii"/>
<copyField source="dc.description" dest="text_lemmatized_ascii"/>
<copyField source="dc.title" dest="text_lemmatized_ascii"/>
<copyField source="dc.creator" dest="text_lemmatized_ascii"/>
<copyField source="details" dest="text_lemmatized_ascii"/>
<copyField source="text_ocr" dest="text_lemmatized_ascii"/>


<!-- lemmatized fields; root_title -->
<copyField source="root_title" dest="root_title_lemmatized"/>
Expand Down

0 comments on commit 1532cd5

Please sign in to comment.