OSDN Git Service

ns_search: add journal indexing support
authorhylom <hylom@users.sourceforge.jp>
Thu, 29 Mar 2018 12:42:54 +0000 (21:42 +0900)
committerhylom <hylom@users.sourceforge.jp>
Thu, 29 Mar 2018 12:42:54 +0000 (21:42 +0900)
commit4e96d8a42185b4b0e9951b48f2ae93d724a3de50
tree3920c7a3d498abb54583e37bfac1d6ffb7a1f0f7
parent9cab1fe4d8a42e4ed09b195f63005828b2c07537
ns_search: add journal indexing support
src/ns_search/newslash_db/__init__.py
src/ns_search/newslash_db/base.py
src/ns_search/newslash_db/firehose.py [new file with mode: 0644]
src/ns_search/newslash_db/journals.py [new file with mode: 0644]
src/ns_search/newslash_index/document.py [new file with mode: 0644]
src/ns_search/newslash_index/index.py
src/ns_search/test/test_newslash_index.py