Module: Droonga

Defined in:
lib/droonga/logger.rb,
lib/droonga/farm.rb,
lib/droonga/engine.rb,
lib/droonga/plugin.rb,
lib/droonga/server.rb,
lib/droonga/worker.rb,
lib/droonga/adapter.rb,
lib/droonga/catalog.rb,
lib/droonga/handler.rb,
lib/droonga/sweeper.rb,
lib/droonga/watcher.rb,
lib/droonga/searcher.rb,
lib/droonga/collector.rb,
lib/droonga/forwarder.rb,
lib/droonga/job_queue.rb,
lib/droonga/partition.rb,
lib/droonga/pluggable.rb,
lib/droonga/processor.rb,
lib/droonga/dispatcher.rb,
lib/droonga/distributor.rb,
lib/droonga/watch_schema.rb,
lib/droonga/input_message.rb,
lib/droonga/plugin_loader.rb,
lib/droonga/adapter_plugin.rb,
lib/droonga/command_mapper.rb,
lib/droonga/handler_plugin.rb,
lib/droonga/collector_plugin.rb,
lib/droonga/job_queue_schema.rb,
lib/droonga/plugin_repository.rb,
lib/groonga_command_converter.rb,
lib/droonga/distributor_plugin.rb,
lib/droonga/plugin/handler/add.rb,
lib/droonga/plugin_registerable.rb,
lib/droonga/plugin/handler/watch.rb,
lib/droonga/plugin/handler/search.rb,
lib/droonga/plugin/adapter/groonga.rb,
lib/droonga/plugin/collector/basic.rb,
lib/droonga/plugin/handler/groonga.rb,
lib/droonga/plugin/distributor/crud.rb,
lib/droonga/plugin/distributor/watch.rb,
lib/droonga/plugin/distributor/search.rb,
lib/droonga/plugin/distributor/groonga.rb,
lib/droonga/plugin/adapter/groonga/select.rb,
lib/droonga/plugin/handler/groonga/table_create.rb,
lib/droonga/plugin/handler/groonga/column_create.rb

Overview

Copyright (C) 2013 Droonga Project

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Defined Under Namespace

Modules: Logger, Pluggable, PluginRegisterable, Server, Worker Classes: Adapter, AdapterPlugin, AddHandler, BasicCollector, CRUDDistributor, Catalog, Collector, CollectorPlugin, CommandMapper, Dispatcher, Distributor, DistributorPlugin, Engine, Farm, Forwarder, GroongaAdapter, GroongaCommandConverter, GroongaDistributor, GroongaHandler, Handler, HandlerPlugin, InputMessage, JobQueue, JobQueueSchema, Partition, Plugin, PluginLoader, PluginRepository, Processor, SearchDistributor, SearchHandler, Searcher, Sweeper, WatchDistributor, WatchHandler, WatchSchema, Watcher

Class Method Summary collapse

Class Method Details

.catalogObject



23
24
25
# File 'lib/droonga/catalog.rb', line 23

def catalog
  @catalog ||= Catalog.new
end