WordDelimiterFilter Question (lucene 4.0)

2012-12-23 Thread Jeremy Long
Hello, I'm having an issue creating a custom analyzer utilizing the WordDelimiterFilter. I'm attempting to create an index of information gleaned from JAR manifest files. So if I have "spring-framework" I need the following tokens indexed: "spring" "springframework" "framework" "spring-framework".

Re: WordDelimiterFilter Question (lucene 4.0)

2012-12-23 Thread Jeremy Long
ec 23, 2012 at 11:56 AM, Jeremy Long wrote: > Hello, > > I'm having an issue creating a custom analyzer utilizing the > WordDelimiterFilter. I'm attempting to create an index of information > gleaned from JAR manifest files. So if I have "spring-framewo

Re: TokenFilter state question

2012-12-26 Thread Jeremy Long
ache/lucene/analysis/TokenStream.html#reset()> > > You probably don't have one, so only the parent state gets reset. > > -- Jack Krupansky > > -Original Message- From: Jeremy Long > Sent: Wednesday, December 26, 2012 9:08 AM > To: java-user@lucene.apache.org