We are using fielded query using EDISMAX which is passed into the q parameter.
-Original Message-
From: Erik Hatcher [mailto:erik.hatc...@gmail.com]
Sent: Friday, September 09, 2011 10:21 AM
To: solr-user@lucene.apache.org
Subject: Re: Alias name for a index field
How are you doing
How are you doing fielded search currently? End users using the "lucene" query
parser? Or using dismax/qf?
I'm just curious to drill into your needs here exactly in terms of
request/response and whether a simple application layer handling of the alias
need would suffice or this is something
See http://wiki.apache.org/solr/FieldAliasesAndGlobsInParams
On Fri, 9 Sep 2011 09:59:57 -0400, Tirthankar Chatterjee
wrote:
> Hi,
> Is there a way that we can give an alias name for a field so that the
> schema is not required to change.
>
> Use Case: We defined the schema with a field called
Hi,
Is there a way that we can give an alias name for a field so that the schema is
not required to change.
Use Case: We defined the schema with a field called "conv" (basically to store
conversation of an email)
There are users who wants this to be used as "subject"
One Solution: Use copy fiel