A client has asked me to see if we can run a query against one of our texis tables, to find the most frequent terms in the database.
We have an all-fields metamorph index on the table, and would likely be looking for the top 100 terms in the index, along with a count of how often they appear. Any chance you could sketch out a query we might run to accomplish this? thanks.
We have an all-fields metamorph index on the table, and would likely be looking for the top 100 terms in the index, along with a count of how often they appear. Any chance you could sketch out a query we might run to accomplish this? thanks.