Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-smf-form
Commits
00756bfa
Commit
00756bfa
authored
3 years ago
by
nivetha
Browse files
Options
Download
Patches
Plain Diff
index request log
parent
8ba86932
master
bulk-download
cvs_download
delete-form
emailContentUpdate
inspection-flow-changes
institute-district
lat-long
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/com/tarento/formservice/repository/ElasticSearchRepository.java
+1
-0
...rento/formservice/repository/ElasticSearchRepository.java
with
1 addition
and
0 deletions
+1
-0
src/main/java/com/tarento/formservice/repository/ElasticSearchRepository.java
+
1
−
0
View file @
00756bfa
...
...
@@ -136,6 +136,7 @@ public class ElasticSearchRepository {
try
{
IndexRequest
indexRequest
=
new
IndexRequest
().
index
(
indexName
).
id
(
id
).
source
(
new
Gson
().
toJson
(
object
),
XContentType
.
JSON
);
LOGGER
.
info
(
"Index request: "
+
indexRequest
);
IndexResponse
response
=
client
.
index
(
indexRequest
,
RequestOptions
.
DEFAULT
);
if
(!
StringUtils
.
isBlank
(
response
.
toString
()))
LOGGER
.
info
(
"Response : {}"
,
response
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets