Index "name" as a keyword field, not text
commit745a40e19ce09fac958497611bed523db611d932
authorThomas Leonard <talex5@gmail.com>
Fri, 22 Mar 2013 10:33:20 +0000 (22 10:33 +0000)
committerThomas Leonard <talex5@gmail.com>
Fri, 22 Mar 2013 10:33:20 +0000 (22 10:33 +0000)
tree2e8e6bf6f7891231bbed575c107fa7a6572ee1bf
parent2361a8b04f8fefb4d9e87e48e9d06ec165596646
Index "name" as a keyword field, not text

This means that exact matches are preferred, and e.g. "python-foo" is treated
as a unit and so no longer matches for just "python" (typically it will get a
lower-scoring match for "python" in the summary or description).
index.py