Skip to content

Commit

Permalink
Update 02_pesquisa_elastic.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luizanisio authored Aug 26, 2018
1 parent 7297e37 commit 6a2b1a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 02_pesquisa_elastic.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Segue o exemplo de uma pesquisa no elasticsearch comparando o texto apresentado com os textos da base.
A escolha dos campos e critérios de pesquisa (shingle, shingle_raw, autor, peso dos votos) afeta o resultado, positicamente ou negativamente.

<b>Documentação do More Like This (MLT)</b>: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-mlt-query.html

```json
POST meustextos/textos/_search
{ "size" : 7,
Expand Down

0 comments on commit 6a2b1a3

Please sign in to comment.