Re: Applying Tokenizers and Filters to CopyFields

2015-03-26 Thread Martin Wunderlich
; 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

Re: Applying Tokenizers and Filters to CopyFields

2015-03-25 Thread Martin Wunderlich
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

Re: Applying Tokenizers and Filters to CopyFields

2015-03-25 Thread Martin Wunderlich
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

Applying Tokenizers and Filters to CopyFields

2015-03-25 Thread Martin Wunderlich
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

Re: Need help using DIH with FileListEntityProcessor with XPathEntityProcessor

2015-03-24 Thread Martin Wunderlich
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

Re: Need help using DIH with FileListEntityProcessor with XPathEntityProcessor

2015-03-24 Thread Martin Wunderlich
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 >

Re: Need help using DIH with FileListEntityProcessor with XPathEntityProcessor

2015-03-22 Thread Martin Wunderlich
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

Need help using DIH with FileListEntityProcessor with XPathEntityProcessor

2015-03-21 Thread Martin Wunderlich
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