0

I want to map exactly same reference_link by java.

Val
  • 207,596
  • 13
  • 358
  • 360
Jatin
  • 11
  • 5
  • That link does not seem to exist. Anyways, you need to describe your issue here in any case. Future readers might also have to deal with a broken link and they would be left without understanding the question. That would defeat the primary goal of this Q&A site. So make some effort to properly present your question, and people will make some to answer your question. – user3743222 Jan 14 '16 at 07:52
  • FYI, I fixed the link – Val Jan 14 '16 at 07:54
  • Thanks for fixing this @Val – Jatin Jan 14 '16 at 09:50
  • yeah got it @user3743222 – Jatin Jan 14 '16 at 09:50

1 Answers1

1

Well i found the solution,what i have done is : other code above (to start from beginning):- .startObject(tags.getTitle()).field("type", "string") .startObject("fields").startObject("raw") .field("type", "string") .field("analyzer", "case_insensitive_sort").endObject() .endObject().endObject() then end code.

Jatin
  • 11
  • 5