Hello, I am trying to figure out whether there is a way to specify field names synonyms in Solr/Lucene schema. For instance, I have a field with the name "title" in the database and want to be able to use queries:
title:query t:query to get the data from the same field. Is there a way to do this? Thank you in advance, Maria