; Stored refers to values that are stored verbatim. You can retrieve them
>> verbatim. Analysis does not affect stored values.
>> Indexed values are tokenized/transformed and stored inverted. You can't
>> recover the literal analyzed version (at least, not easily).
>&g
com/u/0/b/112002776285509593336/112002776285509593336/posts>
> w: appinions.com <http://www.appinions.com/>
>
> On Wed, Mar 25, 2015 at 4:27 PM, Ahmet Arslan
> wrote:
>
>> Hi Martin,
>>
>> fq means filter query. May be you want to use qf (query field
r query. May be you want to use qf (query fields) parameter of
> edismax?
>
>
>
> On Wednesday, March 25, 2015 9:23 PM, Martin Wunderlich
> wrote:
> Hi all,
>
> I am wondering what the process is for applying Tokenizers and Filter (as
> defined in the FieldType d
Hi all,
I am wondering what the process is for applying Tokenizers and Filter (as
defined in the FieldType definition) to field contents that result from
CopyFields. To be more specific, in my Solr instance, Iwould like to support
query expansion by two means: removing stop words and adding in
l=0>
No problems with quotes here. It might have been Apple Mail that converted
them.
Cheers,
Martin
> Am 24.03.2015 um 20:59 schrieb Shawn Heisey :
>
> On 3/24/2015 1:41 PM, Martin Wunderlich wrote:
>> The file was created in a text editor. I am not sure which quotes yo
ards,
> Alex.
>
> Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter:
> http://www.solr-start.com/
>
>
> On 22 March 2015 at 12:36, Martin Wunderlich wrote:
>> Hi Alex,
>>
>> Thanks a lot for the reply and apologies for being unclear. The
>
lr Analyzers, Tokenizers, Filters, URPs and even a newsletter:
> http://www.solr-start.com/ <http://www.solr-start.com/>
>
>
> On 21 March 2015 at 14:14, Martin Wunderlich wrote:
>> Hi all,
>>
>> I am trying to create a data import handler (DIH) to import XML fi
Hi all,
I am trying to create a data import handler (DIH) to import XML files. The
source XML should be transformed using XSLT into the standard Solr import
format. I have tested the XSLT and successfully imported data using the
Java-based simple import tool. However, when I try to import the