mongoose - elasticsearch/mongoosastic : what is the differences between es_indexed and es_type -


i needed implement search in app found elasticsearcha , mongoosastic using mongoose crud mongodb.

follow steps provided here indexing many fields in model , works fine. before put in action wanted figure out difference between

title: {type: string, es_indexed:true} description: {type: string, es_type:'string'} 

iv'e figure out using es_boost:2.0 example give high proiorty.

string: {type:string, es_boost:2.0} 


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -