From 3038483c570af7b923dda39e857b9cab8f89e5dd Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 27 Jul 2026 23:55:14 +0200 Subject: init commit, basic tokenizing and indexing logic without any ranking of results on a simple wikipedia dump --- .idea/.gitignore | 10 ++++++++++ .idea/awesomeProject.iml | 9 +++++++++ .idea/encodings.xml | 4 ++++ .idea/go.imports.xml | 10 ++++++++++ .idea/modules.xml | 8 ++++++++ 5 files changed, 41 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/awesomeProject.iml create mode 100644 .idea/encodings.xml create mode 100644 .idea/go.imports.xml create mode 100644 .idea/modules.xml (limited to '.idea') diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..7fecb8f --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,10 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Ignored default folder with query files +/queries/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml 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 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/go.imports.xml b/.idea/go.imports.xml new file mode 100644 index 0000000..644cdf0 --- /dev/null +++ b/.idea/go.imports.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..cc47053 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file -- cgit v1.2.3