AW: Configure query parser to handle field name case-insensitive

2017-05-16 Thread Peemöller , Björn
Hi all, thank you for your replies! We do not directly expose the Solr API, but provide an endpoint in our backend which acts as a proxy for a specific search handler. One requirement in our application is to search for people using various properties, e.g., first name, last name, description,

AW: Configure query parser to handle field name case-insensitive

2017-05-15 Thread Peemöller , Björn
Hi Rick, thank you for your reply! I really meant field *names*, since our values are already processed by a lower case filter (both index and query). However, our users are confused because they can search for "id:1" but not for "ID:1". Furthermore, we employ the EDisMax query parser, so then