openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
PHP Elastica
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 98 of 114
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fixed some typos and improved the english
marcooliveira
More...
almost 13 years ago
Adding GeoDistance Facet support
Gerard Matthew
More...
almost 13 years ago
Bool test for google groups discussion added
Nicolas Ruflin
More...
almost 13 years ago
Merge pull request #142 from marcooliveira/patch-1
Nicolas Ruflin
More...
almost 13 years ago
Fixed typo
Marco Oliveira
More...
almost 13 years ago
Merge pull request #141 from yellowandy/master
Nicolas Ruflin
More...
almost 13 years ago
Adding rewrite params to QueryString
Andreas Sandberg
More...
almost 13 years ago
Merge pull request #140 from fabian/elasticsearch-0.19
Nicolas Ruflin
More...
almost 13 years ago
Two shards for Percolator test
Fabian Vogler
More...
almost 13 years ago
Updated to elasticsearch 0.19
Fabian Vogler
More...
almost 13 years ago
Prepare release v0.19.0.0
Nicolas Ruflin
More...
almost 13 years ago
Elastica_Node_Info updated to new behaviour in ES 0.19.0
Nicolas Ruflin
More...
almost 13 years ago
Link how to install attachment mapper updated
Nicolas Ruflin
More...
almost 13 years ago
Ignore build folder added
Nicolas Ruflin
More...
almost 13 years ago
Merge pull request #139 from farrelley/master
Nicolas Ruflin
More...
almost 13 years ago
* Fixed test to look at Exception message.
Shaun Farrell
More...
almost 13 years ago
* Added getMapping to the index to return all the mappings of an index
Shaun Farrell
More...
almost 13 years ago
* Added ability to delete index type. * Added unit test to make sure that index type get deleted.
Shaun Farrell
More...
almost 13 years ago
Merge pull request #130 from farrelley/master
Nicolas Ruflin
More...
almost 13 years ago
mlt_fileds in Elastica_Query_MoreLikeThis renamed to fields (as of ES 0.19.0). Percolator test fixed
Nicolas Ruflin
More...
almost 13 years ago
Merge pull request #134 from scragg0x/patch-2
Nicolas Ruflin
More...
almost 13 years ago
Merge pull request #137 from weejames/patch-1
Nicolas Ruflin
More...
almost 13 years ago
Sends percolate request when running a bulk index.
James Constable
More...
almost 13 years ago
Merge pull request #133 from scragg0x/patch-1
Nicolas Ruflin
More...
almost 13 years ago
Merge pull request #136 from scragg0x/master
Nicolas Ruflin
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.
scragg0x
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.
scragg0x
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.
scragg0x
More...
almost 13 years ago
Update lib/Elastica/Log.php
scragg0x
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.
scragg0x
More...
almost 13 years ago
←
1
2
…
94
95
96
97
98
99
100
101
102
…
113
114
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree