I am modifying the no.sesat.search.run.handler.FederatorRunHandler to merge navigators (facets) as well as results, and am doing an instanceof comparison of SearchResult objects. However, even when the two object are of the same class/interface (FacetedSearchResult or FacetedSearchResultImpl) the comparison is false. The only reason I can think of to cause this is that the classloader for each search command is loading different copies of the same class, which makes the result classes (though operationally the same) different in the eyes of instanceof...
Thoughts? Brian Frutchey Federal Solutions Architect M (703) 597-4875 E [email protected] Endeca 2100 Reston Parkway Ste 101 Reston, VA 20171 www.endeca.com <http://www.endeca.com> find / analyze / understand
_______________________________________________ Kernel-development mailing list [email protected] http://sesat.no/mailman/listinfo/kernel-development
