Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

num_feed_items=25
overrides the default number of documents that will have a url/desc in the doc_info_aggregation results (they cannot be guaranteed to be the first xx results)

geo_spread_degrees=5
forces fake_geo to pick lat/lng only this far apart (in degrees) - will result in all geos being: +-X/2 (because this will split them across the equator/perimeter) also im using ints so if you send an odd number it'll drop a degree because im lazy

min_docs=10
pastes the first doc a number of extra times until we get to X docs total

 

This will turn on the api to add the new data model (eventually I'll just roll the regular call over to default graph_data to true so we don't have to make any changes, I just didn't want to break the current UI).

...