Граф коммитов

166 Коммитов

Автор SHA1 Сообщение Дата
Will Kahn-Greene 6fe7c09c07 Updating github urls in docs 2012-03-02 15:32:17 -05:00
Dave Dash c9fc5f4471 Honor ES_DISABLED for tasks. 2011-12-25 08:19:54 -06:00
Dave Dash 943e799587 Smarter ESTestCase 2011-12-24 12:05:09 -06:00
Dave Dash ca58e23180 Smarter ESTestCase 2011-12-24 11:14:26 -06:00
Dave Dash 35e4e76435 Force pyes to work. 2011-12-22 17:03:34 -06:00
Dave Dash 64a55ebaed Pinning to pyes 0.15 2011-12-22 16:36:10 -06:00
Dave Dash 9823b6053f Truth about testing. 2011-12-22 10:01:43 -06:00
Dave Dash 577b2ea383 Remove 2011-12-21 20:32:18 -06:00
Dave Dash 9a71dc3007 Forgot an import 2011-12-21 19:13:05 -06:00
Dave Dash 0ad05c0457 Insolent fool, models aren't self filtering, they must talk to their manager. 2011-12-21 19:09:25 -06:00
Dave Dash 096dc8d671 Update elasticutils/__init__.py 2011-12-21 15:03:21 -06:00
Dave Dash 2876d0adff Fix typo in docstring 2011-12-20 18:02:31 -06:00
Dave Dash 9b861dc1cb Fix typo in docstring 2011-12-20 17:49:59 -06:00
Dave Dash 95e12c0a5c Adding DJcelery to requirements-extra 2011-12-20 17:48:13 -06:00
Dave Dash 7529f2d328 requirements inheritence 2011-12-20 17:44:31 -06:00
Dave Dash d340ef9515 Cron tasks just got meta. 2011-12-19 14:48:17 -08:00
Dave Dash f3dbb8905a Celery task for indexing. 2011-12-19 14:37:38 -08:00
Dave Dash 28a09aa4b3 mixin 2011-12-19 14:32:29 -08:00
Will Kahn-Greene b22ca1d733 Add docs for doctypes, ES_TIMEOUT, and ES building
ElasticUtils builds queries with a series of assumptions about how the
index is laid out.  This documents that.

Adds documentation for ES_TIMEOUT.

Added a note about creating ES objects if you want an ES that isn't
cached thread-local.  This makes it easier to build an ES with
settings different than those in settings.py.  It's just a note to
make things easier.
2011-12-08 09:04:08 -08:00
Dave Dash 3d4acc5735 Merge pull request #19 from andymckay/master
Give users a clue why they are getting an annoying pythrift error
2011-12-08 08:50:12 -08:00
Andy McKay fd91d6a556 Give users a clue why they are getting an annoying pythrift error 2011-12-05 17:00:59 -08:00
Dave Dash 8aa0e6b6c9 Merge pull request #9 from erikrose/paving-order-by
Make order_by() pave over any previous orderings, just like Django.
2011-10-10 16:50:44 -07:00
Dave Dash 338fd0afbb Merge pull request #8 from seanmonstar/master
fix __repr__ method to not create new size query
2011-10-10 15:45:24 -07:00
Sean McArthur 67ba1bb8dd test repr(S) doesn't make a different query 2011-10-10 16:49:06 -05:00
Sean McArthur 50d618bcc9 fix __repr__ method to not create new size query 2011-10-10 11:54:09 -05:00
Dave Dash 61d617e600 Merge pull request #6 from willkg/fixes
Fixes minor documentation issues
2011-09-15 13:31:20 -07:00
Will Kahn-Greene 526cf71075 Fixes minor documentation issues
* the docs didn't mention the repository, so doing a google search leads you
  to rfd.org but at that point, you don't know where to get the code or how
  to download it or anything.
* fixes some reST formatting issues and sphinx-docs errors
* (cosmetic) removes an unused import in setup.py
* tweaks some configure documentation
2011-09-14 15:19:05 -07:00
Erik Rose bf61dd750d Make order_by() pave over any previous orderings, just like Django. 2011-09-14 14:48:27 -07:00
Dave Dash 2de4fa9f1e Merge pull request #5 from jbalogh/master
let us address multiple search indexes
2011-09-09 10:57:34 -07:00
Jeff Balogh d500e9a908 allow for multiple indexes 2011-09-06 11:02:27 -07:00
Dave Dash 39ca34fc37 Merge pull request #4 from erikrose/typo
Correct a typo in query documentation.
2011-08-31 06:52:00 -07:00
Erik Rose c44f1a06dd Correct a typo in query documentation. 2011-08-30 23:10:44 -07:00
Dave Dash 31ba4c9b4b Merge pull request #3 from seanmonstar/master
ported zamboni ES class into S
2011-08-11 16:58:29 -07:00
Sean McArthur 7afc0ff035 documentation for the converted S object from zamboni 2011-08-11 16:54:36 -07:00
Sean McArthur d26b0ffbb9 update F.__invert__ to remove the 'not' if NOTed again
whitespace and a comment
2011-08-11 15:42:09 -07:00
Sean McArthur 5466a970a3 only AND filters in an F is there are more than one 2011-08-11 15:42:08 -07:00
Sean McArthur 04f6fd9e40 adding repr version, for useful shell debugging 2011-08-11 15:42:07 -07:00
Sean McArthur cd7ef1e3a3 comment docs for many of the methods 2011-08-11 15:42:07 -07:00
Sean McArthur 93d8366bc9 ported zamboni's object into S, added AND and NOT to F, using order_by instead of custom_score 2011-08-11 15:42:06 -07:00
Dave Dash 72c0b37a46 Minor doc tweaks 2011-08-11 15:41:00 -07:00
Dave Dash a14e1baf14 Sensible defaults 2011-08-11 15:25:34 -07:00
Dave Dash f090c1c8aa Merge branch 'wrapper' 2011-07-14 13:44:07 -07:00
Dave Dash 3a56589ba0 Minor fixes 2011-07-14 13:43:54 -07:00
Dave Dash 6c0893b487 A generic wrapper to require ES for a view. 2011-07-13 11:29:22 -07:00
Dave Dash 4b36737e58 Merge pull request #2 from rfreebern/custom_score_query
Custom score query
2011-07-06 11:29:24 -07:00
Ryan Freebern 37d11dcad3 Support custom score queries; add __str__ method 2011-07-06 14:06:13 -04:00
Ryan Freebern 2f11b7136a Added section on running tests. 2011-07-05 20:50:38 -04:00
Dave Dash cef11c83fa Added :ref: 2011-07-03 20:17:53 -07:00
Dave Dash 3511d3195f Support for order_by 2011-06-28 19:10:13 -07:00
Dave Dash 1a82dd7714 Now supporting ES_TIMEOUT 2011-06-28 12:08:50 -07:00