Re: Limitations of StempelStemmer

2019-09-24 Thread Martin Grigorov
Hi, On Tue, Sep 10, 2019, 22:31 Maciej Gawinecki wrote: > Hi, > > I have just checked out the latest version of Lucene from Git master > branch. > > I have tried to stem a few words using StempelStemmer for Polish. > However, it looks it cannot handle some words properly, e.g. > > joyce -> ąć >

Re: AlphaNumeric analyzer/tokenizer

2019-08-19 Thread Martin Grigorov
Hi, On Mon, Aug 19, 2019 at 9:31 AM Uwe Schindler wrote: > You already got many responses. Check you inbox. > "many" made me think that I've also missed something. https://markmail.org/message/ohv5qcvxilj3n3fb > > Uwe > > Am August 19, 2019 6:23:20 AM UTC schrieb Abhishek Chauhan < > abhishe

Re: How groupingSearch specifies SortedNumericDocValuesField

2019-05-14 Thread Martin Grigorov
Hi, On Tue, May 14, 2019 at 8:28 PM 顿顿 wrote: > When I use groupingSearch specified as SortedNumericDocValuesField, > I got an "unexpected docvalues type NUMERIC for field 'id' > (expected=SORTED)" Exception. > > My code is as follows: > String indexPath = "tmp/grouping"; > Analyzer sta