Neale Upstone
Neale Upstone
See http://docs.jboss.org/hibernate/core/3.3/reference/en/html/objectstate.html#objectstate-detached for explanation of merge and update.
TypeAlias would be good to implement, but the mapping is not the major issue, it's the user expectation of what is and isn't in a store. Mongo adds a _class...
Thinking about the DSL, we want to be able to specify the cutoff as `attribute(salary).within(50000).of(500000)`, such that for 100% score weighting, 550000 would score zero. For matching multi enum, we...
Investigated, and done within DumbOrderedSearch. Things actually got slower if farming out scorers to multiple threads and then accumulating scores later. This would be good to revisit later.
This happens. Needs polishing as it also currently will do so for in-memory usage.
Currently will start automatically when starting embedded server if atom.server jar is on classpath + Jetty 7. Perhaps should add to sample app Or... package up a sample app as...
@cyberpunkdreams will be signing this off
Now part of sample-webapp at http://fuzzydb-sample-webapp.cloudfoundry.com/fuzz/ (not currently live but can be deployed on request) @cyberpunkdreams: Pls point your service at this and let me know how you go. Auth...
I've just fished the supporting client code into a whirlwind-clients repository that is shared with you. I'll give it a run against cloudFoundry when I get a chance On 13...
Moved this to a post-release milestone with aim to just to promote a sample app similar to fuzzit, but based on a full release. This was part of ReST milestone...