Re: Prevent Some Keywords at Analyzer Step

2013-08-21 Thread Furkan KAMACI
or term. > >> > >> So, I'm still baffled as to what you are really trying to do. Trying > >> explaining it in plain English. > >> > >> And given this same input, how would it be queried? > >> > >> > >> -- Jack Krupansky >

Re: Prevent Some Keywords at Analyzer Step

2013-08-21 Thread Jeff Porter
- Jack Krupansky >> >> -Original Message- From: Furkan KAMACI >> Sent: Monday, August 19, 2013 11:22 AM >> To: solr-user@lucene.apache.org >> Subject: Re: Prevent Some Keywords at Analyzer Step >> >> >> Let's assume that my sentence i

Re: Prevent Some Keywords at Analyzer Step

2013-08-19 Thread Dan Davis
t 19, 2013 11:22 AM > To: solr-user@lucene.apache.org > Subject: Re: Prevent Some Keywords at Analyzer Step > > > Let's assume that my sentence is that: > > *Alice is a diet follower* > > My special keyword => *diet follower* > > Tokens will be: > > Token 1) Al

Re: Prevent Some Keywords at Analyzer Step

2013-08-19 Thread Jack Krupansky
eried? -- Jack Krupansky -Original Message- From: Furkan KAMACI Sent: Monday, August 19, 2013 11:22 AM To: solr-user@lucene.apache.org Subject: Re: Prevent Some Keywords at Analyzer Step Let's assume that my sentence is that: *Alice is a diet follower* My special keyword => *diet fo

Re: Prevent Some Keywords at Analyzer Step

2013-08-19 Thread Furkan KAMACI
2013 8:07 AM To: solr-user@lucene.apache.org Subject: Prevent Some > Keywords at Analyzer Step > Hi; > > I want to write an analyzer that will prevent some special words. For > example sentence to be indexed is: > > diet follower > > it will tokenize it as like that >

Re: Prevent Some Keywords at Analyzer Step

2013-08-19 Thread Jack Krupansky
9, 2013 8:07 AM To: solr-user@lucene.apache.org Subject: Prevent Some Keywords at Analyzer Step Hi; I want to write an analyzer that will prevent some special words. For example sentence to be indexed is: diet follower it will tokenize it as like that token 1) diet token 2) follower token 3

Prevent Some Keywords at Analyzer Step

2013-08-19 Thread Furkan KAMACI
Hi; I want to write an analyzer that will prevent some special words. For example sentence to be indexed is: diet follower it will tokenize it as like that token 1) diet token 2) follower token 3) diet follower How can I do that with Solr?