[Xapian-discuss] Xapian web fronends

Peter Karman peter at peknet.com
Wed Mar 6 17:02:18 GMT 2013


On 3/6/13 8:29 AM, Omer Segev wrote:
> Hi,
>
> Is there any php or other web (not cli) front end (same as omega) for
> Xapian index?
>
> I would like to use Xapian for an intranet search portal, and modify the
> style of it.
>


Dezi[0] supports a Xapian backend, and the PHP Dezi client[1] would 
allow you to design whatever interface you'd like. You can also use the 
Javascript example UI[2] and modify that.

Briefly:

Install the prerequisites from CPAN:

  % cpan Search::Xapian
  % cpan SWISH::Prog::Xapian
  % cpan Search::OpenSearch::Engine::Xapian    # version 0.04 required
  % cpan Dezi
  % cpan Dezi::UI     # if you want to try the Javascript example ui

Create a config file as documented[0].


[0] http://dezi.org/2012/02/19/xapian-backend
[1] https://github.com/karpet/dezi-client-php
[2] https://github.com/karpet/dezi-ui-example


-- 
Peter Karman  .  http://peknet.com/  .  peter at peknet.com



More information about the Xapian-discuss mailing list