mosuka / blast

Blast is a full text search and indexing server, written in Go, built on top of Bleve.
Apache License 2.0
1.07k stars 77 forks source link

Indexing content / faceted search #2

Closed roscopecoltran closed 6 years ago

roscopecoltran commented 6 years ago

Hey,

Hope you are all well !

I wanted to extend the following golang project, https://github.com/hoop33/limo, using also bleve, with blast. Actually, I forked and updated limo in order to automatically fetch and add the repo topics in order to pre-fill limo's tags index.

But I would like to create a web-ui and create some facets to explore my starred repository. So after a couple of searches, I found your project wrapping the bleve package.

Can you provide an example or more explanation about how to index content ?

Questions:

Thanks in advance.

Cheers, Richard

mosuka commented 6 years ago

Hi @roscopecoltran ,