We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Sample rest call
http://localhost:32192/terms?index=someIndex&fl=title&minDocFreq=6000&startTerm=cell&endTerm=disease&pretty=true
Sample Output
{ "index":"someIndex", "field":"title", "terms":[ { "term":"cell", "docFreq":11427, "termFreq":11820 }, { "term":"cells", "docFreq":7941, "termFreq":7980 }, { "term":"clinical", "docFreq":6268, "termFreq":6290 }, { "term":"control", "docFreq":7537, "termFreq":7540 }, { "term":"development", "docFreq":8251, "termFreq":8254 } ] }
#83 terms rest and terms refactor
95bf5c3
#83 fix npe and formatting in command line terms.sh
57d64c9
#83 uncommited code
f508248
mdavis95
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: