cobs_index
0.1
  • Tutorial for COBS Python Interface
  • COBS Python API Reference
    • cobs_index.FileType
    • cobs_index.DocumentEntry
    • cobs_index.DocumentList
    • cobs_index.ClassicIndexParameters
    • cobs_index.CompactIndexParameters
    • cobs_index.Search
    • cobs_index.classic_construct
    • cobs_index.classic_construct_list
    • cobs_index.compact_construct
    • cobs_index.compact_construct_list
    • cobs_index.disable_cache
cobs_index
  • »
  • COBS Python API Reference »
  • cobs_index.Search

cobs_index.Search

class Search

Search object to run queries on COBS indices

__init__(self: cobs_index.Search, arg0: str) → None

constructor, loads the given classic or compact index file.

Methods

__init__(self, arg0)

constructor, loads the given classic or compact index file.

search(self, query[, threshold, num_results])

search index for query returning vector of matches

Previous Next

© Copyright 2019, Timo Bingmann.

Built with Sphinx using a theme provided by Read the Docs.