You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by eh...@apache.org on 2007/03/25 17:56:09 UTC

svn commit: r522288 - /lucene/solr/trunk/client/ruby/solr-ruby/lib/solr/request/base.rb

Author: ehatcher
Date: Sun Mar 25 08:56:08 2007
New Revision: 522288

URL: http://svn.apache.org/viewvc?view=rev&rev=522288
Log:
add TODO

Modified:
    lucene/solr/trunk/client/ruby/solr-ruby/lib/solr/request/base.rb

Modified: lucene/solr/trunk/client/ruby/solr-ruby/lib/solr/request/base.rb
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/client/ruby/solr-ruby/lib/solr/request/base.rb?view=diff&rev=522288&r1=522287&r2=522288
==============================================================================
--- lucene/solr/trunk/client/ruby/solr-ruby/lib/solr/request/base.rb (original)
+++ lucene/solr/trunk/client/ruby/solr-ruby/lib/solr/request/base.rb Sun Mar 25 08:56:08 2007
@@ -11,6 +11,9 @@
 # limitations under the License.
 
 class Solr::Request::Base
+  
+  
+  #TODO : Add base support for the debugQuery flag, and such that the response provides debug output easily
 
   # returns either :xml or :ruby depending on what the
   # response type is for a given request