Commit 9402d91e by mushishixian

remove debug

parent 94f2cedf
Showing with 0 additions and 2 deletions
...@@ -6,7 +6,6 @@ import ( ...@@ -6,7 +6,6 @@ import (
"bom_server/internal/model" "bom_server/internal/model"
"context" "context"
"encoding/json" "encoding/json"
"fmt"
es "gopkg.in/olivere/elastic.v5" es "gopkg.in/olivere/elastic.v5"
"regexp" "regexp"
"strings" "strings"
...@@ -103,7 +102,6 @@ func getSearchParams(index string, bomItem model.BomItem, sort int, flag bool) ( ...@@ -103,7 +102,6 @@ func getSearchParams(index string, bomItem model.BomItem, sort int, flag bool) (
} }
source = source.From(0).Size(1) source = source.From(0).Size(1)
searchRequest = es.NewSearchRequest().Source(source) searchRequest = es.NewSearchRequest().Source(source)
fmt.Println(searchRequest.Body())
return searchRequest return searchRequest
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment