You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Jose Yadao <jo...@gmail.com> on 2012/12/26 09:08:25 UTC

Question on WordDelimiterFilterFactory use

Hi and Happy Holidays to everyone.

I have a question regarding the use of WordDelimiterFilterFactory.
so if i set it to split on intra word delimiter, generateWordparts="1" and
catenateWords="1", for the word is i-pod, the ff query will return a result
=>  "i" "pod" and "ipod"?

Thanks

Re: Question on WordDelimiterFilterFactory use

Posted by Anirudha Jadhav <an...@nyu.edu>.
try this to see the results yourself
http://lucidworks.lucidimagination.com/display/solr/Running+Your+Analyzer


On Wed, Dec 26, 2012 at 3:36 PM, Dmitry Kan <so...@gmail.com> wrote:

> Hi,
>
> Have you tried looking at admin analysis page? You can see how i-pod gets
> indexed and highlight query results there too.
>
> Best,
>
> Dmitry Kan
>
> On Wed, Dec 26, 2012 at 10:08 AM, Jose Yadao <jo...@gmail.com> wrote:
>
> > Hi and Happy Holidays to everyone.
> >
> > I have a question regarding the use of WordDelimiterFilterFactory.
> > so if i set it to split on intra word delimiter, generateWordparts="1"
> and
> > catenateWords="1", for the word is i-pod, the ff query will return a
> result
> > =>  "i" "pod" and "ipod"?
> >
> > Thanks
> >
>



-- 
Anirudha P. Jadhav

Re: Question on WordDelimiterFilterFactory use

Posted by Dmitry Kan <so...@gmail.com>.
Hi,

Have you tried looking at admin analysis page? You can see how i-pod gets
indexed and highlight query results there too.

Best,

Dmitry Kan

On Wed, Dec 26, 2012 at 10:08 AM, Jose Yadao <jo...@gmail.com> wrote:

> Hi and Happy Holidays to everyone.
>
> I have a question regarding the use of WordDelimiterFilterFactory.
> so if i set it to split on intra word delimiter, generateWordparts="1" and
> catenateWords="1", for the word is i-pod, the ff query will return a result
> =>  "i" "pod" and "ipod"?
>
> Thanks
>