-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
35 lines (26 loc) · 1.07 KB
/
README
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
33
34
NAME
ElasticSearchX::Autocomplete - Efficient autocomplete with term
frequency and geolocation
VERSION
Version 0.05 - alpha
DESCRIPTION
"ElasticSearchX::Autocomplete" helps you to build autocomplete indexes
from your data, taking term frequency and (optionally) geolocation into
account.
This is an alpha module, and still requires documentation and tests.
Here be dragons.
SEE ALSO
ElasticSearch, <http://www.elasticsearch.org>
BUGS
If you have any suggestions for improvements, or find any bugs, please
report them to
<https://github.com/clintongormley/ElasticSearchX-Autocomplete/issues>.
I will be notified, and then you'll automatically be notified of
progress on your bug as I make changes.
AUTHOR
Clinton Gormley, <[email protected]>
COPYRIGHT AND LICENSE
Copyright (C) 2011 by Clinton Gormley
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself, either Perl version 5.8.7 or, at
your option, any later version of Perl 5 you may have available.