[DS-1231] Indexing both stored and display-value from input-forms for search
Squashed commit of the following:
commit 426db183fc
Merge: b05c6a38334fce
Author: kstamatis <kstamatis@ekt.gr>
Date: Sat Sep 15 08:52:12 2012 -0700
Merge pull request #2 from abollini/DS-1231
Ds 1231
commit 8334fceed0
Author: Andrea Bollini <bollini@cilea.it>
Date: Sat Sep 15 17:31:08 2012 +0200
Use the default input set if the item is not yet archived
commit c6be362592
Author: Andrea Bollini <bollini@cilea.it>
Date: Sat Sep 15 17:23:48 2012 +0200
Minor changes
Code formatted using the dspace style eclipse formatter
No store values in the index as the lucene projection is not currently used
use generics to avoid raw type warning
commit 6e6933d174
Merge: 3b1cc06b05c6a3
Author: Andrea Bollini <bollini@cilea.it>
Date: Sat Sep 15 16:19:20 2012 +0200
Merge remote-tracking branch 'EKT/DS-1231' into DS-1231
commit b05c6a3288
Author: Rania Stathopoulou <iostath@ekt.gr>
Date: Fri Sep 14 19:49:27 2012 +0300
Search indexing all values (now getControlledVocabulariesDisplayValueLocalized returns a list of all the values and the DSIndexer manages these values)
A return statement is added if the item has no collection
commit 33da186e6c
Author: Rania Stathopoulou <iostath@ekt.gr>
Date: Thu Sep 13 11:19:56 2012 +0300
Code Indentation
commit c31651bdd8
Author: Rania Stathopoulou <iostath@ekt.gr>
Date: Tue Sep 11 11:54:43 2012 +0300
Code changed in order to index both stored and display-value for all localized input-forms if the user specifies 'inputform' in Search Index Configuration of dspace.cfg, e.g: search.index.12 = language:dc.language:inputform
commit d278958c22
Author: Rania Stathopoulou <iostath@ekt.gr>
Date: Fri Sep 7 12:19:25 2012 +0300
Package name 'gr.ekt.repositories.dspace.utils' removed.
All functions in gr.ekt.repositories.dspace.utils.Utilities.java were transfered in org.dspace.app.util.Util.java
Documentation added for the above functions
commit 8135fd4eb7
Author: EKT <iostath@ekt.gr>
Date: Wed Aug 8 18:40:40 2012 +0300
Unthrown exceptions added
commit fa8796bfeb
Author: EKT <iostath@ekt.gr>
Date: Wed Aug 8 17:06:20 2012 +0300
Indexing both stored and display-value from input-forms for search
Hierarchical LDAP originally assumed that when search.user is not
set, anonymous search is performed. We now assume that if it's
not set, simple LDAP authentication is performed. That retains
configuration backward comaptibility for the two most common cases.
The special case of anonymous search now requires search.anonymous
to be set to true, which means old installations using this setup
will have to add this config property.
Thanks to the previously merged DS-1180, the LDAPHierarchicalAuthentication
method gaind the capabilities of LDAPAuthentication. This commit renames
LDAPHierarchicalAuthentication to LDAPAuthentication and removes the
original LDAPAuthentication.