Searched refs:def (Results 1 - 25 of 102) sorted by relevance

12345

/lucene-3.6.0/solr/client/ruby/solr-ruby/lib/solr/request/
H A Dbase.rb21 def response_format
25 def content_type
32 def handler
H A Dping.rb16 # def self.simple_request(options)
18 # def response_format
21 # def handler
29 def response_format
33 def handler
H A Dupdate.rb16 def response_format
20 def handler
H A Dindex_info.rb15 def handler
19 def to_hash
H A Dselect.rb20 def initialize(qt=nil, params={})
25 def response_format
29 def handler
33 def content_type
37 def to_hash
41 def to_s
H A Doptimize.rb17 def to_s
H A Dcommit.rb17 def initialize(options={})
23 def to_s
/lucene-3.6.0/solr/client/ruby/solr-ruby/test/unit/
H A Dsolr_mock_base.rb20 def setup
24 def teardown
28 def set_post_return(value)
30 def post(request)
36 def test_dummy
/lucene-3.6.0/solr/client/ruby/solr-ruby/lib/solr/response/
H A Dindex_info.rb14 def initialize(ruby_code)
18 def num_docs
22 def field_names
H A Dping.rb17 def initialize(xml)
24 def ok?
H A Dstandard.rb17 def initialize(ruby_code)
23 def total_hits
27 def start
31 def hits
35 def max_score
40 def field_facets(field)
50 def highlighted(id, field)
56 def each
H A Dadd_document.rb14 def initialize(xml)
H A Dmodify_document.rb14 def initialize(xml)
H A Dselect.rb14 def initialize(ruby_code)
/lucene-3.6.0/solr/client/ruby/flare/app/controllers/
H A Di18n_controller.rb16 def index
/lucene-3.6.0/solr/client/ruby/flare/vendor/plugins/flare/app/helpers/
H A Dapplication_helper.rb14 def facet_label(field)
/lucene-3.6.0/solr/client/ruby/flare/test/functional/
H A Dbrowse_controller_test.rb17 class BrowseController; def rescue_action(e) raise e end; end
20 def setup
27 def test_truth
/lucene-3.6.0/solr/client/ruby/flare/vendor/plugins/flare/test/
H A Dflare_context_test.rb17 def index_info
31 def setup
35 def test_clear
/lucene-3.6.0/solr/client/ruby/solr-ruby/lib/solr/
H A Dutil.rb16 def self.paired_array_each(a, &block)
24 def self.paired_array_to_hash(a)
28 def self.query_parser_escape(string)
/lucene-3.6.0/solr/client/ruby/flare/vendor/plugins/engines/lib/engines/rails_extensions/
H A Drails_initializer.rb24 def self.included(base) #:nodoc:
34 def load_all_plugins
41 def load_plugin_with_engine_additions(directory)
66 def after_initialize_with_engine_additions
76 def plugin_enabled_with_engine_additions?(path)
81 def plugin_name(path)
/lucene-3.6.0/solr/client/ruby/solr-ruby/test/functional/
H A Dtest_solr_server.rb23 def initialize
27 def self.wrap(params = {})
49 def jetty_command
53 def start
60 def stop
68 def platform_specific_start
81 def platform_specific_stop
87 def platform_specific_start
98 def platform_specific_stop
/lucene-3.6.0/solr/solrj/src/java/org/apache/solr/common/params/
H A DRequiredSolrParams.java113 public String get(String param, String def) { argument
114 return params.get(param, def);
118 public int getInt(String param, int def) { argument
119 return params.getInt(param, def);
123 public float getFloat(String param, float def) { argument
124 return params.getFloat(param, def);
128 public boolean getBool(String param, boolean def) { argument
129 return params.getBool(param, def);
133 public int getFieldInt(String field, String param, int def) { argument
134 return params.getFieldInt(field, param, def);
138 getFieldBool(String field, String param, boolean def) argument
143 getFieldFloat(String field, String param, float def) argument
148 getFieldParam(String field, String param, String def) argument
[all...]
/lucene-3.6.0/solr/client/ruby/flare/vendor/plugins/flare/lib/flare/
H A Dcontroller_extensions.rb16 def self.included(base)
21 def flare(options={})
32 def index
44 def facet
48 def auto_complete_for_search_query
55 def add_query
64 def update_query
73 def invert_query
80 def remove_query
86 def invert_filte
[all...]
/lucene-3.6.0/solr/client/ruby/flare/vendor/plugins/engines/lib/engines/
H A Dplugin_list.rb13 def [](name_or_index)
24 def by_precedence(&block)
/lucene-3.6.0/solr/client/ruby/solr-ruby/lib/solr/importer/
H A Dhpricot_mapper.rb17 def field_data(doc, path)
23 def initialize(mapping, options={})

Completed in 175 milliseconds

12345