Revision 2424
Added by sgarg over 19 years ago
metacat.properties | ||
---|---|---|
142 | 142 |
# the limit is 4000 for oracle |
143 | 143 |
queryresult_string_length=4000 |
144 | 144 |
|
145 |
# the value of xml_returnfield.usage_count should be more than this value |
|
146 |
# for records to be entered into xml_queryresult. so if you want results for |
|
147 |
# any combination of returnfields to be stored in xml_queryresult only when |
|
148 |
# that combination has been requested 50 times, set this value to 50 |
|
149 |
xml_returnfield_count=0 |
|
150 |
|
|
145 | 151 |
# Harvester properties |
146 | 152 |
connectToMetacat=true |
147 | 153 |
|
Also available in: Unified diff
Added code such that an offset can be specified in metacat.properties for entering records into xml_queryresult table. The value of xml_returnfield.usage_count should be more than the value specified in metacat.properties for records to be entered into xml_queryresult. so if you want results for any combination of returnfields should be stored in xml_queryresult only after that combination has been requested 50 times, set this value to 50