issues
search
asu-ke-web-services
/
search-api
Search API for documents, data, research, people, etc
MIT License
2
stars
1
forks
source link
Basic query builder
#75
Closed
kenprice
closed
8 years ago
kenprice
commented
8 years ago
Basic query builder should:
Given an array of
SearchTerm
objects, return a valid SOLR query string
The query done by the SOLR server with this query string will just be a search for the terms provided, and will return any documents that match any of the search terms.
Basic query builder should:
SearchTerm
objects, return a valid SOLR query string