2014-06-22 15 views
8

Próbuję utworzyć zapytanie w wyszukiwarce Elastic, aby wyszukać w tekście wielu pól, na przykład: Tytuł i opis to pola i chcę wyszukać "obama", " świat "," wiadomości "w tych 3 polach. Mam tryed wyszukiwania i znaleźć informacje w Elastic stronie tutaj:
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-multi-match-query.html#_literal_fields_literal_and_per_field_boosting Ale problem jest, gdy próbowałem to struktury produkować błędy:
pierwszy:Elastyczne wyszukiwanie wielu słów kluczowych w wielu polach

{ 
    "multi_match" : { 
    "query":  "obama world news", 
    "type":  "cross_fields", 
    "fields":  [ "Title", "Description" ], 
    "operator": "and" 
    } 
} 

Produkuje błąd tak:

{ 
    "error": "SearchPhaseExecutionException[Failed to execute phase [query], all shards failed; shardFailures {[0CTkBM0pQGK1MzYEDlrpcQ][republishan2][0]: SearchParseException[[republishan2][0]: from[-1],size[-1]: Parse Failure [Failed to parse source [ {\n  \"multi_match\" : {\n  \"query\":  \"obama world news\",\n  \"type\":  \"cross_fields\",\n  \"fields\":  [ \"Title\", \"Description\" ],\n  \"operator\": \"and\"\n  }\n }]]]; nested: SearchParseException[[republishan2][0]: from[-1],size[-1]: Parse Failure [No parser for element [multi_match]]]; }{[0CTkBM0pQGK1MzYEDlrpcQ][republishan2][3]: SearchParseException[[republishan2][3]: from[-1],size[-1]: Parse Failure [Failed to parse source [ {\n  \"multi_match\" : {\n  \"query\":  \"obama world news\",\n  \"type\":  \"cross_fields\",\n  \"fields\":  [ \"Title\", \"Description\" ],\n  \"operator\": \"and\"\n  }\n }]]]; nested: SearchParseException[[republishan2][3]: from[-1],size[-1]: Parse Failure [No parser for element [multi_match]]]; }{[0CTkBM0pQGK1MzYEDlrpcQ][republishan2][4]: SearchParseException[[republishan2][4]: from[-1],size[-1]: Parse Failure [Failed to parse source [ {\n  \"multi_match\" : {\n  \"query\":  \"obama world news\",\n  \"type\":  \"cross_fields\",\n  \"fields\":  [ \"Title\", \"Description\" ],\n  \"operator\": \"and\"\n  }\n }]]]; nested: SearchParseException[[republishan2][4]: from[-1],size[-1]: Parse Failure [No parser for element [multi_match]]]; }{[0CTkBM0pQGK1MzYEDlrpcQ][republishan2][1]: SearchParseException[[republishan2][1]: from[-1],size[-1]: Parse Failure [Failed to parse source [ {\n  \"multi_match\" : {\n  \"query\":  \"obama world news\",\n  \"type\":  \"cross_fields\",\n  \"fields\":  [ \"Title\", \"Description\" ],\n  \"operator\": \"and\"\n  }\n }]]]; nested: SearchParseException[[republishan2][1]: from[-1],size[-1]: Parse Failure [No parser for element [multi_match]]]; }{[0CTkBM0pQGK1MzYEDlrpcQ][republishan2][2]: SearchParseException[[republishan2][2]: from[-1],size[-1]: Parse Failure [Failed to parse source [ {\n  \"multi_match\" : {\n  \"query\":  \"obama world news\",\n  \"type\":  \"cross_fields\",\n  \"fields\":  [ \"Title\", \"Description\" ],\n  \"operator\": \"and\"\n  }\n }]]]; nested: SearchParseException[[republishan2][2]: from[-1],size[-1]: Parse Failure [No parser for element [multi_match]]]; }]", 
    "status": 400 
} 

ja też próbowałem to zapytanie:

{ 
    "sort": { 
     "re_max": { 
      "order": "desc" 
      } 
      }, 
    "query": { 
     "multi_match" : { 
     "query":  "obama world news", 
     "type":  "cross_fields", 
     "fields":  [ "Title", "Description" ], 
     "operator": "and" 
     } 
    }, 
    "from": 0, 
    "size": 30} 
} 

A ta jest wynikiem:

{ 
    "error": "SearchPhaseExecutionException[Failed to execute phase [query], all shards failed; shardFailures {[0CTkBM0pQGK1MzYEDlrpcQ][republishan2][0]: SearchParseException[[republishan2][0]: from[-1],size[-1],sort[<custom:\"re_max\": org.elasticse[email protected]1ef6a497>!]: Parse Failure [Failed to parse source [{\n\t\"sort\": {\n\t\t\"re_max\": {\n\t\t\t\"order\": \"desc\"\n\t\t\t}\n\t\t\t}, \n\t{\n  \"multi_match\" : {\n  \"query\":  \"obama world news\",\n  \"type\":  \"cross_fields\",\n  \"fields\":  [ \"Title\", \"Description\" ],\n  \"operator\": \"and\"\n  }\n\t},\n\t\"from\": 0, \n\t\"size\": 30}\n}]]]; nested: JsonParseException[Unexpected character ('{' (code 123)): was expecting either valid name character (for unquoted name) or double-quote (for quoted) to start field name\n at [Source: [[email protected]; line: 7, column: 3]]; }{[0CTkBM0pQGK1MzYEDlrpcQ][republishan2][3]: SearchParseException[[republishan2][3]: from[-1],size[-1],sort[<custom:\"re_max\": org.elasticse[email protected]364d93ed>!]: Parse Failure [Failed to parse source [{\n\t\"sort\": {\n\t\t\"re_max\": {\n\t\t\t\"order\": \"desc\"\n\t\t\t}\n\t\t\t}, \n\t{\n  \"multi_match\" : {\n  \"query\":  \"obama world news\",\n  \"type\":  \"cross_fields\",\n  \"fields\":  [ \"Title\", \"Description\" ],\n  \"operator\": \"and\"\n  }\n\t},\n\t\"from\": 0, \n\t\"size\": 30}\n}]]]; nested: JsonParseException[Unexpected character ('{' (code 123)): was expecting either valid name character (for unquoted name) or double-quote (for quoted) to start field name\n at [Source: [[email protected]; line: 7, column: 3]]; }{[0CTkBM0pQGK1MzYEDlrpcQ][republishan2][4]: SearchParseException[[republishan2][4]: from[-1],size[-1],sort[<custom:\"re_max\": org.elasticse[email protected]6e98bb14>!]: Parse Failure [Failed to parse source [{\n\t\"sort\": {\n\t\t\"re_max\": {\n\t\t\t\"order\": \"desc\"\n\t\t\t}\n\t\t\t}, \n\t{\n  \"multi_match\" : {\n  \"query\":  \"obama world news\",\n  \"type\":  \"cross_fields\",\n  \"fields\":  [ \"Title\", \"Description\" ],\n  \"operator\": \"and\"\n  }\n\t},\n\t\"from\": 0, \n\t\"size\": 30}\n}]]]; nested: JsonParseException[Unexpected character ('{' (code 123)): was expecting either valid name character (for unquoted name) or double-quote (for quoted) to start field name\n at [Source: [[email protected]; line: 7, column: 3]]; }{[0CTkBM0pQGK1MzYEDlrpcQ][republishan2][1]: SearchParseException[[republishan2][1]: from[-1],size[-1],sort[<custom:\"re_max\": org.elasticse[email protected]6c0543f7>!]: Parse Failure [Failed to parse source [{\n\t\"sort\": {\n\t\t\"re_max\": {\n\t\t\t\"order\": \"desc\"\n\t\t\t}\n\t\t\t}, \n\t{\n  \"multi_match\" : {\n  \"query\":  \"obama world news\",\n  \"type\":  \"cross_fields\",\n  \"fields\":  [ \"Title\", \"Description\" ],\n  \"operator\": \"and\"\n  }\n\t},\n\t\"from\": 0, \n\t\"size\": 30}\n}]]]; nested: JsonParseException[Unexpected character ('{' (code 123)): was expecting either valid name character (for unquoted name) or double-quote (for quoted) to start field name\n at [Source: [[email protected]; line: 7, column: 3]]; }{[0CTkBM0pQGK1MzYEDlrpcQ][republishan2][2]: SearchParseException[[republishan2][2]: from[-1],size[-1],sort[<custom:\"re_max\": org.elasticse[email protected]215084be>!]: Parse Failure [Failed to parse source [{\n\t\"sort\": {\n\t\t\"re_max\": {\n\t\t\t\"order\": \"desc\"\n\t\t\t}\n\t\t\t}, \n\t{\n  \"multi_match\" : {\n  \"query\":  \"obama world news\",\n  \"type\":  \"cross_fields\",\n  \"fields\":  [ \"Title\", \"Description\" ],\n  \"operator\": \"and\"\n  }\n\t},\n\t\"from\": 0, \n\t\"size\": 30}\n}]]]; nested: JsonParseException[Unexpected character ('{' (code 123)): was expecting either valid name character (for unquoted name) or double-quote (for quoted) to start field name\n at [Source: [[email protected]; line: 7, column: 3]]; }]", 
    "status": 400 
} 

Używam klienta Postman Rest, aby uruchomić kwerendę. Jaki jest problem z moim kodem?

Odpowiedz

18

Spróbuj jak to

nadzieję, że pomoże ..!

Powiązane problemy