Big Lucene Index Search Performance

2007-04-24 Thread Ven Helsing
Dear All, I am using Lucene Indexing and Searching In slide. For less than 1GB index size it is working well, but for More than like 4-6 GB it is not working well. Actually i need to make it work best for 40-80GB index with millions of Docs. How can i increase Indexing store permormance and also

Slide Load on Startup problem

2007-03-29 Thread Ven Helsing
Dear all, Whenever i fire a search request First time , slide (Tomcat Server) takes much time, because it loads all the libraries and classes in memory. After this whenever i fire Search request, it runs fast and smoothly. Does it related to Load on Startup varible value? I need to load my

How to set StandardAnalyzer Stop Words

2007-03-23 Thread Ven Helsing
Hello all, I want to use StandardAnaylyzer for Lucene content indexing and also don't need to Stop (ignore) common words which is default to StandardAnaylyzer. Means I want to use StandardAnayzer's constructor with empty set. How to do so? Thanks... -- View this message in context:

Re: URI encoding

2007-03-21 Thread Ven Helsing
Hello Whats going on? What about answer of my question. Eirikur Hrafnsson wrote: In my Slide experience using UTF-8 is the best way to go. However then you have to specifically set your webdav client (like Netdrive) to use UTF encoding and also the server with URIEncoding=UTF-8 (in

Re: Slide gives excetpion on PUT normal file (Help!!!)

2007-03-09 Thread Ven Helsing
you cannot have both abc.txt and Abc.txt. If your store is a database or on a Unix file system, then this would be a bug. Regards, Antoine Original-Nachricht Datum: Wed, 28 Feb 2007 02:30:46 -0800 (PST) Von: Ven Helsing [EMAIL PROTECTED] An: slide-user

NewBie : How to rename slide

2007-02-25 Thread Ven Helsing
Dear All, I want to change the name of slide, so that i can refer it by any other name, how can i do so. For example:- http://localhost:8080/slide (instead of this i need to do something different like:- http://localhost:8080/venshell) Every where slide folder should display 'venshell'

How to make propfind Case In-sensitive

2007-02-23 Thread Ven Helsing
Dear All, Consider following:- 1) Using DAVExplorer when i put a file named 'abc.txt' it successfully go(put) there. 2) After this when i put a file named 'Abc.txt' (Consider the case), slide gives the Exception? Why, it should give 'Not Found', why it is giving Exception, Any Help???