Hello Baris, Check out the filter factory and the map parser for a more low level example:
https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/java/org/apache/lucene/analysis/synonym/SynonymGraphFilterFactory.java https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/java/org/apache/lucene/analysis/synonym/SynonymMap.java -----Original message----- > From:[email protected] <[email protected]> > Sent: Monday 15th October 2018 20:52 > To: [email protected] > Subject: An example for creating SynonymMap Object? > > Hi,- > > is there any example on Lucene domain for creating SynonymMap Object? > > Best regards > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
