Skip to content

Instantly share code, notes, and snippets.

View mkhludnev's full-sized avatar

Mikhail Khludnev mkhludnev

  • Saint-Pete, Russia
View GitHub Profile
@mkhludnev
mkhludnev / gist:d2179e1eda45cc1556f04158515b18c4
Created February 11, 2024 21:28
nested aggregation elastic
POST https://localhost:9200/nagga/_search
Content-Type: application/json
Authorization: Basic
{
"post_filter": {
"bool": {
"filter": [
{
@mkhludnev
mkhludnev / XmlParseTest.java
Created March 19, 2016 22:15
injecting params into xml #mad
@Test
public class XmlParseTest {
public void testXmlEntity() throws Exception{
DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
DocumentBuilder db = null;
try {
db = dbf.newDocumentBuilder();
id,_version_,BRAND_s,NAME_s,type_s,COLOR_s,SIZE_s,STATE_s,PRICE_i,QTY_i
13,,,,storage,,,CA,,10
14,,,,storage,,,NY,,0
11,,,,sku,Red,XL,,,
15,,,,storage,,,CA,,0
16,,,,storage,,,NY,,100
12,,,,sku,Blue,XL,,,
17,,,Bob,vendor,,,,20,
18,,,Alice,vendor,,,,22,
10,1453160899682500608,Nike,,product,,,,,
@mkhludnev
mkhludnev / q=*%3A*&wt=csv
Last active December 1, 2022 01:28
sample nested documents to demonstrate block join indexing and searching in Solr 4.5
id,_version_,BRAND_s,_root_,type_s,COLOR_s,SIZE_s
12,,,10,,Blue,XL
11,,,10,,Red,XL
10,1445176108735528960,Nike,10,parent,,
22,,,20,,Blue,XL
21,,,20,,Red,M
20,1445176108738674688,Nike,20,parent,,
32,,,30,,Blue,M
31,,,30,,Red,XL
30,1445176108740771840,Puma,30,parent,,