Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildArticleMapping ¶
func BuildArticleMapping() mapping.IndexMapping
BuildArticleMapping returns a mapping for indexing wikipedia articles in a manner similar to that done by lucene nightly benchmarks
Types ¶
type BenchConfig ¶
type BenchConfig struct {
IndexType string `json:"index_type"`
KVStore string `json:"kvstore"`
KVConfig map[string]interface{} `json:"kvconfig"`
}
func LoadConfigFile ¶
func LoadConfigFile(path string) *BenchConfig
type WikiReader ¶
type WikiReader struct {
// contains filtered or unexported fields
}
func NewWikiReader ¶
func NewWikiReader(path string) (*WikiReader, error)
func (*WikiReader) Close ¶
func (w *WikiReader) Close() error
func (*WikiReader) Next ¶
func (w *WikiReader) Next() (*Article, error)
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
bbaggregate
command
|
|
|
bbrunner
command
|
|
|
bleve-analyzer
command
|
|
|
bleve-bench
command
|
|
|
bleve-blast
command
|
|
|
bleve-query
command
|
Click to show internal directories.
Click to hide internal directories.

