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-
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
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
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