File: control

package info (click to toggle)
python-django-djapian 2.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 196 kB
  • ctags: 342
  • sloc: python: 1,413; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,116 bytes parent folder | download
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
Source: python-django-djapian
Priority: optional
Maintainer: Mikhail Lukyanchenko <ml@uptimebox.ru>
Build-Depends: debhelper (>= 7.0.50)
Build-Depends-Indep: python-support
Standards-Version: 3.8.4
Section: python
Homepage: http://code.google.com/p/djapian/
Vcs-Git: git://github.com/uptimebox/python-django-djapian.git
Vcs-Browser: http://github.com/uptimebox/python-django-djapian

Package: python-django-djapian
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-django (>= 1.1), python-xapian (>= 1.0.7)
Description: Search API for Django using Xapian
 Djapian provides full-text search in your Django project.
 .
 Most features are provided by the Xapian library.  Djapian 
 effectively serves as a Django-compatible adaptor for Xapian.
 .
 Djapian features
 .
   * High-level DSL for indexer declaration
   * Standard result pagination support
   * Indexing of field, method results and related model attributes
   * Entry filtering (by trigger function)
   * Term tagging
   * Spelling corrections
   * Stemming
   * Result ordering by fields
   * Indexers auto discovery
   * Index shell