• Dmitry Gruzd's avatar
    Switch to prefix code search · 9c124899
    Dmitry Gruzd authored
    Currently the code search uses ngrams to allow searching for prefixes as
    well as full matches. This takes up a lot of storage and can be replaced
    with a prefix search.
    This change removes the usage of edgeNGram_filter from our index
    mappings.
    9c124899
search_spec.rb 14.2 KB