Tokenizer analysis is not working properly in jdbc river

  1. {
  2. "took": 2,
    
  3. "timed_out": false,
    
  4. "_shards":
    
  5. {
    
  6.     "total": 1,
    
  7.     "successful": 1,
    
  8.     "failed": 0
    
  9. },
    
  10. "hits":
    
  11. {
    
  12.     "total": 1,
    
  13.     "max_score": 1,
    
  14.     "hits":
    
  15.     [
    
  16.         {
    
  17.             "_index": "projects",
    
  18.             "_type": "project",
    
  19.             "_id": "3",
    
  20.             "_score": 1,
    
  21.             "_source":
    
  22.             {
    
  23.                 "name": "kid"
    
  24.             }
    
  25.         }
    
  26.     ]
    
  27. }
    
  28. }

--
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 elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.