mirror of https://github.com/apache/lucene.git
add TODO about all docs constant
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@499440 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7dc02690f9
commit
29935fe9a7
|
@ -16,6 +16,10 @@ module Solr
|
||||||
module Request
|
module Request
|
||||||
# "Abstract" base class, only useful with subclasses that add parameters
|
# "Abstract" base class, only useful with subclasses that add parameters
|
||||||
class Select < Solr::Request::Base
|
class Select < Solr::Request::Base
|
||||||
|
|
||||||
|
# TODO add a constant for the all-docs query, which currently is [* TO *]
|
||||||
|
# (caveat, that is all docs that have a value in the default field)
|
||||||
|
# When the Lucene JAR is upgraded in Solr, the all-docs query becomes simply *
|
||||||
attr_reader :query_type
|
attr_reader :query_type
|
||||||
|
|
||||||
def initialize(qt=nil)
|
def initialize(qt=nil)
|
||||||
|
|
Loading…
Reference in New Issue