-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathsolr.php
More file actions
35 lines (35 loc) · 900 Bytes
/
solr.php
File metadata and controls
35 lines (35 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
return array(
'functions' => array(
'solr_get_version',
),
'classes' => array(
'SolrUtils',
'SolrInputDocument',
'SolrDocument',
'SolrDocumentField',
'SolrObject',
'SolrClient',
'SolrResponse',
'SolrQueryResponse',
'SolrUpdateResponse',
'SolrPingResponse',
'SolrGenericResponse',
'SolrParams',
'SolrModifiableParams',
'SolrQuery',
'SolrDisMaxQuery',
'SolrException',
'SolrClientException',
'SolrServerException',
'SolrIllegalArgumentException',
'SolrIllegalOperationException',
),
'constants' => array(
'SOLR_MAJOR_VERSION',
'SOLR_MINOR_VERSION',
'SOLR_PATCH_VERSION',
'SOLR_EXTENSION_VERSION',
),
'description' => 'Apache Solr',
);