View groovyConsoleES_EM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@GrabResolver(name='Codehaus', root='http://repository.codehaus.org') | |
@GrabResolver(name='Codehaus.Snapshots', root='http://snapshots.repository.codehaus.org') | |
@GrabResolver(name='Codehaus.Snapshots', root='http://oss.sonatype.org/content/repositories/releases/') | |
@GrabResolver(name='Codehaus.Snapshots', root='http://repo1.maven.org/maven2/') | |
@Grapes([ | |
@Grab(group='org.codehaus.groovy.modules.http-builder', module='http-builder', version='0.5.1'), | |
@Grab(group='org.elasticsearch', module='elasticsearch-client-groovy', version='0.10.0'), | |
@Grab(group='org.elasticsearch', module='elasticsearch-lang-groovy', version='0.14.3'), | |
@Grab(group='org.apache.lucene', module='lucene-highlighter', version='3.0.3'), | |
@GrabExclude(group='xerces', module='xercesImpl')]) |
View testES1.em
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"explain" : false, | |
"from" : 1, | |
"size" : 10, | |
"sort" : [ { "_score" : { } } ], | |
"query" : { | |
"filtered" : { | |
"query" : { | |
"bool" : { | |
"must" : { "field" : { "_all" : "noche" } }, |
View ResultES
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"hits": { | |
"hits": [], | |
"max_score": 2.733024, | |
"total": 1 | |
}, | |
"timed_out": false, | |
"took": 20, | |
"_shards": { | |
"failed": 0, |
View GroovyEventTraceConsoleOutput_EM.20110222
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Code select : 19:50:35 Code select starting on ReunionService.groovy at [ 7586,0 ] | |
Code select : 19:50:35 Event complete: 0ms: Code select: ReunionService.groovy | |
Code select : 19:50:37 Code select starting on ReunionService.groovy at [ 6284,0 ] | |
Code select : 19:50:37 Event complete: 1ms: Code select: ReunionService.groovy | |
Code select : 19:50:49 Code select starting on ReunionService.groovy at [ 7802,0 ] | |
Code select : 19:50:49 Event complete: 1ms: Code select: ReunionService.groovy | |
Code select : 19:50:51 Code select starting on ReunionService.groovy at [ 7883,0 ] | |
Code select : 19:50:51 Event complete: 1ms: Code select: ReunionService.groovy | |
Code select : 19:50:53 Code select starting on ReunionService.groovy at [ 8090,0 ] | |
Code select : 19:50:53 Event complete: 1ms: Code select: ReunionService.groovy |
View SpanishAnalyzer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.Reader; | |
import java.util.Arrays; | |
import java.util.HashSet; | |
import org.apache.lucene.analysis.Analyzer; | |
import org.apache.lucene.analysis.ASCIIFoldingFilter; | |
import org.apache.lucene.analysis.LowerCaseFilter; | |
import org.apache.lucene.analysis.StopFilter; | |
import org.apache.lucene.analysis.TokenStream; | |
import org.apache.lucene.analysis.snowball.SnowballFilter; |
View gist:913246
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"from": 0, | |
"size": 28, | |
"query": { | |
"custom_score": { | |
"query": { | |
"query_string": { | |
"query": "iphone" | |
} | |
}, |
View gist:944075
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript" src="code.icepush"></script> | |
<script type="text/javascript">var notificationIds = [];</script> |
View gist:944080
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
if(!('2gmyrp6vy:12ge' in notificationIds)){ | |
notificationIds.push('2gmyrp6vy:12ge'); | |
ice.push.register(['2gmyrp6vy:12ge'], function(){ | |
alert('HERE I AM'); | |
}); | |
} | |
</script> |
View gist:944081
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
//<![CDATA[ | |
// Initialize a new counter | |
var myCounter; | |
var urlCounter = "/cuestamenos/counter"; | |
jQuery.ajax({type:'POST', url:urlCounter,success:function(data,textStatus){ myCounter = new flipCounter('thecounter', {value: data, auto:false}); },error:function(XMLHttpRequest,textStatus,errorThrown){}}); | |
//]]> | |
</script> |
View gist:954972
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cluster_name" : "elasticsearch", | |
"nodes" : { | |
"Mq-PfDdMQw-KbmllLvvjnA" : { | |
"name" : "Death's-Head", | |
"indices" : { | |
"size" : "5.8gb", | |
"size_in_bytes" : 6245128521, | |
"docs" : { | |
"num_docs" : 5896306 |
OlderNewer