Thanks Alex.
Steve
On Mon, Aug 3, 2015 at 9:44 PM, Alexandre Rafalovitch
wrote:
> Seems simple enough that the source answers all the questions:
>
> https://github.com/apache/lucene-solr/blob/lucene_solr_4_9/lucene/analysis/common/src/java/org/apache/lucene/analysis/en/EnglishPossessiveFilter.j
Seems simple enough that the source answers all the questions:
https://github.com/apache/lucene-solr/blob/lucene_solr_4_9/lucene/analysis/common/src/java/org/apache/lucene/analysis/en/EnglishPossessiveFilter.java#L66
It just looks for a couple of versions of apostrophe followed by s or S.
Regards
Hi Everyone,
Does anyone knows where I can find docs on ? The only one I found is the
API doc:
http://lucene.apache.org/core/4_9_0/analyzers-common/org/apache/lucene/analysis/en/EnglishPossessiveFilterFactory.html
but that's not what I'm looking for, I'm looking for one to describe in
details how