: However, when I get the value of the field from a Solr query, I get the
: original sentence ("some sentence like this") which is not what I want (in
: this particular case).
the stored field is allways the original stored value -- analysis is only
used for producing the indexed terms.
: For n
Hi Gora,
The problem I am finding is that the copyField directive sends the original
value to the new field type.
The field type then munges the index until it's completely different
(original -> some sentence this like, index -> true), but the stored value
is still the original sentence.
When I
On Thu, Jul 7, 2011 at 3:35 AM, Christian wrote:
[...]
> This is great for finding all things with or without profanity (as separate
> queries), but I would like to get the value as part of a the query and let
> the consumer of the call decide what to do with the data.
>
> Is there a way to do thi