Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

basic example #52

Open
ghost opened this issue Apr 3, 2019 · 4 comments
Open

basic example #52

ghost opened this issue Apr 3, 2019 · 4 comments

Comments

@ghost
Copy link

ghost commented Apr 3, 2019

Any chance you can make a golang example that uses the GRPC API and the test data in the "examples" directory ?

It would make it much easier to get going and helping to fix things too.

@mosuka
Copy link
Owner

mosuka commented Apr 4, 2019

Hi @gedw99,

Thank you for your idea.
I'll put an example code which access to Blast via gRPC directly later. It would be useful to others.

@prologic
Copy link

@mosuka Speaking of which... I'm looking at using your project blast in an experimental proof-of-concept search engine. Can you help me understand a little more about how to create index mappings? I've read through the Bleve documentation and I'm still "not getting it" yet. My use-case is to index Web Pages. Thanks!

@mosuka
Copy link
Owner

mosuka commented Jul 19, 2019

@prologic Thank you for your interest in Blast!
This repository contains an example for Wikipedia indexing and its mapping file. It looks very similar to web page indexing. Could you refer to this one?
https://github.com/mosuka/blast#wikipedia-example
https://github.com/mosuka/blast/blob/master/example/enwiki_index_mapping.json

Also, Bleve provides web-based UI for creating index mapping. See the following repository:
https://github.com/blevesearch/bleve-mapping-ui
Contact the Bleve project if you want more information about mapping.
Thanks!

@prologic
Copy link

This repository contains an example for Wikipedia indexing and its mapping file. It looks very similar to web page indexing. Could you refer to this one?
https://github.com/mosuka/blast#wikipedia-example
https://github.com/mosuka/blast/blob/master/example/enwiki_index_mapping.json

Yes! I've already looked at this.

Also, Bleve provides web-based UI for creating index mapping. See the following repository:
https://github.com/blevesearch/bleve-mapping-ui

This I didn't know! Thank you :D I'll have a play around with it!

Contact the Bleve project if you want more information about mapping.

I was actually more interested in sharing your experiences or what you've learned more than anything. I can read documentation too; but learning from others is sometimes more productive :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants