Revision 2417
Added by sgarg over 19 years ago
metacat.properties | ||
---|---|---|
132 | 132 |
|
133 | 133 |
usexmlindex=true |
134 | 134 |
|
135 |
resultsetsize=40 |
|
135 |
# used for the setting the size of resultset for applications like morpho |
|
136 |
app_resultsetsize=400 |
|
136 | 137 |
|
138 |
# used for the setting the size of resultset for searches done using browsers |
|
139 |
web_resultsetsize=900 |
|
140 |
|
|
141 |
# used for the setting the size of queryresult_string in queryresult table. |
|
142 |
# the limit is 4000 for oracle |
|
143 |
queryresult_string_length=4000 |
|
144 |
|
|
137 | 145 |
# Harvester properties |
138 |
|
|
139 | 146 |
connectToMetacat=true |
140 | 147 |
|
141 | 148 |
delay=0 |
Also available in: Unified diff
Added new parameters to control the size of resultset for browsers and application like morpho. Also a parameter to specify the length of xml_queryresult.queryresult_string