https://github.com/capjamesg/search-index
Experiments with building a search index.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.4%) to scientific vocabulary
Repository
Experiments with building a search index.
Basic Info
- Host: GitHub
- Owner: capjamesg
- Language: Python
- Default Branch: main
- Size: 4.88 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Search Indexing
This repository contains code for my personal search indexing experiments.
What this project can do
This project has two parts:
- A search index builder.
- A query interface.
Search index builder
The search index builder can:
- Build a reverse search index from JSON objects.
- Search the index for terms.
- Return full records for a term.
Query interface
To aid with experimentation, and to allow me to further explore search-as-you-type query interfaces, this project comes with a query interface.
The query interface accepts a plain text query and returns results from the search index for the given query.
Getting Started
To complete.
Benchmarking
Thus far, this project has been used with small indexes (under 1,000 records). It takes around 7 seconds to build an index with 1,000 HTML documents and accompanying metadata. It takes less than 0.1 seconds to return results for a plain text query from this dataset.
License
This project is licensed under the MIT license.
Contributors
- capjamesg
Owner
- Name: James
- Login: capjamesg
- Kind: user
- Location: Scotland
- Company: @Roboflow
- Website: jamesg.blog
- Repositories: 320
- Profile: https://github.com/capjamesg
from words, wonder.
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0