osome-iu / hoaxy-backend

Backend component for Hoaxy, a tool to visualize the spread of claims and fact checking
http://hoaxy.iuni.iu.edu/
GNU General Public License v3.0
139 stars 44 forks source link

Lucene query string parser option `use_lucene_syntax` #19

Closed shaochengcheng closed 1 year ago

shaochengcheng commented 6 years ago

How we provide the default behavior when parsing the query string by Lucene, specifically, the use_lucene_syntax option in the API.

I am thinking to provide three values for this field:

And the default could be set to None.

glciampaglia commented 6 years ago

The documentation for Lucene syntax is here: https://lucene.apache.org/core/2_9_4/queryparsersyntax.html

filmenczer commented 4 years ago

We decided to move this to utopia for the time being, given finite resources.