Skip to main content
Ctrl+K

Register Now: Autumn School 2023: Open Approaches to Time in LCA 📍 Switzerland 🗓️ 9-13.October

Logo image

Site Navigation

  • Introduction
  • Setup
  • API Reference
  • Gallery
  • LCA
  • Contributing
  • FAQ
  • Changelog
  • Brightway Ecosystem
  • Credits & License
  • Interactive Training

Site Navigation

  • Introduction
  • Setup
  • API Reference
  • Gallery
  • LCA
  • Contributing
  • FAQ
  • Changelog
  • Brightway Ecosystem
  • Credits & License
  • Interactive Training

Section Navigation

  • bw2io
  • bw2data
    • bw2data.backends
    • bw2data.bin
    • bw2data.search
      • bw2data.search.indices
      • bw2data.search.schema
      • bw2data.search.search
    • bw2data.compat
    • bw2data.configuration
    • bw2data.data_store
    • bw2data.database
    • bw2data.errors
    • bw2data.fatomic
    • bw2data.filesystem
    • bw2data.ia_data_store
    • bw2data.logs
    • bw2data.meta
    • bw2data.method
    • bw2data.parameters
    • bw2data.project
    • bw2data.proxies
    • bw2data.query
    • bw2data.serialization
    • bw2data.sqlite
    • bw2data.updates
    • bw2data.utils
    • bw2data.validate
    • bw2data.weighting_normalization
  • bw2calc
  • bw2analyzer
  • API Reference
  • bw2data.search
  • bw2data.search.indices

bw2data.search.indices#

Module Contents#

Classes#

IndexManager

class bw2data.search.indices.IndexManager(database_path, dir_name='whoosh')[source]#
_format_dataset(ds)[source]#
add_dataset(ds)[source]#
add_datasets(datasets)[source]#
create()[source]#
delete_database()[source]#
delete_dataset(ds)[source]#
get()[source]#
update_dataset(ds)[source]#

previous

bw2data.search

next

bw2data.search.schema

On this page
  • Module Contents
    • Classes
      • IndexManager
        • IndexManager._format_dataset()
        • IndexManager.add_dataset()
        • IndexManager.add_datasets()
        • IndexManager.create()
        • IndexManager.delete_database()
        • IndexManager.delete_dataset()
        • IndexManager.get()
        • IndexManager.update_dataset()
      • IndexManager
        • _format_dataset
        • add_dataset
        • add_datasets
        • create
        • delete_database
        • delete_dataset
        • get
        • update_dataset
Show Source

© Copyright 2023 Brightway Developers.

Built with the PyData Sphinx Theme 0.13.0.