https://github.com/capjamesg/search-index

Experiments with building a search index.

https://github.com/capjamesg/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
Last synced: 9 months ago · JSON representation

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
Created over 4 years ago · Last pushed over 4 years ago
Metadata Files
Readme License

README.md

Search Indexing

This repository contains code for my personal search indexing experiments.

What this project can do

This project has two parts:

  1. A search index builder.
  2. A query interface.

Search index builder

The search index builder can:

  1. Build a reverse search index from JSON objects.
  2. Search the index for terms.
  3. 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

from words, wonder.

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 2
  • Total Committers: 1
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
jamesg 3****g 2

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
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels