Re: field name synonyms

2007-10-25 Thread Maria Mosolova
field name synonyms 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 f

Re: field name synonyms

2007-10-25 Thread Otis Gospodnetic
Message From: Maria Mosolova <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Thursday, October 25, 2007 3:38:36 PM Subject: field name synonyms 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 name synonyms

2007-10-25 Thread Maria Mosolova
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 thi