I do not recommend using network storage for indexes. This is almost always
extremely slow. When I tried it, indexing ran 100X slower.

If you don't mind terrible performance, configure your NT service to
run as a specific user. The default user is one that has almost no
privileges. Create a new user, perhaps "solr", give that user the desired
privs, and configure the service to run as that user.

But you should still use local disk.

wunder

On 6/9/09 1:55 AM, "Noble Paul നോബിള്‍  नोब्ळ्" <noble.p...@corp.aol.com>
wrote:

> nope
> 
> On Tue, Jun 9, 2009 at 4:59 AM, vaibhav joshi<callvaib...@hotmail.com> wrote:
>> 
>> Hi,
>> 
>> I am currently using solr 1.3 and runnign the sole as NT service. I need to
>> store data indexes on a Remote Filer machine. the Filer needs user
>> credentials inorder to access the same.. Is there a solr configuration which
>> I can use to pass these credentials?
>> 
>> I was reading some blogs and they suggested to run the NT service with user
>> who can access the resource needed. Since I need to use existing build and
>> deploy tools in the company, and they always run the NT serviec "LOCAL
>> System" which cannot access other resource.
>> 
>> Thats why i am trying to explore if its possible to pass these credentials
>> via JNDI/System variables? Is it possible?
>>  
>> Thanks
>> 
>> Vaibhav



Reply via email to