How to determine if the search results are from 64bit or 32bit index volumes
| Article:HOWTO56279 | | | Created: 2011-07-27 | | | Updated: 2011-07-31 | | | Article URL http://www.symantec.com/docs/HOWTO56279 |
With DTrace information
The below Dtrace line gives the number of results fetched from 64bit index volumes.
{VELOCITYRESULTSTOEV8RESULTS.EN_US} [61ms] Transform 50 results from Velocity to EV8 XML
The below Dtrace line gives the number of results fetched from 32bit index volumes.
CAltaVistaSearch::ChunkedSearch Search[2] Results found: 41 returned: 41|Memory: 6(MB) Elapsed: 0.0(secs)
Without DTrace information
- The EV administrator can determine the sequence number ranges of the 32bit and 64bit index volumes through VAC Index Volume Browser Tool.
- In the http://<EvServer>/EnterpriseVault/search.asp?advanced=3 the search results are returned with sequence numbers. Also ensure to set ‘Sort Result By’ option to either sequence number ascending or descending for ordering the search results.

- For example: if the archive has ten items in 32bit index volume in the range 1-10 and five items in 64bit index volume in the range 11-15, then in the search results -
- Items in the sequence number range 1 to 10 are from 32bit index volumes.
- Items in the sequence number range 11 to 15 are from 64bit index volumes.
|
|
Article URL http://www.symantec.com/docs/HOWTO56279
Terms of use for this information are found in Legal Notices









Thank you.