Index all labels for an individual, to support searching on multiple labels and other-language versions of a label NIHVIVO-3811

Fixed number of threads used during a solr index update
Changed nameLowercaseSingleValue to not be a copy field
Changed logging in solr index building so that errors from the solr server are logged
This commit is contained in:
briancaruso 2012-06-26 17:00:08 +00:00
parent 1a30302241
commit 8bd0990e85
22 changed files with 153 additions and 64 deletions

View file

@ -246,9 +246,9 @@
<copyField source="nameRaw" dest="nameLowercase" />
<copyField source="nameRaw" dest="NAME_PHONETIC" />
<copyField source="nameRaw" dest="acNameUntokenized" />
<copyField source="nameRaw" dest="acNameStemmed" />
<copyField source="nameRaw" dest="nameLowercaseSingleValued" />
<copyField source="nameRaw" dest="acNameStemmed" />
<copyField source="nameRaw" dest="nameText" />
<!-- nameLowercaseSingleValued is not copied from nameRaw becasue nameRaw might have multiple values -->
<!-- **************************** End Vitro Fields *************************** -->