mosuka / blast

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

Multiple index #106

Closed fi0 closed 4 years ago

fi0 commented 4 years ago

Can I run 1 indexer for multiple indexes?

mosuka commented 4 years ago

Hi @fi0 , Unfortunately, Blast does not support multiple indices. However, Bleve used by inside Blast supports pseudo multiple IndexMappings by DocumentType. See the following Bleve documentation and the sample IndexMapping for details:

fi0 commented 4 years ago

thank you!