clintongormley / Elastic-Model

Use ElasticSearch as a NoSQL database in Perl
9 stars 8 forks source link

Add a method to retrieve the indexed terms for a field #9

Closed clintongormley closed 12 years ago

clintongormley commented 12 years ago

When developing, it can sometimes be difficult to figure out why a particular query isn't working. Often the reason is that the indexed terms for a particular field are different from you think.

Add terms_indexed_for_field() to Elastic::Model::Role::Doc to aid debugging.

clintongormley commented 12 years ago

Closed by 420c93c75e7c71e628d8b33e8a665eb3e0c0bfd5