lucy icon indicating copy to clipboard operation
lucy copied to clipboard

Remove Compiler ivars

Open nwellnhof opened this issue 8 years ago • 0 comments

Remove all instance variables from the Compiler base class.

  • Make Compiler inherit from Obj instead of Query.
  • Use per-subclass ivar for boost if needed.
  • Copy some relevant ivars from the respective Query.
  • Fetch Similarity from DataReader's schema.

nwellnhof avatar Apr 22 '17 16:04 nwellnhof