You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this would affect other methods, but it would be nice to get the entire hash returned when indexing a document instead of just the "_id". Reason being is that I need to see the "_version" and "matches" when doing percolation.
Returns "1" when I'd prefer it to return {"ok"=>true, "_index"=>"test_index", "_type"=>"test", "_id"=>"1", "_version"=>1, "matches"=>["test_query"]}. This is especially important when doing percolation at index time.
The text was updated successfully, but these errors were encountered:
Not sure if this would affect other methods, but it would be nice to get the entire hash returned when indexing a document instead of just the "_id". Reason being is that I need to see the "_version" and "matches" when doing percolation.
For example:
Returns "1" when I'd prefer it to return {"ok"=>true, "_index"=>"test_index", "_type"=>"test", "_id"=>"1", "_version"=>1, "matches"=>["test_query"]}. This is especially important when doing percolation at index time.
The text was updated successfully, but these errors were encountered: