Project

General

Profile

Statistics
| Revision:

# Date Author Comment
29937 02/09/2014 03:29 PM Andrea Mannocci

this branch uses solr 4.3.1 instead of dnet-parent property apache.solr.version being equal to 4.9

28453 25/06/2014 03:29 PM Andrea Mannocci

counter-fix:
isStored depend only on @stored attribute.

unless specified in the index layout schema stored is opt-out:
default to false in order to save space in the response message.

28375 23/06/2014 09:37 AM Andrea Mannocci

fix:
if the index metadata format xml states
"result=true" the field has stored="true" in SOLR
else
"result=false" the field has stored="false" in SOLR