Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

0.0.4

Choose a tag to compare

@scopatz scopatz released this 21 Jan 15:56
· 130 commits to master since this release

Added:

  • Implemented db.search().

  • Schemas contain key telling whoosh if a field should be stored.

  • Preloader indexes artifacts.

  • Script to index artifacts not currently in index.

  • New REST API for searching the database.

Changed:

  • When creating a whoosh index, an indexname is supplied so multiple indexes can exist in the same directory.

  • When indexing document, ignore fields not present in schema rather than raise an error.

  • Pulling updates to libcfgraph is now more robust, and should not require
    human intervention ever.

  • New simple search for searching artifacts uses grep, head, and tail.

Removed:

  • Removed Whoosh, as it is deprecated, so that we may start fresh!