Re: Which stemmer?

2012-11-21 Thread Elmer van Chastelet
I've just created a small web application which you might find useful. You can see which words are matched by a query word when using different analyzers (phonetic and stemming analyzers). These include snowball, kstem and minimal stem (the ones on the right). http://dutieq.st.ewi.tudelft.nl/w

Re: PhoneticFilterFactory 's inject parameter

2012-04-25 Thread Elmer van Chastelet
again, it says there are no results. Here is the index I'm currently using. It contains various fields for the available phonetic filter encoders: https://www.box.com/s/34212e82227e102f6734 Can somebody explain this behavior? What's the real use of the inject parameter of the PhoneticFilt

Re: PhoneticFilterFactory 's inject parameter

2012-04-25 Thread Elmer van Chastelet
7;m currently using. It contains various fields for the available phonetic filter encoders: https://www.box.com/s/34212e82227e102f6734 Can somebody explain this behavior? What's the real use of the inject parameter of the PhoneticFilterFactory? Thanks in advance. -Elmer On 04/25/2012 12:25

Re: PhoneticFilterFactory 's inject parameter

2012-04-25 Thread Elmer van Chastelet
Problem solved. Long story short: for some reason I had deleted documents in the index and the non-deleted documents used the phonetic filter with inject set to false. Works fine now :) On 04/23/2012 09:27 PM, Elmer van Chastelet wrote: Hi all, (scroll to bottom for question) I was setting

Re: PhoneticFilterFactory 's inject parameter

2012-04-24 Thread Elmer van Chastelet
Little correction: Looking further at the explanation of results, I saw that the term 'compete' in the parsed query is totally absent, and only the phonetic encoding seems affect the ranking... should be: Looking further at the explanation of results, I saw that _the term 'compete' is totall

PhoneticFilterFactory 's inject parameter

2012-04-23 Thread Elmer van Chastelet
Hi all, (scroll to bottom for question) I was setting up a simple web app to play around with phonetic filters. The idea is simple, I just create a document for each word in the English dictionary, each document containing a single search field holding the value after it is preprocessed using