solr Client

  • Home
  • Solr Client
  • APIs
    • JAVA
    • PHP
    • Shell
  • Links
PHP Clients
  • Apache Solr PHP Extension
  • Generic PHP Client
  • SolrQuery - PHP query client for Solr
  • SolrUpdate - PHP update client for Solr
  • solr-php-client
API Clients
  • Apache Solr PHP Extension
  • Haystack for Django
  • Flash Client: solr-sunspot
  • Minig's Solr Client
  • solrpy
  • Django Solr
  • Post Multiple Files to a Solr Server
  • Solr Delete Post for Shells
  • Generic PHP Client
  • SolrJ
Other Clients
  • Solr for WordPress
  • Drupal 5 Solr
  • solr Client
Home

API

This product is an api which cannot be used without coding and interface.

Apache Solr PHP Extension

Tue, 03/23/2010 - 15:56 |  admin

The Apache Solr PECL extension is a light-weight, feature-rich library that allows developers using Apache Solr via PHP to communicate easily and efficiently with the Solr web service using an object-oriented API.

The Apache Solr extension is an extremely fast, light-weight, feature-rich library that allows PHP developers to communicate easily and efficiently with Apache Solr server instances using an object-oriented API.

Read more
Add new comment |  Tags: API, PHP

Haystack for Django

Thu, 04/08/2010 - 20:57 |  admin

Haystack provides modular search for Django. It features a unified, familiar API that allows you to plug in different search backends (such as Solr, Whoosh, Xapian, etc.) without having to modify your code.

http://docs.haystacksearch.org/dev/toc.html

Add new comment |  Tags: API, Python

Flash Client: solr-sunspot

Tue, 03/23/2010 - 15:24 |  admin

Sunspot is a Flash Solr client written in Flex 3.0. Solr is a powerful open source search server based on Lucene. Generally speaking, Solr indexes documents via XML input and accepts queries for its indexed data via HTTP GET and POST requests. You can find more information on solr at apache.org.

Read more
Add new comment |  Tags: API, Flash/Flex Web

Minig's Solr Client

Tue, 03/23/2010 - 15:17 |  admin

MiniG is a webmail for the OBM groupware solution which contains a solr client.

Read more
Add new comment |  Tags: API, JAVA

solrpy

Tue, 03/23/2010 - 14:40 |  admin

solrpy is a python client for solr, an enterprise search server built on top of lucene. solrpy allows you to add documents to a solr instance, and then to perform queries and gather search results from solr using your favorite programming language--python.
url: http://code.google.com/p/solrpy/

Add new comment |  Tags: API, Python

Django Solr

Tue, 03/23/2010 - 14:38 |  admin

Django Solr search is a Django pluggable for rapidly integrating Solr search into a Django Application. It was originally written for The Washington Times. Readers where complaining that they were never able to find relevant content and they weren't given the tools to narrow down their search. With some of our past experiences with Solr it seemed like the obvious choice for this type of enterprise search concept.

http://code.google.com/p/django-solr-search/

Add new comment |  Tags: API, Python

Post Multiple Files to a Solr Server

Tue, 03/23/2010 - 14:22 |  admin

This shell script will post all xml files found in the /exports/xml directory to a solr installation on the localhost. The xml files must end with 'xml'. Once the xml file is posted the file is renamed added the date as a suffix.

Read more
Add new comment |  Tags: API, Shell

Solr Delete Post for Shells

Tue, 03/23/2010 - 14:18 |  admin

This script is used to delete entries from a solr installation. In this case the delete query is 'url:http*' which is and record which contains http* in the url field. Be sure to change this portion of the code to fit your needs.

Read more
Add new comment |  Tags: API, Shell

Generic PHP Client

Tue, 03/23/2010 - 13:56 |  admin


define("DEFAULT_URL","http://solr.myhost.com:8080/solr/select");
define("DEFAULT_ROWS","15");
define("DEFAULT_FIELDLIST","score,id,title,url,type,created_date,modified_date,icon,logo");
define("DEFAULT_SORT","score desc");

// instantiate a solr class
$s = new solr();
$s->query("google AND microsoft");

/* solr client class definition */
class solr{

public $hostname;
public $queryString;
public $serializedResult;
public $rows;
public $fieldList;

function __construct ($hostname=DEFAULT_URL){

Read more
Add new comment |  Tags: API, PHP

SolrJ

Tue, 03/23/2010 - 03:18 |  admin

Solrj is a robust Java client for adding, deleting and updating documents with Solr. Solrj includes an option to access an embedded solr instance without the need to run an HTTP server.
URL:http://wiki.apache.org/solr/Solr1.3
Author: unknown

Add new comment |  Tags: API, JAVA
  • 1
  • 2
  • next ›
  • last »

Search

Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright © 2010 solr Client. All Rights Reserved.

Powered by Drupal and Drupal Theme created with Artisteer.