Hi,
I have GN (v2.6.4) running in conjunction with Postgresql.
The GN is build from war.
Now I would like to compile this specific java program file :
../geonetwork/WEB-INF/classes/org/fao/geonet/kernel/search/LuceneSearcher.java
in the interest of raising the value of "BooleanQuery.setMaxClauseCount".
After making the change, I tried to compile it using javac but I got
many compiling errors.
I learned most of them can be resolved by having "gast.jar" specified
in the classpath, but turns out there's no such file in my
installation.
Could you tell me where or how can I get it ?
Thanks in advance,
Yoshi