Re: missing values in systemproperties.html

2004-12-02 Thread Otis Gospodnetic
I actually wouldn't document those system properties. I have never heard of anyone using them, and I am not even sure if using them would work, because of the class cast on line 116 in FSDirectory for example. Hm, but I see this is a recent addition from Doug... oh, it must be related to his GCJ-

Re: missing values in systemproperties.html

2004-12-02 Thread Bernhard Messer
Otis, I'm not sure which properties you are talking about. As far as I can tell, systemproperties.html covers all properties. Please add anything that you see missing. for example: System.getProperty("org.apache.lucene.FSDirectory.class", FSDirectory.class.getName()); in FSDirectory System.get

Re: missing values in systemproperties.html

2004-12-01 Thread Otis Gospodnetic
Hello Bernhard (2+ weeks old emal). I'm not sure which properties you are talking about. As far as I can tell, systemproperties.html covers all properties. Please add anything that you see missing. Actually, I think there is a Wiki page with system properties, so we should probably update just

missing values in systemproperties.html

2004-11-13 Thread Bernhard Messer
hi, is there any reason why the following 3 properties are not documented in systemproperties.html, or is it just a lack in the documentation ? org.apache.lucene.SegmentReader.class (SegmentReader.java) org.apache.lucene.FSDirectory.class (FSDirectory.java) line.separator (QueryParser.java) thank