1 | <?php |
||
10 | class Luke extends SolrRequest |
||
11 | { |
||
12 | /** |
||
13 | * @var string |
||
14 | */ |
||
15 | protected $handlerName = 'luke'; |
||
16 | |||
17 | /** |
||
18 | * $var string |
||
19 | */ |
||
20 | protected $responseClass = '\PSolr\Response\Luke'; |
||
21 | |||
22 | /** |
||
23 | * @param int $numTerms |
||
24 | * |
||
25 | * @return \PSolr\Request\Luke |
||
26 | * |
||
27 | * @see http://wiki.apache.org/solr/LukeRequestHandler#numTerms |
||
28 | */ |
||
29 | public function setNumTerms($numTerms) |
||
33 | |||
34 | /** |
||
35 | * @param string|array $fieldList |
||
36 | * |
||
37 | * @return \PSolr\Request\Luke |
||
38 | * |
||
39 | * @see http://wiki.apache.org/solr/LukeRequestHandler#fl |
||
40 | */ |
||
41 | public function setFieldList($fieldList) |
||
45 | |||
46 | /** |
||
47 | * @param string $id |
||
48 | * |
||
49 | * @return \PSolr\Request\Luke |
||
50 | * |
||
51 | * @see http://wiki.apache.org/solr/LukeRequestHandler#id |
||
52 | */ |
||
53 | public function setId($id) |
||
57 | |||
58 | /** |
||
59 | * @param string $id |
||
60 | * |
||
61 | * @return \PSolr\Request\Luke |
||
62 | * |
||
63 | * @see http://wiki.apache.org/solr/LukeRequestHandler#docId |
||
64 | */ |
||
65 | public function setDocumentId($id) |
||
69 | |||
70 | /** |
||
71 | * @param string $item |
||
72 | * |
||
73 | * @return \PSolr\Request\Luke |
||
74 | * |
||
75 | * @see http://wiki.apache.org/solr/LukeRequestHandler#show |
||
76 | */ |
||
77 | public function setShow($item) |
||
81 | |||
82 | /** |
||
83 | * @param bool $report |
||
84 | * |
||
85 | * @return \PSolr\Request\Luke |
||
86 | * |
||
87 | * @see http://wiki.apache.org/solr/LukeRequestHandler#reportDocCount |
||
88 | */ |
||
89 | public function reportDocCount($report) |
||
93 | } |
||
94 |