diff options
author | Arun Isaac | 2022-07-13 17:43:03 +0530 |
---|---|---|
committer | Arun Isaac | 2022-07-19 17:37:06 +0530 |
commit | d4cd8ad34b39cea2566e421d9b84ae6d73553db9 (patch) | |
tree | e94dc9fa7377cd33cfef81706d6d8858540ac86f /tests | |
parent | e2fe50c591706a7902048aaef911ce433522a322 (diff) | |
download | tissue-d4cd8ad34b39cea2566e421d9b84ae6d73553db9.tar.gz tissue-d4cd8ad34b39cea2566e421d9b84ae6d73553db9.tar.lz tissue-d4cd8ad34b39cea2566e421d9b84ae6d73553db9.zip |
document: Index boolean terms.
Metadata that will be used in boolean filtering should be indexed as
boolean terms, not as free text. This also results in the happy
coincidence that we no longer need a specialized
document-term-generator generic method for <issue> and <commit>.
* tissue/document.scm (document-boolean-terms): New public generic
function.
(document-term-generator): Use document-boolean-terms.
* tissue/issue.scm (document-boolean-terms): New generic method.
(document-term-generator): Delete generic method.
* tissue/commit.scm (document-boolean-terms): New generic method.
(document-term-generator): Delete generic method.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions