diff options
| author | alex <[email protected]> | 2026-07-28 00:30:55 +0200 |
|---|---|---|
| committer | alex <[email protected]> | 2026-07-28 00:30:55 +0200 |
| commit | e973c9724829d962ff9e233ef16f489296f9fe3d (patch) | |
| tree | 324df28e63c5f550bfb2c4f84daa99b554c72eb5 /.idea/vcs.xml | |
| parent | 3038483c570af7b923dda39e857b9cab8f89e5dd (diff) | |
| download | search-engine-e973c9724829d962ff9e233ef16f489296f9fe3d.tar.xz search-engine-e973c9724829d962ff9e233ef16f489296f9fe3d.zip | |
added Posting type to the reverse index struct which will be later used for scoring results
Diffstat (limited to '.idea/vcs.xml')
| -rw-r--r-- | .idea/vcs.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="VcsDirectoryMappings"> + <mapping directory="$PROJECT_DIR$" vcs="Git" /> + </component> +</project>
\ No newline at end of file |
