You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I test the new version,it's great,but I met a little bit trouble when I tried to import gse-bleve to my project,the search result lost fragments,I can not figure it out.Here is my code:
step 1: I make the Index
Finally, I found the point. the key is text field mapping . code here: textFieldMapping := gse.NewTextMap() //textFieldMapping.IncludeTermVectors = true
if I set IncludeTermVectors = true , the mess code appeared ,or the search result's hits element will lost the fragments all. Did I make it clear?
By the way ,my code with "github.com/leopku/bleve-gse-tokenizer/v2" has been tested,it worked ok except that I can not get right result with "审计" searching from "审计工作"
I test the new version,it's great,but I met a little bit trouble when I tried to import gse-bleve to my project,the search result lost fragments,I can not figure it out.Here is my code:
step 1: I make the Index
step 2: Index some text
step3 :do search
..............................
Did anything I have missed?
The text was updated successfully, but these errors were encountered: