CDRH / api

Codenamed "Apium": An API to access all public Center for Digital Research in the Humanities resources
https://cdrhdev1.unl.edu/api_frontend
MIT License
3 stars 1 forks source link

investigate text queries #37

Closed jduss4 closed 7 years ago

jduss4 commented 7 years ago

Investigate which of the following we would like to use and when:

https://www.elastic.co/guide/en/elasticsearch/reference/current/full-text-queries.html

Right now using

jduss4 commented 7 years ago

Here is the regex one I mentioned earlier:

https://www.elastic.co/guide/en/elasticsearch/reference/current/term-level-queries.html

jduss4 commented 7 years ago

Keep in mind that not all of these may be available if we are going to support multi field searching for all queries.

jduss4 commented 7 years ago

https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-multi-match-query.html

jduss4 commented 7 years ago

^ will use DSL query language for ALL queries now