Re: how to use copy filed as only taken after the suffix

2019-07-15 Thread Alexandre Rafalovitch
Hi Uma, You have three options: 1) If you are indexing only that field and not returning to the user, than you can mark it store=false and use one of the many filters to transform your content 2) If you are interested in both storing and indexing, then be aware that the stored representation will

Re: how to use copy filed as only taken after the suffix

2019-07-15 Thread Emir Arnautović
Hi Uma, Take a look at https://lucene.apache.org/solr/guide/8_1/charfilterfactories.html#solr-patternreplacecharfilterfactory Depending on your usecase, this might be enough for you. HTH, Em