Hi everybody!!! first of all I want to comment that at the moment I am a beginner in elasticsearch. so, I have the following situation and I don't know if it is possible to solve with elasticsearch.
I have a Index that contains for every document the content of a web page. I want to develop a query where I give a text and it return the part of the field that contains the text. Perhaps with one example I can explain me better. document 1: field_Id: 1 content : "This is one example to search a *text* in a long string" document 2: field_id: 2 content : "The second example help us to *texting* the function to search" If I send the word "tex" I will expect to have the return: "text", "texting". Please tell me if elasticsearch is as powerful that can solve this or if I have to implement an algorithm to solve it. In advance thanks a lot. Regards Jorge von Rudno -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/571daeee-5889-4a01-8ce8-3f3fc91eee92%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
