Skip to content

OpenCoreData/ocdSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ocdSearch

Start of a search interface based on the bleve template package.

What

A search of the JSON-LD index for OCD

Docker notes

CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build main.go docker build --tag="opencoredata/ocdsearch:0.1" --tag="opencoredata/ocdsearch:latest" .

Examples

Indexing

Some notes on indexing. currently I have five indexes.

  • abstracts (CSDCO abstracts)
  • compositIndex (JRSO and CSDCO resources indexed)
  • CSDCO (resource index for CSDCO)
  • JRSO (resource index for JRSO)
  • test (a test index for some, well, testing...)

Really the compositIndex is redundant and remove some flexibility in searching. So I should just make the three indexs of: JRSO, CSDCO and abstracts.

Future work

About

Free text search tool for OCD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published