Skip to content

Latest commit

 

History

History

inverted-index

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Inverted Index

Demo implementation of inverted index.

var docs = []string{
    "new home sales top forecasts.",
    "home sales rise in july!",
    "increase in home sales in july...",
    "july new home sales rise,",
}

when we search for home sales we get the following results: