Can the index be stored on a network share folder?

0 votes
asked by about SearchWithin
edited by

Can the index be stored on a network share folder?

1 Answer

0 votes
No avatar answered by (329k points)
edited by

Yes, the indexes can be stored on a network shared folder. Install the application, open readme.html, scroll down and you will see how to store indexes on a network shared folder. Here is a sample code from the readme.html file:

<Indices>
<Index Name="Local" Path=""/>
<Index Name="Shared Index" Path="z:\"/>
...
...
...
</Indices>
  • Local: user can create and search their own indexes
  • Path: (default) c:\users\\documents\searchwithin
  • Shared index & Path: network mapped drive

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...