Thanks Erik.  I am actually using edismax query parser in SOLR.   I can
explicitly specify the fieldType (e.g., text_general or text_en) for
different fields (e.g., title or description) .   But I do not see how to
specify the fieldType (thus analyzer) for runtime queries.


Thanks,
DL

On Sun, Nov 23, 2014 at 10:21 AM, Erik Hatcher <erik.hatc...@gmail.com>
wrote:

> Query time analysis depends on the query parser in play.  If a query
> parser chooses to analyze some or all of the query it will use the same
> analysis as index time unless specified separately (in the field type
> definition itself too)
>
>    Erik
>
>
> > On Nov 23, 2014, at 13:08, David Lee <seek...@gmail.com> wrote:
> >
> > This could be a dummy question.  At index time, we can specify the
> > fieldType of different fields; thus,  we know  the analyzers for those
> > fields.
> >
> > In schema.xml,   I do not see the configuration how to specify the
> > fieldType (thus analyzer) for runtime user queries.
> >
> > Can anyone help explain this ?
> >
> > Thanks,
> > DL
>



-- 
SeekWWW: the Search Engine of Choice
www.seekwww.com

Reply via email to