0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed some typos and improved the english More... almost 13 years ago
Adding GeoDistance Facet support More... almost 13 years ago
Bool test for google groups discussion added More... almost 13 years ago
Merge pull request #142 from marcooliveira/patch-1 More... almost 13 years ago
Fixed typo More... almost 13 years ago
Merge pull request #141 from yellowandy/master More... almost 13 years ago
Adding rewrite params to QueryString More... almost 13 years ago
Merge pull request #140 from fabian/elasticsearch-0.19 More... almost 13 years ago
Two shards for Percolator test More... almost 13 years ago
Updated to elasticsearch 0.19 More... almost 13 years ago
Prepare release v0.19.0.0 More... almost 13 years ago
Elastica_Node_Info updated to new behaviour in ES 0.19.0 More... almost 13 years ago
Link how to install attachment mapper updated More... almost 13 years ago
Ignore build folder added More... almost 13 years ago
Merge pull request #139 from farrelley/master More... almost 13 years ago
* Fixed test to look at Exception message. More... almost 13 years ago
* Added getMapping to the index to return all the mappings of an index More... almost 13 years ago
* Added ability to delete index type. * Added unit test to make sure that index type get deleted. More... almost 13 years ago
Merge pull request #130 from farrelley/master More... almost 13 years ago
mlt_fileds in Elastica_Query_MoreLikeThis renamed to fields (as of ES 0.19.0). Percolator test fixed More... almost 13 years ago
Merge pull request #134 from scragg0x/patch-2 More... almost 13 years ago
Merge pull request #137 from weejames/patch-1 More... almost 13 years ago
Sends percolate request when running a bulk index. More... almost 13 years ago
Merge pull request #133 from scragg0x/patch-1 More... almost 13 years ago
Merge pull request #136 from scragg0x/master More... almost 13 years ago
I replaced the to(Camel|Snake)Case functions because it was using the e modifier with preg. I disallow it on my web applications with Suhosin (because it's essentially like eval() which I also disable), so it was raising alerts and ending execution. The changes give the same results and and are much faster. More... almost 13 years ago
Turns out that returntransfer == true will leak memory. I turned it off and used an output buffer instead. I have tested it and it works. More... almost 13 years ago
I was tracking down a memory leak and found that the curl handle was the source. I honestly don't know what it's persisting. In any case, I modified it to close the handle when it's done. I don't think it will make a difference in performance to close/re-init in this case. More... almost 13 years ago
Update lib/Elastica/Log.php More... almost 13 years ago
_convertRequest can use alot of memory on a bulk request and it occurs anyways for no real reason that I can see when _log == false. More... almost 13 years ago