Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(7917)

Issue 317770043: #11781292 Add support for non-incremental groups push (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
7 years, 6 months ago by imysak
Modified:
7 years, 6 months ago
Reviewers:
sfruhwald
CC:
connector-cr_google.com
Visibility:
Public.

Description

#11781292 Add support for non-incremental groups push

Patch Set 1 #

Patch Set 2 : #11781292 Add support for non-incremental groups push #

Total comments: 21

Patch Set 3 : #11781292 Add support for non-incremental groups push #

Patch Set 4 : #11781292 Add support for non-incremental groups push #

Unified diffs Side-by-side diffs Delta from patch set Stats (+223 lines, -36 lines) Patch
M src/com/google/enterprise/adaptor/AbstractDocIdPusher.java View 1 2 3 1 chunk +6 lines, -4 lines 0 comments Download
M src/com/google/enterprise/adaptor/DocIdPusher.java View 1 2 3 chunks +28 lines, -4 lines 0 comments Download
M src/com/google/enterprise/adaptor/DocIdSender.java View 1 2 3 7 chunks +35 lines, -8 lines 0 comments Download
M src/com/google/enterprise/adaptor/GsaFeedFileSender.java View 2 chunks +5 lines, -3 lines 0 comments Download
M src/com/google/enterprise/adaptor/WrapperAdaptor.java View 1 2 1 chunk +5 lines, -4 lines 0 comments Download
M src/com/google/enterprise/adaptor/examples/GroupDefinitionsFromCsv.java View 1 chunk +1 line, -1 line 0 comments Download
M src/com/google/enterprise/adaptor/examples/GroupDefinitionsScaleTester.java View 1 chunk +1 line, -1 line 0 comments Download
M src/com/google/enterprise/adaptor/examples/GroupDefinitionsWriter.java View 1 chunk +1 line, -1 line 0 comments Download
M src/com/google/enterprise/adaptor/experimental/SharePointStateFileAdaptor.java View 1 chunk +2 lines, -2 lines 0 comments Download
M test/com/google/enterprise/adaptor/AccumulatingDocIdPusher.java View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M test/com/google/enterprise/adaptor/DocIdSenderTest.java View 1 2 4 chunks +96 lines, -3 lines 0 comments Download
M test/com/google/enterprise/adaptor/GsaFeedFileSenderTest.java View 4 chunks +41 lines, -3 lines 0 comments Download

Messages

Total messages: 3
sfruhwald
Thank you! https://codereview.appspot.com/317770043/diff/20001/src/com/google/enterprise/adaptor/DocIdSender.java File src/com/google/enterprise/adaptor/DocIdSender.java (right): https://codereview.appspot.com/317770043/diff/20001/src/com/google/enterprise/adaptor/DocIdSender.java#newcode217 src/com/google/enterprise/adaptor/DocIdSender.java:217: boolean caseSensitive, boolean incremental) If we really ...
7 years, 6 months ago (2016-10-21 21:17:34 UTC) #1
imysak
On 2016/10/21 21:17:34, sfruhwald wrote: > Thank you! > > https://codereview.appspot.com/317770043/diff/20001/src/com/google/enterprise/adaptor/DocIdSender.java > File src/com/google/enterprise/adaptor/DocIdSender.java (right): ...
7 years, 6 months ago (2016-10-21 22:21:08 UTC) #2
imysak
7 years, 6 months ago (2016-10-21 23:53:35 UTC) #3
https://codereview.appspot.com/317770043/diff/20001/test/com/google/enterpris...
File test/com/google/enterprise/adaptor/GsaFeedFileSenderTest.java (right):

https://codereview.appspot.com/317770043/diff/20001/test/com/google/enterpris...
test/com/google/enterprise/adaptor/GsaFeedFileSenderTest.java:267: +
"incremental\r\n"
On 2016/10/21 21:17:34, sfruhwald wrote:
> If I understand correctly, incremental was the default action and if GSA
version
> is less than 7.4.0-0, we force incremental boolean to 'true' along with a
> warning message. But here we include this parameter for pre-7.4.0-0 GSA what
we
> did not do before.. Is it safe (ignored by <7.4.0-0)?

yes, it is safe, and present in documentation.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b