Question
Search not Working
2 separate projects - both until recently compiled and worked properly.
now in 1 of them the search no longer works. As other projects work ok i'm assuming its not a dll or anything that is missing.
when compiling the one that doesn't work i notice i'm now getting compile errors as below. i've compared the project settings and both are set the same, although the second one has had many more topics added at last release. does anyone have any ideas?
Building Full-Text-Search data...
java.lang.ArrayIndexOutOfBoundsException: 255
at com.sun.java.help.search.BtreeDictCompactor$CompactorDictBlock.restoreKey1(BtreeDictCompactor.java:31)
at com.sun.java.help.search.BtreeDictCompactor$CompactorDictBlock.doMap1(BtreeDictCompactor.java:43)
at com.sun.java.help.search.BtreeDictCompactor$CompactorDictBlock.doMap1(BtreeDictCompactor.java:56)
at com.sun.java.help.search.BtreeDictCompactor.compact(BtreeDictCompactor.java:210)
at com.sun.java.help.search.DefaultIndexBuilder.close(DefaultIndexBuilder.java:91)
at com.sun.java.help.search.Indexer.compile(Indexer.java:231)
at com.sun.java.help.search.Indexer.main(Indexer.java:76)
