is it possible to apply text analysis on search index using ingest pipelines? i still did not find any processor suitable for this task. The idea is to detect the language using inference processor from ingest pipeline and than apply language specific analyzers on the text. Is this even possible with elasticsearch?
Yes i have seen it. But still i am not sure if it is possible after language identification to use built-in language for each field. This is somehow not working. Not even in the example on that website. I used a serie of processors to store the input field in language specific field.
I am now struggling with how to apply language analyzers to those fields. Is it even possible in ES?
The language fields are difined in the pipeline and the language analyzers in the mapping.
i used the igest pipeline processors to create language per-field. Now i would like to apply language analyzers on the fields. But it somehow not working. the text is not analyzed.
i know this from my pipeline. I used second SET processor to assign to each language-per field a language analyzer . But i am not sure if i can use my analyzers in the pipeline.
is there any possibility to store the analyzed text in a field and see how does the text look like after the pre-processing? (i know about Analyze API) but i would like to see it for the whole data. I was thinking using ingest pipeline allows me this .
when using language analyzers in index mapping , are the analyzers applied to the indexed text / indexing time (my datasets) or to query text /search time? Thank youuuu
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.