Skip to content
New issue

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

One query multiple suggesters #59

Merged
merged 5 commits into from
Jan 19, 2015
Merged

Conversation

hkrishna
Copy link
Contributor

[DO NOT MERGE] [STILL UNDER TESTING]

Rewriting the /suggest query to contain multiple suggesters in one query rather than having one suggester per query and making multiple query calls in parallel.

Adding queryMixer.json that contains information of each suggester (layers to query, precision, fuzziness etc) - plan is to possibly rip this out into its own module (upto discussion) but for now its nice to have it live in a separate json file instead of being buried in the code. (tests for queryMixer are included)

no separate controllers/tests for suggest_nearby. there is one suggest controller that accepts different queries (see app.js)

Also, #50

@hkrishna hkrishna mentioned this pull request Dec 17, 2014
hkrishna added a commit that referenced this pull request Jan 19, 2015
@hkrishna hkrishna merged commit 6a3c5d3 into master Jan 19, 2015
@hkrishna hkrishna deleted the one-query-multiple-suggesters branch January 19, 2015 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants