tomnelson

Results 12 issues of tomnelson

Added HitTermType and changed hit list code to use it instead of Content for hit terms. The motivation for this was as follows: - I saw that the document after...

Makes the choice of Pushdown or Sequential Scheduler configurable in the QueryLogic. The 'test' version of the PushdownScheduler is configured to use InMemoryAccumulo so that the actual production class no...

no_update

update zookeeper to keep pace with accumulo

Develop an Orthogonal layout algorithm. Get rid of the legacy orthogonal edge drawing code, replacing it with articulated edges drawn using the same approach as the Sugiyama layout.

There are some hacks in the code now that circumvent this error by adding in a RandomLocationTransformer, but I think that the implementation of KKLayoutAlgorithm should be robust enough to...

I noticed that the Attribute hierarchy of classes have methods that pass boolean reducedResponse as a parameter, but I found no methods there that actually use that parameter. I removed...

This is not for merging. It's only to show the json serialization changes for the accumulo-2.1 branch

I will also make this same PR against the integration branch. This fixes a problem where Content was probably not the best choice as a type for the hit terms,...

phrocker's latest json serialization changes in a branch of mine that is hacked to force json (instead of kryo) serialization everywhere

This pull request adds new modules that use jungrapht-visualization and JGraphT instead of Jung. I think you will like the new layout algorithms: TidierTree, Sugiyama, Circle that minimizes edge crossings,...