IndexFinder
class IndexFinder extends Index implements IndexFinder
IndexFinder
Über diese Klasse kann im SolrIndex gesucht werden.
Properties
protected HTTPClient | $client | from Index |
Methods
IndexResponse
find(Query $query)
Datensätze suchen
getDocumentFromRequest(Response $response)
Umwandeln des HTTP-Response in ein SolrResponse
static DataObject
getInstanceFromProperties(Properties $properties)
Neue Instanz erstellen
Details
in Index at line 49
__construct(URI|DataSource $uri)
Neuen Solr-Index erstellen
at line 44
IndexResponse
find(Query $query)
Datensätze suchen
at line 106
protected IndexResponse
getDocumentFromRequest(Response $response)
Umwandeln des HTTP-Response in ein SolrResponse
at line 141
static DataObject
getInstanceFromProperties(Properties $properties)
Neue Instanz erstellen
uri URI des Solr-Server in der Form http://[username:password@]host1[:port1]/solr/[core]