java - Elasticsearch Analysis -


मैं यह क्रोम अर्थ प्लगइन में कैसे चला सकता हूँ:

  प्राप्त / _analyze? Analyzer = मानक क्या है? Text = 'यह एक परीक्षा है'   

मुझे निम्न त्रुटि मिल रही है, सुनिश्चित नहीं है कि क्या गायब है:

  {"error": "ElasticSearchIllegalArgumentException [पाठ अनुपलब्ध है] "," स्थिति ": 400}    

इसमें एक टाइपो है आपके अनुरोध। दूसरा '?' एक '& amp;'

  प्राप्त / _analyze = analyzer = standard & amp; text = 'यह एक परीक्षा है'     होना चाहिए

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -