We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187d212 commit b70aaf0Copy full SHA for b70aaf0
1 file changed
src/dreyfus/src/dreyfus_index_updater.erl
@@ -25,8 +25,7 @@ update(IndexKey, Index) ->
25
current_seq = CurSeq,
26
dbname = DbName,
27
ddoc_id = DDocId,
28
- name = IndexName,
29
- key = IndexKey
+ name = IndexName
30
} = Index,
31
erlang:put(io_priority, {search, DbName, IndexName}),
32
{ok, Db} = couch_db:open_int(DbName, []),
0 commit comments