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
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
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
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
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
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