summaryrefslogtreecommitdiff
path: root/.idea/awesomeProject.iml
diff options
context:
space:
mode:
authoralex <[email protected]>2026-07-27 23:55:14 +0200
committeralex <[email protected]>2026-07-27 23:55:14 +0200
commit3038483c570af7b923dda39e857b9cab8f89e5dd (patch)
tree62df1d164f8364d02d5bb811f4ac95b20a77654e /.idea/awesomeProject.iml
downloadsearch-engine-3038483c570af7b923dda39e857b9cab8f89e5dd.tar.xz
search-engine-3038483c570af7b923dda39e857b9cab8f89e5dd.zip
init commit, basic tokenizing and indexing logic without any ranking of results on a simple wikipedia dump
Diffstat (limited to '.idea/awesomeProject.iml')
-rw-r--r--.idea/awesomeProject.iml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.idea/awesomeProject.iml b/.idea/awesomeProject.iml
new file mode 100644
index 0000000..7c421e3
--- /dev/null
+++ b/.idea/awesomeProject.iml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="WEB_MODULE" version="4">
+ <component name="GoModuleSettings" enabled="true" />
+ <component name="NewModuleRootManager">
+ <content url="file://$MODULE_DIR$" />
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ </component>
+</module> \ No newline at end of file