Skip to content

v1.2.5 (2012-12-12)

Choose a tag to compare

@seancoyne seancoyne released this 10 Jul 15:48
· 68 commits to master since this release
  • Indexing performance enhacements for large datasets.
  • Increase max query size to 1 billion records.
  • Added bRemoveOldDataFromSolr boolean to indexRecords() for the option to do faster mass batch indexing.
    • Be sure to update any custom contentToIndex() methods in your types to account for new arguments/filters. See online documentation for filtering examples).
  • Added GET/POST method options for Solr queries.