f1e0abb06d0eba82aa11487b5c268932e37bf275
[phinde.git] / README.rst
1 Features
2 ========
3 - Crawler and indexer with the ability to run many in parallel
4 - Shows and highlights text that contains search words
5 - Boolean search queries:
6
7   - ``foo bar`` searches for ``foo AND bar``
8   - ``foo OR bar``
9   - ``title:foo`` searches for ``foo`` only in the page title
10 - Facets for tag, domain, language and type
11 - Site search
12
13   - Query: ``foo bar site:example.org/dir/``
14   - or use the ``site`` GET parameter:
15     ``/?q=foo&site=example.org/dir``
16
17 Dependencies
18 ============
19 - PHP 5.5+
20 - elasticsearch 2.0
21 - gearman
22 - Net_URL2