index
:
OSSE
this commit
levshtein
master
ngrams_indexer
Overly Simple Search Engine :)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
indexer
/
Cargo.toml
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Indexer: Stem words prior to adding/searching them
Baitinq
2022-11-11
1
-0
/
+1
*
Indexer: Decode html entities for website title and description
Baitinq
2022-11-06
1
-1
/
+1
*
Indexer: Add logging with env_logger
Baitinq
2022-11-06
1
-0
/
+2
*
Indexer+Frontend: Integrate with actix
Baitinq
2022-11-05
1
-0
/
+1
*
Indexer: Actix: Use the same service handler with multiple routes
Baitinq
2022-11-05
1
-0
/
+1
*
Indexer: Use kuchiki to split html content into words
Baitinq
2022-10-30
1
-0
/
+1
*
Misc: Remove unneeded dependencies
Baitinq
2022-10-30
1
-2
/
+0
*
Misc: Add local lib crate to share common structs
Baitinq
2022-10-30
1
-0
/
+1
*
Indexer: Setup permissive CORS
Baitinq
2022-10-27
1
-1
/
+2
*
Indexer: Return json from the /search endpoint
Baitinq
2022-10-27
1
-0
/
+1
*
Indexer: Use CrawledResource structure as values in the reverse index db
Baitinq
2022-10-25
1
-0
/
+1
*
Indexer: Implement basic reverse index searching and adding
Baitinq
2022-10-22
1
-0
/
+2
*
Indexer: Add skeleton http rest endpoint functionality
Baitinq
2022-10-21
1
-0
/
+2
*
Misc: Separate OSSE into components
Baitinq
2022-10-19
1
-0
/
+12