dasch-swiss / dsp-api

DaSCH Service Platform API
http://admin.dasch.swiss
Apache License 2.0
74 stars 18 forks source link

Add support for Apache Lucene Phrases in Fulltext search #641

Open tobiasschweizer opened 6 years ago

tobiasschweizer commented 6 years ago

http://lucene.apache.org/core/7_1_0/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#Terms

We should add support for phrases enclosed in double quotes.

If possible, this should also be applied to v1. -> org/knora/webapi/util/search/ApacheLuceneSupport.scala should be made version agnostic

tobiasschweizer commented 5 years ago

and another one: if parentheses are submitted ("(...)"), a subquery is generated: https://lucene.apache.org/core/2_9_4/queryparsersyntax.html#Grouping